
Burr Frameworkالسطر الرئيسي بالعربية: إطار عمل Burr - بناء تطبيقات ذكاء اصطناعي تتفاعل مع المستخدم واتخاذ القرارات
نظرة عامة
الميزات الرئيسية
- واجهة برمجة تطبيقات الآلة اللغوية (LPA) ووظائف معالجة اللغة الطبيعية (NLP)
- واجهة برمجة تطبيقات المحادثة (CLP) ووظائف معالجة اللغة الطبيعية (NLP)
- دعم اتخاذ القرارات والتفاعلات المعقدة
- التكامل مع إطارات عمل Python الشائعة والمكتبات
- دعم التصميم السريع وتصحيح الأخطاء
- محاكاة عمليات الإنتاج وواجهات برمجة التطبيقات (APIs) الخاصة بواجهة برمجة تطبيقات الآلة اللغوية (LPA) وواجهات برمجة تطبيقات المحادثة (CLP)
- إدارة دورة حياة المشروع الخفيفة الوزن
التسعير
- النموذج
- Free
- الفئة
- ابي ابدية كاني الحضر
- التقييم
- 4.3 / 5 (4)
حالات الاستخدام
إنشاء متواصلين المحادثة ذوي الحالة قابلة للتتبع مع المنطق
نمذجة تدفقات المحادثات كآلات حالات صريحة مع الإجراءات والانتقالات ، مما يجعله أسهل لاستنتاج سلوك البرامج المحادثة وتشغيلها من خلال واجهة المستخدم المحلية للتелеметري
إطوير وكلاء الذكاء الاصطناعي المتخذين للقرارات
إنشاء وكلاء ذكاء اصطناعي يديرون الحالة المشتركة عبر الخطوات ، بدعم للبث والإجراءات المتزامنة والتكامل مع أي مكتبة LLM في بيئة Python
تشغيل محركات سير العمل القابلة لإعادة التشغيل
استخدام استمرار الحالة لتájil ، استئناف ، وتصحيح خطوات محركات سير العمل أو محاكاة طويلة الأمد ، مما يتيح استرداد موثوق و فحص تدفق التحكم المعقد
أداة تطبيقات الذكاء الاصطناعي للتتبع والفحص
استخدام مشابك مدمجةสำหร*Tسجيل ، المراقبة ، وتعقب*Rastrه لمراقبة تطبيقات الذكاء الاصطناعي في الإنتاج و التحقق من السلوك من خلال تشغيلات قابلة للتكرار و قابل للفحص
المزايا والعيوب
المزايا
- واجهة برمجة تطبيقات الآلة اللغوية (LPA) الواعية بالتدفق ومحسنة لمعالجة اللغة الطبيعية (NLP)
- واجهة برمجة تطبيقات المحادثة (CLP) الواعية بالتدفق ومحسنة لمعالجة اللغة الطبيعية (NLP)
- القابلية للتوسع والمرونة"، "التكامل مع مكتبات Python الشائعة"، "النمذجة السريعة والتحسينات السريعة
- الوصول إلى إنتاج نماذج AI وتطبيقات AI في بيئة اختبار حقيقية وواجهات برمجة التطبيقات (APIs)
- الإدارة الخفيفة لحياة المشروع
العيوب
- قد تتطلب بعض التعارف والدراسة لفهم الواجهة بشكل كامل
- قد تكون متطلبات النظام صارمة قليلاً
- تصميم النماذج والتجارب فقط using Python AI frameworks and libraries
المراجعات
المتوسط من 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.
أسئلة وأجوبة
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
ابي ابدية كاني الحضر
Ag agents صغيرة وسريعة مبنية بلغة بايثون
Mini LLM Flow
ابي ابدية كاني الحضر
إطار عمل LLM بسيط مكون من 100 سطر لبناء تدفقات عمل الوكلاء ذاتية البرمجة
upsonicAI
ابي ابدية كاني الحضر
إطار عمل مفتوح المصدر لإنشاء عمال رقمون موجهين للمهام ووكلاء ذكاء اصطناعي للقطاعات
AI-Powered RAG Workflow for n8n
ابي ابدية كاني الحضر
اسأل أسئلتك واحصل على إجابات مستندة إلى وثائق Google Drive المخزنة باستخدام n8n
ControlFlow
ابي ابدية كاني الحضر
Python إطار عمل ذكي لبناء عمليات التدفق الوكيل المستندة على المهام
roboneo art
ابي ابدية كاني الحضر
مولد فن AI الذي يحول موجهات النص إلى صور عالية الجودة في ثوانٍ.
Agent Genesis
ابي ابدية كاني الحضر
تبني جيل جديد من الوكلاء الذكاء الاصطناعي بسهولة
Eclat Institute
ابي ابدية كاني الحضر
توجيه م dedicated to IP and JC subjects, Eclat Institute focuses on building a deep understanding of core subjects through structured lessons and focused practice.
Trending now
Reducto AI
الفائلبة الجديدية لحدب الاحصاءة العلءلة
فتح البيانات المقفلة من المستندات المعقدة
AdCrier
ماركة وعلانات إعلانية
مشاركات ممولة بناءً على السياق، لا تتبع المستخدم أو بيانات
Biology AI
الحوادة الندي بالحية
مساعدة دقيقة في الواجبات المنزلية مع تفسيرات كاملة
Pin AI
فدد الاحثالة عن الحاله
مساعد الذكاء الاصطناعي للبحث عن المواهب بشكل فعّال: يسرع Pin AI عملية التوظيف مع الحفاظ على جودة الاختيار.












