#80 · Primary category: LLM Application Frameworks
burr
Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.
Project last updated:08/29/26
GitHub Stars
2.5K
Forks
189
Contributors
59
License
Apache-2.0
Why we included this project
Most chatbot and agent projects start simple, then get messy the moment the thing has to remember a conversation and survive a restart. Burr keeps that under control by letting you build the application as plain Python actions connected by transitions, so the flow stays visible in the code instead of hiding inside long prompts. Its state handling is the part that stands out: pluggable persisters can save a run's state to your own database, pause mid-flight, and pick up later from the same spot. The built-in web UI then gives you live tracing of those runs on your own infrastructure, which helps a lot when you need to figure out why a production agent made the choice it did. It also works alongside whatever LLM framework you already use, so you get stateful agent tooling without being locked into one vendor's stack.
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
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform