Install
Set Your API Key
Your First Model Call
Call an LLM with three lines of code:Your First Agent
Create an agent with tools that can take actions:Your First RAG Query
Build a knowledge base and search it:Your First Memory-Enabled Agent
Give an agent persistent memory that works across conversations:Stream Responses
Get tokens as they are generated:What’s Next?
Models
Explore all supported LLM providers and configurations.
Agents
Learn about the agent lifecycle, middleware, and tracing.
Tools
Define custom tools with hooks, caching, and dependencies.
Knowledge
Build complete RAG pipelines with readers, chunkers, and vector databases.
Memory
Persistent multi-tier memory with recall, distillation, and multiple backends.
Interfaces
Deploy agents to Telegram, Discord, and Signal.