Cookbook
Practical examples and recipes for building with the isA platform.
Build a Chatbot
Create a conversational AI with memory and personality
RAG Agent
Build an agent that answers questions from your documents
Code Assistant
Create a coding assistant that writes and runs code
Data Analyst
Build an agent that analyzes data and creates visualizations
Multi-Agent System
Orchestrate multiple agents working together
Streaming Responses
Implement real-time streaming for better UX
What You’ll Learn
Each cookbook recipe includes:
- Complete working code - Copy-paste ready examples
- Step-by-step explanations - Understand every line
- Best practices - Production-ready patterns
- Common pitfalls - Avoid typical mistakes
Prerequisites
Before starting, make sure you have:
pip install isa-agent-sdk
export ISA_API_KEY="your-api-key"Contributing
Have a recipe to share? Open a PR on GitHub .
Was this page helpful?