Commit Graph

11 Commits

Author SHA1 Message Date
Matthew Zhou
5e04cfa5f4 fix: Update run to errored terminal state if streaming errors (#2846) 2025-09-11 16:54:51 -07:00
cthomas
2d971cdcf0 feat: hold reference to asyncio tasks in memory (#2823) 2025-09-10 17:08:07 -07:00
Charles Packer
7d388bff32 fix(core): change the backend mid-stream error packing to match what the FE expects [PRO-1107] (#4340)
fix(core): change the backend mid-stream error packing to match what the FE expects
2025-09-01 14:59:42 -07:00
Kian Jones
ca6cfa5914 chore: migrate to ruff (#4305)
* base requirements

* autofix

* Configure ruff for Python linting and formatting

- Set up minimal ruff configuration with basic checks (E, W, F, I)
- Add temporary ignores for common issues during migration
- Configure pre-commit hooks to use ruff with pass_filenames
- This enables gradual migration from black to ruff

* Delete sdj

* autofixed only

* migrate lint action

* more autofixed

* more fixes

* change precommit

* try changing the hook

* try this stuff
2025-08-29 11:11:19 -07:00
cthomas
e63dedab7a feat: add retrieve stream testing (#4168) 2025-08-25 16:13:59 -07:00
cthomas
6ca388557f feat: add new client.runs.stream endpoint (#4165) 2025-08-25 13:42:22 -07:00
cthomas
59dc8f7881 feat: set 3hr ttl for streaming background jobs (#4167) 2025-08-25 13:39:06 -07:00
cthomas
7eeba12ef5 feat: populate run id in streaming response (#4161) 2025-08-25 11:55:41 -07:00
cthomas
9ea2ce2aa8 feat: populate seq_id in chunks for background mode (#4160) 2025-08-25 11:51:41 -07:00
cthomas
c63708e087 feat: add error chunk handling for background mode (#4158) 2025-08-25 11:12:16 -07:00
cthomas
03cf5f43ea feat: add background flag to streaming api (#4148) 2025-08-24 20:45:35 -07:00