feat: New letta.md system prompt + source-faithful benchmarking prompts [LET-7747, LET-7787] (#1313)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Devansh Jain
2026-03-11 19:47:08 -07:00
committed by GitHub
parent 9041e600e3
commit 591e6638cc
16 changed files with 334 additions and 565 deletions

View File

@@ -144,7 +144,7 @@ export interface CreateAgentOptions {
skillsDirectory?: string;
parallelToolCalls?: boolean;
enableSleeptime?: boolean;
/** System prompt preset (e.g., 'default', 'letta-claude', 'letta-codex') */
/** System prompt preset (e.g., 'default', 'letta', 'source-claude') */
systemPromptPreset?: string;
/** Raw system prompt string (mutually exclusive with systemPromptPreset) */
systemPromptCustom?: string;