Skip to content

Exidian-Tech/ai-agent-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AI Agent Starter Template

Production-ready template for building AI agents with LangChain and FastAPI.

Features

  • 🤖 LangChain agent framework
  • ⚡ FastAPI backend
  • 🐳 Docker containerization
  • 📊 Basic monitoring setup
  • 🧪 Unit tests included
  • 📝 Comprehensive documentation

Tech Stack

  • Framework: LangChain, LangGraph
  • LLM: Claude 3.5 Sonnet (configurable)
  • Backend: FastAPI
  • Database: PostgreSQL
  • Vector DB: Qdrant
  • Deployment: Docker, Docker Compose

Quick Start

# 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

Use Cases

  • Customer support chatbots
  • Data analysis agents
  • Automation workflows
  • RAG applications

Documentation

See docs/ for detailed setup and configuration guides.

About EXIDIAN

This template is maintained by EXIDIAN Technologies - we build AI applications and platform infrastructure for enterprises.

Need help implementing? Contact us

License

MIT License - feel free to use for commercial projects.

About

Production-ready AI agent starter template with LangChain, FastAPI, and Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors