chore: change default agent name to 'Nameless Agent' (#319)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-18 23:05:07 -08:00
committed by GitHub
parent c32e43cac8
commit 9d19565fd2

View File

@@ -10,4 +10,4 @@ export const DEFAULT_MODEL_ID = "sonnet-4.5";
/**
* Default agent name when creating a new agent
*/
export const DEFAULT_AGENT_NAME = "letta-code-agent";
export const DEFAULT_AGENT_NAME = "Nameless Agent";