
Burr Framework오픈소스 파이썬 프레임워크로 상태 유지 및 의사 결정 애플리케이션을 구축하기 위한 플랫폼
개요
주요 기능
- 동작 및 전환을 가진 상태 머신 추상화
- 실행을 검사하기 위한 로컬 텔레메트리 UI
- 상태 영구성 및 재개 가능성
- 스트리밍 및 비동기 동작 지원
- 공통 LLM 및 ML 도구와의 통합
- 로깅, 모니터링 및 테스트를 위한 훅
가격
- 모델
- Free
- 카테고리
- 인공지능 에이전트 프레임워크
- 평점
- 4.3 / 5 (4)
사용 사례
추적 가능한 논리와 상태 유지 채팅봇 구축
대화 흐름을 명시적인 상태 머신으로 모델링하여 채팅봇 동작을 쉽게 이해하고 로컬 텔레메트리 UI를 통해 실행을 디버깅할 수 있습니다.
의사 결정 AI 에이전트 개발
공유 상태를 관리하는 단계를 가지는 AI 에이전트를 생성하고, 스트리밍, 비동기 동작 및 파이썬 에코시스템의任何 LLM 라이브러리에 대한 통합 지원을 제공합니다.
잠시 중지할 수 있는 워크플로우 엔진 실행
상태 영구성을 사용하여 장기 실행 워크플로우 또는 시뮬레이션을 일시 중지, 재개 및 단계별로 디버깅할 수 있으며, 이는 복잡한 제어 흐름을 신뢰할 수 있게 회복 및 검사할 수 있습니다.
모니터링 및 테스트를 위한 AI 앱instrument화
내장된 로깅, 모니터링 및 트레이싱을 위한 훅을 사용하여 프로덕션 AI 애플리케이션을 관찰하고 재현 가능한 실행을 통해 동작을 검증합니다.
장단점
장점
- 명시적인 상태 머신 모델로 논리가 쉽게 따라갈 수 있음
- 실행을 디버깅하기 위한 내장 트레이싱 UI
- 프레임워크에 중립적입니다. bất cứ LLM 또는 라이브러리와도 작동합니다
- 영구성, 스트리밍 및 비동기 지원
- 오픈 소스 및 가벼움
단점
- 파이썬 및 일부 추상화 학습이 필요함
- 더 높은 수준의 에이전트 프레임워크보다 플러그 앤 플레이가 적음
- 대형 경쟁사보다 더 작은 커뮤니티
리뷰
4개 평가의 평균.
리뷰를 작성하려면 로그인하세요.
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.
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.
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.
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.
Q&A
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
질문하기
인공지능 에이전트 프레임워크 대안
smolagents
인공지능 에이전트 프레임워크
Hugging Face의 Code-first AI 에이전트를 단 몇 줄로 만드는 최소한의 파이썬 라이브러리
Mini LLM Flow
인공지능 에이전트 프레임워크
최소한의 100 문장 LLM 프레임워크, 자율 프로그래밍 에이전트 파이프라인을 위해
upsonicAI
인공지능 에이전트 프레임워크
"오픈 소스 에이전트 프레임워크를 통해 작업을 집중하는 디지털 워커 및 수직 AI 에이전트를 빌드 할 수 있습니다."
AI-Powered RAG Workflow for n8n
인공지능 에이전트 프레임워크
n8n,
ControlFlow
인공지능 에이전트 프레임워크
Python 프레임워크를 이용해 agentic AI 워크플로를 구축하는 task-중심적인 디자인을 제공합니다.
roboneo art
인공지능 에이전트 프레임워크
텍스트 입력으로 높은质量의 이미지 생성을 위한 AI 아트 지능 기술
Agent Genesis
인공지능 에이전트 프레임워크
AI
Eclat Institute
인공지능 에이전트 프레임워크
교육과 지속적 지식 구축을 위한 IP 및 JC 수업
Trending now
AdCrier
마케팅 및 광고
광고 주도 답변, 클릭당 지불
Reducto AI
인공지능 에이전트 개발 플랫폼
복잡한 PDF, 슬라이드 및 스프레드시트에서 구조화된 데이터를 추출할 수 있는 문서 지능 API입니다. 이들은 텍스트, 이미지, 탭 및 레이아웃 정보까지 모든 요소를 파싱 및 추출합니다.
Biology AI
교육 인공지능(EdTech AI)
정확한 과제 도움말과 전체 설명
Pin AI
워크플로 자동화
채용을 가속화 하기 위해 소싱, 시트닝 및 오아웃치를 자동화하는 에이전트 지능형 리쿠터












