burr
burr copied to clipboard
Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.
Can't fork persisted state from persisters when using Typed State (Pydantic) # Current behavior I am trying to setup code to fork a local state for debugging purposes. In our...
This is a refactor of the GraphView component to have a consistent look and feel of the GraphBuilder-generated graph. **This PR is based off the GraphBuilder PR (https://github.com/apache/burr/pull/572), so review...
A Graph Builder Tool will allow one to visually create a Burr Graph, by dragging and dropping and interacting on a React Flow-based canvas. This will allow you to view...
As agreed here https://github.com/apache/burr/issues/554 it would be helpful to mention some limitations/caveats. I leave it to you how you want to express it. Apologies if this is not the PR...
Adds apache, updates links. ## Changes - changes Burr -> Apache Burr - removes DAGWorks Inc references. - adds footer and incubator logo ## How I tested this - works...
(This is a bit of a cross post with https://github.com/BrainBlend-AI/atomic-agents/issues/140.) We are looking for an agentic and probably graph-based framework for our AI assistant chatbot. So far we have developed...
I am currently trying to learn Burr and exploring the examples ... Is this file https://github.com/apache/burr/blob/main/examples/tracing-and-spans/burr_otel_demo.ipynb meant to be here?  To me, it is a whole Intro + mini...
It seems that the AsyncSQLitePersister doesn't work in the expected way when trying to use it as a context manager. # Current behavior Trying to use AsyncSQLitePersister.from_values() with "async with"...