Elijah ben Izzy
Elijah ben Izzy
Will scope out -- I think this is high value. That said @shun-liang -- you can always use _centralized state_ -- allowing you to define the state model centrally with...
Scoped out. Some changes but nothing crazy: 1. Currently this is all buried in the decorator which I don’t like — see code: https://github.com/DAGWorks-Inc/burr/blob/2900e9e8e728aa8c78d58af053146ed2ee4ecab9/burr/integrations/pydantic.py#L170 2. That said, actions can supply...
> I pushed fixes for the pre-commit hooks. I'd still like to know your opinion on the following @elijahbenizzy : I have kept things backwards compatible, but should we really...
Mergine despite build failures @jernejfrank has agreed to fix!
Thanks for the report! So this is an inherent mypy limitation/conscious decisiom. Mypy has no way of knowing that the fields are dynamically set by the `inputs()` property. To work...
> Thanks for the response. For now have considered the options, I probably will just put `type: ignore[override]` to each individual occassion of overriding the run method in a class...
OK, so I dug in a bit. This is not something we're going to be able to solve at a framework level but I think you have two good options:...
> question - does this support async paths? Yes see the points on async executor. Not fleshed out in this doc but it will be included in the first release
Just prototyping to evaluate typed state
This is a prototype, and I'm going to take a quick pause to focus on other stuff OS users are actually asking for. That said, this is what needs to...