🧰 agent-service-toolkit: Full toolkit for running agent as a service built with LangGraph, FastAPI and Streamlit

:toolbox: Introducing agent-service-toolkit, a new open source toolkit for running an AI agent as a service using LangGraph, FastAPI and Streamlit.

I wanted to build a few agents for personal projects using the Compound AI Systems approach, and found that LangGraph is the most advanced framework with the features I needed today. But serving and interacting with the agent was painful and complicated unless I wanted to use LangGraph Cloud (still in closed beta), and that wouldn’t support my own infrastructure.

I built agent-service-toolkit to solve this problem so I can focus on just the agent logic and core AI systems for my projects in the future. It uses async-first and FastAPI to be blazing fast and production-ready, with a Streamlit app for easy sharing and rapid iteration.

8 Likes