agentkit
Basic Information
AgentKit is a LangChain-based starter kit developed by BCG X to help developers rapidly build full‚Äëstack, chat‚Äëbased Agent applications. It provides a configurable backend and frontend scaffold so teams can experiment with constrained agent architectures and produce production‚Äëgrade MVP demos. The repository bundles a React/Nextjs UI and a Python FastAPI backend integrated with LangChain and Langsmith configuration, and includes orchestration for long running tasks, caching and data storage. The project is intended as a developer toolkit to configure agents and tools, to define Action Plans and Meta Agents that route execution, and to expose streaming intermediary outputs to the UI. It includes documentation, a Chinook database demo and recommended deployment and development workflows using Docker Compose.