Kian Jones
fecf6decfb
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
0d1282a09b
feat: dont swallow application errors in streaming response [LET-4069] ( #4253 )
...
* feat: dont swallow application errors in streaming response
* change error back to exception
2025-08-27 11:59:43 -07:00
cthomas
c8771d6b80
feat: catch asyncio cancellations from app in stream response ( #4112 )
2025-08-22 15:42:14 -07:00
cthomas
b2a68a467c
feat: add resource closed errors throughout stream ( #4021 )
2025-08-19 16:02:04 -07:00
cthomas
b1f1d0a5bf
feat: only stream last chunk if client is connected ( #4015 )
2025-08-19 14:46:30 -07:00
cthomas
9ec8473404
feat: catch closed resource error in stream processing ( #4003 )
2025-08-19 12:11:00 -07:00
cthomas
eb472dc1e0
feat: introduce asyncio shield to stream response ( #3992 )
2025-08-18 17:11:19 -07:00
Sarah Wooders
685bfece6d
feat: treat cancellations that are non-explicit as errors ( #3641 )
2025-07-29 23:23:33 -07:00
Charles Packer
7348630486
feat: add keepalive wrapper to stream route ( #3645 )
...
Co-authored-by: Caren Thomas <carenthomas@gmail.com >
2025-07-29 22:53:38 -07:00
Andy Li
a3bb0b5fdf
feat: ade support for showing errored messages in ade
2025-07-21 13:03:20 -07:00
Andy Li
60c4e23904
feat: stop reasons and error messages and sentry fixes
2025-07-18 11:56:20 -07:00
Andy Li
33c1f26ab6
feat: support for agent loop job cancelation ( #2837 )
2025-07-02 14:31:16 -07:00
Matthew Zhou
26ae9c4502
feat: Add tavily search builtin tool ( #2257 )
2025-05-19 16:38:11 -07:00
Andy Li
a78abc610e
feat: track llm provider traces and tracking steps in async agent loop ( #2219 )
2025-05-19 15:50:56 -07:00