Skip to content

A LangChain + LangGraph Backend that has tools and MCPs integrated

Notifications You must be signed in to change notification settings

AICommandant/Langchain-Agent

Repository files navigation

Super-Lang-Agent

A powerful backend built with LangChain + LangGraph, supporting multiple tools and MCP integrations.

🚀 Quick Start

Run the App

docker-compose up

Test WebSocket

python -m http.server 8080

🛠️ Database Migrations (Alembic)

Generate a new migration:

alembic revision --autogenerate -m "your message here"

Apply migrations:

alembic upgrade head

About

A LangChain + LangGraph Backend that has tools and MCPs integrated

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published