Elijah ben Izzy

Results 285 comments of Elijah ben Izzy

This is a really good feature (thought we had an issue a while back?), the hard part is that we need to store global state, largely due to the internal...

So the challenge is: 1. `MapAction` is determined at runtime -- E.G. from the current application state 2. Thus we cannot visualize it without the application's state... That said, I...

Hard to reproduce -- seems to work in some cases and not in others. See #519 -- that has a fix for part but not all of this.

`BURR_ORM_MIGRATION_LOCATION` should come from `aerich init-db --location`, right?

> > `BURR_ORM_MIGRATION_LOCATION` should come from `aerich init-db --location`, right? > > See what script in [#524](https://github.com/DAGWorks-Inc/burr/issues/524) would become. The equivalent for local dev is on the PR that's still...

> > One way we could implement it is by making a quick call to a small model like gpt-4o-mini with the user prompt and a summary of previous chats,...

> > Agreed with @skrawcz -- there's the solution of halting when a certain condition is met (which I think is, on its own, useful), but to me this is...

OK, so: - `_step` does [return None](https://github.com/DAGWorks-Inc/burr/blob/f0c4d0d5ff834801c80cca7ef265320c0b052add/burr/core/application.py#L774) - Not sure what to do -- I need to figure out why. Effectively if you call step and nothing happens, you should...

OK, looking good. A few minor UI points after playing around: 1. Model not selected doesn't run it -- maybe we should be able to schose an arbitrary number of...