OlympHill
Burr Framework logo

Burr FrameworkFrameaçiune opent source pentru Python pentru crearea aplicațiilor și agent-ilor cu decizii și state persoanelor în control

4.3 (4)
Daniel NikulshynRecenzat de Daniel Nikulshyn·Actualizat iulie 2026

Prezentare

Burr Framework este o bibliotecă Python pentru a crea aplicații care necesită luarea deciziilor în timp, cum ar fi chatboturi, agenți AI, simulații și motoare de flux de lucru. Ea modellează programele ca mașini de stat, permintând dezvoltorilor să definească acțiuni și tranzitii care operează asupra unui obiect de stare împărtășit, făcând fluxul de control complex mai ușor de rezonat. Framwork-ul include instrumente de observabilitate integrate, o interfață locală pentru inspectarea rulărilor și suport pentru persistență, astfel încât aplicațiile pot fi oprite, reluare și pot fi debugate pas cu pas. Deoarece Burr nu are o părere asupra celor mai populare LLM-uri sau biblioteci, se integrează cu majoritatea pachetelor Python de AI. Este bine adaptat pentru echipele care doresc un control explicit asupra logicii agentului, în loc să se bazeze pe orchestrare a boxei negre, și pentru sistemele de proiectare unde importanța urmăririi și a testabilității devine o prioritate.

Funcții cheie

  • Abstracție de mașină de stări cu acțiuni și tranziții
  • Interfață de supervizare pentru inspectarea execuțiilor
  • Persistență și rezumat a stărilor
  • Suport pentru acțiuni stream și async
  • Integrări cu instrumente LLM și ML comune
  • Măsuri pentru logare, monitorizare și testare

Prețuri

Model
Free
Evaluare
4.3 / 5 (4)

Cazuri de utilizare

Creați chatbot-uri cu stare și logică urmăribilă

Modelați fluxurile conversaționale ca mașini de stare explicite cu acțiuni și tranziții, făcând mai ușor să înțelegeți comportamentul chatbot-ului și să depanați rulările prin intermediul interfeței de telemetrie locală.

Dezvoltați agenți AI pentru luarea deciziilor

Creați agenți AI care gestionează starea comună între pași, cu suport pentru streaming, acțiuni asincrone și integrare cu orice bibliotecă LLM din ecosistemul Python.

Rulați motoare de flux de lucru reluabile

Utilizați persistența stării pentru a întrerupe, relua și depana pas cu pas fluxurile de lucru sau simulările care rulează mult timp, permițând recuperarea fiabilă și inspectarea fluxului de control complex.

Instrumentați aplicații AI pentru monitorizare și testare

Utilizați hook-urile încorporate pentru înregistrarea, monitorizarea și trasarea pentru a observa aplicațiile AI de producție și a valida comportamentul prin rulări reproducibile și inspectabile.

Pro și contra

Pro

  • Modelul de mașină de stare explicită face logica ușor de urmărit
  • Interfața de utilizare încorporată pentru depanare
  • Fără legătură cu framework-ul - funcționează cu orice LLM sau bibliotecă
  • Suportă persistența, streamingul și operațiunile asincrone
  • Open source și ușor

Contra

  • Necesită Python și ceva cunoștințe despre abstracțiile sale
  • Mai puțin plug-and-play decât framework-urile de agent la nivel superior
  • O comunitate mai mică decât concurenții mai mari

Recenzii

4.3

Medie din 4 evaluări.

5
1
4
3
3
0
2
0
1
0

Conectează-te pentru a lăsa o recenzie.

Priya Nair

Priya Nair

May 2, 2026

Does the job

Pretty happy overall. Local telemetry UI for inspecting executions just works and built-in tracing UI for debugging runs. Less plug-and-play than higher-level agent frameworks can be annoying, but no dealbreakers — I'd recommend it to a friend without hesitating.

EB

Ethan Brooks

Mar 21, 2026

Compared a few options

Evaluated this against two competitors. Where it wins: local telemetry UI for inspecting executions and explicit state-machine model makes logic easy to follow. Where it lags: requires Python and some learning of its abstractions. On balance the feature set — especially local telemetry UI for inspecting executions — justifies the 5 stars for our use case.

TA

Tariq Aziz

Jan 27, 2026

Use it every day

Honestly didn't expect to like it this much. State persistence and resumability is exactly what I needed, and open source and lightweight. I do wish smaller community than larger competitors, but I reach for it almost every day now and it just clicks.

DF

Diego Fernández

Oct 16, 2025

Solid for our team

We rolled this out across the team last quarter and built-in tracing UI for debugging runs. State persistence and resumability fits neatly into how we already work, and integrations with common LLM and ML tools removed a step we used to do by hand. Smaller community than larger competitors, which is the main caveat, but it has held up under daily use.

Întrebări

Why the name Burr?

Apache Burr is named after Aaron Burr, founding father, third Vice President of the United States, and historical opponent of Alexander Hamilton. The name reflects the project's origins as a harness to handle state between executions of Apache Hamilton DAGs (because DAGs don’t have cycles). Over time, Burr proved useful for a wide array of applications, leading to its broader release.

Asked by Naomi Suzuki · Nov 13, 2025

What can you do with Apache Burr?

Apache Burr can be used to power a variety of applications, including: 1. A simple GPT‑like chatbot. 2. A stateful RAG‑based chatbot. 3. An LLM‑based adventure game. 4. An interactive assistant for writing emails. It also supports non‑LLM use‑cases such as time‑series forecasting simulations and hyperparameter tuning. Using hooks and integrations you can integrate with any of your favorite vendors (LLM observability, storage, etc.) and build custom actions that delegate to your favorite libraries (like Apache Hamilton). Burr does not build models, query APIs, or manage data for you; it helps you tie these components together in a scalable, logical way. It includes out‑of‑the‑box integrations and tooling to build a UI in Streamlit and watch your state machine execute.

Asked by Valentina Marino · Nov 1, 2025

How does Apache Burr work?

With Apache Burr you express your application as a state machine (i.e. a graph/flowchart). You can (and should!) use it for anything in which you have to manage state, track complex decisions, add human feedback, or dictate an idempotent, self-persisting workflow. The core API is simple – the Burr hello-world looks like this (plug in your own LLM, or copy from the docs for gpt‑X). Apache Burr includes: 1. A dependency‑free low‑abstraction Python library that enables you to build and manage state machines with simple Python functions. 2. A UI you can use to view execution telemetry for introspection and debugging. 3. A set of integrations to make it easier to persist state, connect to telemetry, and integrate with other systems.

Asked by Carlos Mendoza · Oct 27, 2025

Pune o întrebare

Alternative la Framuri de Agenti AI