#370 · Primary category: AI Agents & Automation

agent-service-toolkit

agents langgraph streamlit

Full toolkit for running an AI agent service built with LangGraph, FastAPI and Streamlit

Project last updated:08/23/26

GitHub Stars

4.5K

Forks

768

Contributors

39

License

MIT

Why we included this project

If your team is starting a LangGraph project, this toolkit spares you the usual scaffolding. It bundles a working agent definition, a FastAPI service with streaming and non-streaming endpoints, a Python client, and a Streamlit chat UI that supports voice input, so you get a complete deployable setup rather than a bare example. It also goes beyond the basics, showing human-in-the-loop interrupts, long-term memory via Store, multiple agents served by URL path, and AG-UI protocol support for connecting frontends like CopilotKit. That combination makes it a useful reference for how modern agent services are structured, and a repo you can fork and adapt instead of building from scratch.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category