Add origin:letta-code tag to CLI-created agents (#33)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Cameron
2025-10-29 16:25:38 -07:00
committed by GitHub
parent 23197e0ede
commit 430053bd5a

View File

@@ -145,6 +145,7 @@ export async function createAgent(
context_window_limit: 200_000,
tools: toolNames,
block_ids: blockIds,
tags: ["origin:letta-code"],
// should be default off, but just in case
include_base_tools: false,
include_base_tool_rules: false,