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.** Currently we persist after every node. We should allow this to be configurable. This saves you from an over-saving state,...

enhancement

**Is your feature request related to a problem? Please describe.** It is common to hold a reference to some file/large object in state. This can be, for example: 1. A...

For class-based actions, mypy is not happy with parameters to be defined in the method signature of the `run` method. # Current behavior I have copied the class-based action [example](https://burr.dagworks.io/concepts/actions/#class-based-actions)...

triage

**Is your feature request related to a problem? Please describe.** @gamarin2 asks: ``` Hey! While working with class-based actions, I ended up creating state transitions that must logically be split...

enhancement

[Short description explaining the high-level reason for the pull request] ## Changes ## How I tested this ## Notes ## Checklist - [ ] PR has an informative and human-readable...

Thanks @zilto -- see https://github.com/DAGWorks-Inc/burr/pull/438/files.

bug
triage

**Is your feature request related to a problem? Please describe.** I'd like to have a helper script that will be useful for quick prototyping (faster iterations / ad-hoc hypothesis testing)...

**Is your feature request related to a problem? Please describe.** Currently, it is not possible to halt the app after a given action iff a `condition` is met. Here is...

Currently, the `.visualize()` method returns a graph where **actions** are nodes and **transitions** are edges. Parameters allow to display conditional edges and state values that are read/written. Let's call this...

enhancement
visualization

**Is your feature request related to a problem? Please describe.** Graphviz requires system dependencies. This could prevent users getting a good experience with Burr. **Describe the solution you'd like** [Mermaid](https://pypi.org/project/python-mermaid/)...

good first issue
visualization