fix(agent-development): add SDK examples, update model references#32
Merged
fix(agent-development): add SDK examples, update model references#32
Conversation
- Add minimal working example at top of Quick Start - Add Python/TypeScript SDK examples for agent creation - Clarify that letta-code CLI uses --new-agent flag - Update model references (GPT-4o, Claude Sonnet 4, Gemini 2.0) - Remove outdated GPT-5/Claude 4.5 references - Fix custom tool example with proper source_code pattern - Remove stale date references Fixes issue reported by wunluv on Discord. Written by Cameron ◯ Letta Code
Collaborator
Author
|
@letta-code please review |
|
Letta Code finished @cpfiffer's task —— View job Reviewing PR #32
Review: agent-development skill update✅ ApprovedThis PR makes excellent improvements to the agent-development skill. The changes address the reported Discord issue (wunluv, Jan 19) and significantly improve the skill's usability. What's GoodSDK Examples:
Model Updates:
Custom Tool Example (tool-patterns.md):
Quality Improvements:
No Issues FoundAll technical content verified accurate against current SDK patterns. 🤖 Agent: Keeper • View job run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the agent-development skill to include proper SDK examples and updated model references.
Issue: Users reported the skill suggested incorrect CLI syntax for creating agents.
Changes
--new-agentflag interactivelysource_codepatternFiles Modified
letta/agent-development/SKILL.mdletta/agent-development/references/architectures.mdletta/agent-development/references/model-recommendations.mdletta/agent-development/references/tool-patterns.mdReported by: wunluv (Discord, Jan 19, 2026)
Written by Cameron ◯ Letta Code