A powerful backend built with LangChain + LangGraph, supporting multiple tools and MCP integrations.
docker-compose up- API Docs: Swagger
python -m http.server 8080- Chat Interface: Interface
Generate a new migration:
alembic revision --autogenerate -m "your message here"Apply migrations:
alembic upgrade head