Commit Graph

2103 Commits

Author SHA1 Message Date
cthomas
63ddfc1944 fix: re-add telemetry route for backwards compatibility (#2879) 2025-09-14 16:22:11 -07:00
cthomas
eb19d40099 feat: move telemetry endpoint into steps (#2878) 2025-09-14 16:11:15 -07:00
cthomas
a86a125f39 fix: make feedback endpoint use request body not query params (#2875) 2025-09-14 16:00:18 -07:00
cthomas
73f6e90030 feat: make docstrings consistent for providers routes (#2876) 2025-09-14 15:43:14 -07:00
cthomas
2c44c87509 feat: add pagination to client.tags.list endpoint (#2874) 2025-09-14 15:38:40 -07:00
cthomas
23c31ca788 feat: update docstring and titles for batch routes (#2873) 2025-09-14 15:25:02 -07:00
cthomas
88f727295b feat: add pagination to list batch run endpoing (#2872) 2025-09-14 15:11:14 -07:00
Charles Packer
af62e22b76 fix: patch send message partial json extractor (#2868) 2025-09-13 12:52:13 -07:00
cthomas
56801bcf17 fix: 4o mini assistant streaming error (#2865) 2025-09-12 20:06:00 -07:00
cthomas
1a18314c6f test: use patch for agent loop error mocking in tests (#2860) 2025-09-12 16:46:18 -07:00
cthomas
16efa1b868 fix: azure regression due to openai client changes (#2863) 2025-09-12 16:45:46 -07:00
jnjpng
2899171e2c fix: retry on gemini 504 (#2861)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-09-12 15:58:56 -07:00
cthomas
087ab14fd6 feat: raise early exceptions in streaming endpoint (#2858) 2025-09-12 14:43:32 -07:00
cthomas
33bee28d08 feat: use LLMServerError to distinguish provider errors (#2859) 2025-09-12 14:43:14 -07:00
cthomas
273be6368d fix: sqlalchemy instrumentation error (#2857) 2025-09-12 12:39:40 -07:00
Caren Thomas
0a58326daf feat: handle google errors in our stack correctly 2025-09-12 10:58:06 -07:00
cthomas
5aec1f7dac feat: persist hitl messages immediately to prevent inconsistent states (#2853) 2025-09-12 09:20:58 -07:00
cthomas
9e618bcc85 fix: tool call dump for provider trace (#2852) 2025-09-12 08:17:45 -07:00
cthomas
6cc8f37341 fix: remove extra logger param (#2851) 2025-09-12 07:07:26 -07:00
cthomas
54d82ae537 fix: job update metadata merge (#2849) 2025-09-12 07:07:12 -07:00
jnjpng
67729ba35f feat: auto register mcp server tools as letta tools (#2847)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-09-11 17:42:28 -07:00
Matthew Zhou
5e04cfa5f4 fix: Update run to errored terminal state if streaming errors (#2846) 2025-09-11 16:54:51 -07:00
Matthew Zhou
8a9c05b611 fix: Fix summarizer bug with tool choice (#2845) 2025-09-11 16:23:10 -07:00
Matthew Zhou
1979d86b45 fix: Fix streaming bugs with agent loop v2 (#2844) 2025-09-11 16:15:21 -07:00
jnjpng
992ce79368 fix: catch streamable http exceptions and handle error codes for list mcp tools
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-09-11 15:17:05 -07:00
Matthew Zhou
981d286fbe feat: Remove Turbopuffer mentions from semantic_search_files (#2843) 2025-09-11 14:54:14 -07:00
Matthew Zhou
fa38bad3aa feat: Filter out empty chunks in Turbopuffer embedding (#2842) 2025-09-11 14:52:39 -07:00
cthomas
81e0c9e62e fix: callback update in new agent loop for async route (#2839) 2025-09-11 13:26:41 -07:00
cthomas
67aae3e6af feat: one more missing await (#2838) 2025-09-11 12:13:11 -07:00
cthomas
32b9f228dd fix: missing await in agent loop (#2835) 2025-09-11 11:54:43 -07:00
Charles Packer
21df8e9394 fix: patch stray chunks on streaming w/ models with tight tokenization (#2830) 2025-09-11 11:51:00 -07:00
cthomas
f5da72f2c9 feat: log job success in new agent loop (#2834) 2025-09-11 11:50:15 -07:00
cthomas
4636fb7ba8 feat: add organization to jobs model (#2831) 2025-09-11 10:18:52 -07:00
cthomas
694be7b136 feat: support filtering out approval messages for gemini (#2833) 2025-09-11 00:26:24 -07:00
cthomas
636fb52d87 feat: make multi-agent tools use new agent loop (#2826) 2025-09-10 22:30:12 -07:00
Charles Packer
c91daa7687 fix: patch missing double quote in interface (#2828) 2025-09-10 21:05:21 -07:00
Sarah Wooders
818d279c86 chore: add more indexes for block label and agent_id (#2827) 2025-09-10 20:28:27 -07:00
cthomas
858b8aa5c3 feat: add asyncio shield to async message route (#2825) 2025-09-10 17:38:43 -07:00
cthomas
2d971cdcf0 feat: hold reference to asyncio tasks in memory (#2823) 2025-09-10 17:08:07 -07:00
cthomas
65bd9492f5 feat: cutover to new refactored agent loop (#2801) 2025-09-10 14:46:30 -07:00
cthomas
ea10f55097 feat: handle incorrect booleans in json from llm (#2820) 2025-09-10 12:31:40 -07:00
cthomas
4a37153da8 chore: rename create batch operation id (#2815) 2025-09-09 18:15:57 -07:00
cthomas
e1f702a6ab feat: update pagination params for batch messages endpoint (#2814) 2025-09-09 18:11:17 -07:00
jnjpng
2aae4bf0db feat: add resync tool endpoint (#2812)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-09-09 18:11:02 -07:00
cthomas
52b50d6aac feat: clean up list run messages endpoint (#2811) 2025-09-09 17:45:28 -07:00
Matthew Zhou
4aa11633af feat: Scrub env vars (#2809) 2025-09-09 16:25:21 -07:00
cthomas
3ede465b53 fix: null check on span before log event (#2810) 2025-09-09 16:23:59 -07:00
cthomas
9c098e8912 fix: logger error in streaming interface (#2807) 2025-09-09 16:02:27 -07:00
cthomas
e832d1cb1b fix: add missing awaits (#2804) 2025-09-09 15:27:05 -07:00
cthomas
681afd84d5 refactor: add public summarize_conversation_history method for parity (#2803) 2025-09-09 15:24:56 -07:00