RAG System
Load documents → embed → retrieve → answer. Full example with Chroma and Claude.
Production-ready starter code you can copy and adapt. Each template includes:
RAG System
Load documents → embed → retrieve → answer. Full example with Chroma and Claude.
Single Agent
Agent with tools for real-world tasks. Includes tool definitions and error handling.
Multi-Agent Crew
Multiple agents working together with roles and tasks. CrewAI example with collaboration.
Chat API
FastAPI server for a multi-turn chatbot. Includes conversation memory and streaming.