Elijah ben Izzy
Elijah ben Izzy
See design here: https://burr.dagworks.io/pull/370/concepts/parallelism/
This is complete https://burr.dagworks.io/concepts/parallelism/
TODO: - [x] Add unit tests - [x] test the individual helper functions (`_run`, `_arun`) - [x] test the stream_result functions - [x] Add documentation on apropriate functions/whatnot - [x]...
TODO: - [ ] Fix tests - [ ] Add any more tests that might be necessary - [ ] fix s3 tracker + test - [ ] Re-capture screenshots...
Options: 1. Encode it in a step's log -- capture: - time of start - time of first "token" (generator first yield) - time of last "token" - Number of...
See #331 -- has this + a lot more
Should also be part of the URL, as should the selected sequence ID
This ensures we live in two worlds. Other options: 1. Auto-migrate on opening 2. Add it to app_id 3. TBD (?) TODO if we want this version: - [ ]...
Looks good, let's fix up the pre-commit?
# API ## Data Model Single return for pretty much everything: ```python class TypedStateWithNextMethod: state: GeneratedStatePydanticModel next_method: enum ``` ## API API endpoints that are generated: ```bash POST getOrCreate(app_id, partition_key)...