burr
burr copied to clipboard
Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.
**Is your feature request related to a problem? Please describe.** When forking from state, we might want to augment the state as part of debugging/forking. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** ```bash wt-api | | File "/usr/local/lib/python3.11/site-packages/burr/integrations/opentelemetry.py", line 499, in on_end wt-api | | self.tracker.post_end_span( wt-api | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ wt-api |...
**Is your feature request related to a problem? Please describe.** The UI doesn't show inputs on the graph. **Describe the solution you'd like** We should be able to toggle turning...
There's no obvious link to the Burr UI.  I suggest having a layout similar to the Hamilton UI docs 
Currently, printing `State.keys()` displays the values too, which makes it hardly usable when the state contains large objects (JSON responses, dataframes, embedding vectors; see picture) This should be a simple...
This requires some investigation as it currently fails silently. We can tell it fails because no telemetry appears in Burr UI. In case of success, the two should lead to...
**Is your feature request related to a problem? Please describe.** I want to be able to quickly fail should I attempt to read the wrong state item. ```python @action(reads=["foo"], ...)...
If you are looking for an issue, but can't find one that fits. Please comment here with what your skill set is, and what type of contributions you'd like to...
### Short description The website is currently missing a favicon, which results in a default or empty icon appearing in the browser tab. This affects the website’s branding and reduces...
[Short description explaining the high-level reason for the pull request] ## Changes Added Favicon for the website! ---- > [!IMPORTANT] > Add favicon to website by updating `index.html` to use...