Production-ready template for building AI agents with LangChain and FastAPI.
- 🤖 LangChain agent framework
- ⚡ FastAPI backend
- 🐳 Docker containerization
- 📊 Basic monitoring setup
- 🧪 Unit tests included
- 📝 Comprehensive documentation
- Framework: LangChain, LangGraph
- LLM: Claude 3.5 Sonnet (configurable)
- Backend: FastAPI
- Database: PostgreSQL
- Vector DB: Qdrant
- Deployment: Docker, Docker Compose
# Clone the repository
git clone https://github.com/Exidian-Tech/ai-agent-starter.git
# Setup environment
cp .env.example .env
# Run with Docker
docker-compose up- Customer support chatbots
- Data analysis agents
- Automation workflows
- RAG applications
See docs/ for detailed setup and configuration guides.
This template is maintained by EXIDIAN Technologies - we build AI applications and platform infrastructure for enterprises.
Need help implementing? Contact us
MIT License - feel free to use for commercial projects.