learning-sdk
Persistent memory and continual learning for LLM applications
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Learning SDK?▼
Run `npx skills add letta-ai/learning-sdk --all -g -y` in your terminal to install all skills in this suite globally.
How do I add memory to my LLM app?▼
Wrap your existing OpenAI, Anthropic, or Gemini calls in the learning() context and the SDK automatically captures conversations and injects relevant past context into new prompts.
Does Learning SDK work with Python and TypeScript?▼
Yes. It ships as the agentic-learning package on PyPI and @letta-ai/agentic-learning on npm, with examples for both languages.
Which LLM providers are supported?▼
It supports OpenAI Chat Completions and Responses API, Anthropic, Claude Agent SDK, Gemini, and Vercel AI SDK, with experimental support for CrewAI and LangChain.
Do I need to change my existing code?▼
No. The SDK intercepts your existing LLM client calls, so you only add one learning() wrapper and keep the rest of your code unchanged.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core