burr icon indicating copy to clipboard operation
burr copied to clipboard

Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, trace, persist, and execute on your own infrastructure.

Results 139 burr issues
Sort by recently updated
recently updated
newest added

**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**...

enhancement
good first issue
help wanted
storage

**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 |...

triage

**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...

good first issue
help wanted
ui

There's no obvious link to the Burr UI. ![image](https://github.com/user-attachments/assets/2d78c3d0-145a-4686-bf76-02362d1de3cf) I suggest having a layout similar to the Hamilton UI docs ![image](https://github.com/user-attachments/assets/1135bb20-0154-43eb-b2a1-4dcba637dc5f)

documentation
good first issue
hacktoberfest

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...

enhancement
good first issue
hacktoberfest

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...

triage

**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"], ...)...

enhancement
good first issue
help wanted

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...

good first issue
hacktoberfest

### 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...

ui
hacktoberfest

[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...