feat: add Claude Opus 4.5 (#121)

Co-authored-by: Charles Packer <packercharles@gmail.com>
This commit is contained in:
Kevin Lin
2025-11-25 10:43:31 -08:00
committed by GitHub
parent c4a1ceb4e8
commit 724c695180
4 changed files with 13 additions and 6 deletions

View File

@@ -152,7 +152,7 @@ letta -p "Use the custom skills" --skills ~/my-skills
letta # Auto-resume project agent (or create new if first time)
letta --new # Create new agent with new memory blocks
letta --agent <id> # Use specific agent ID
letta --model <model> # Specify model (e.g., claude-sonnet-4.5, gpt-4o)
letta --model <model> # Specify model (e.g., claude-opus-4.5, claude-sonnet-4.5, gpt-4o)
letta -m <model> # Short form of --model
letta --continue # Resume global last agent (deprecated, use project-based)