Commit Graph

3981 Commits

Author SHA1 Message Date
cthomas
4473bf8aee feat: add pagination to identities endpoint (#2898) 2025-09-15 10:46:02 -07:00
cthomas
3a96a2c37b feat: add pagination params to agents endpoint (#2896) 2025-09-15 10:45:27 -07:00
cthomas
7f9068e949 feat: add pagination to steps endpoint (#2895) 2025-09-15 10:33:32 -07:00
cthomas
d6a929e83c feat: add pagination to tools endpoint (#2893) 2025-09-15 10:23:45 -07:00
cthomas
b052810545 docs: fix providers docstring (#2894) 2025-09-15 10:17:17 -07:00
cthomas
a4b1177720 feat: add pagination to providers endpoint (#2892) 2025-09-15 10:14:26 -07:00
cthomas
299eba9dd9 docs: fix tags docstring to not reference db (#2891) 2025-09-15 09:42:40 -07:00
cthomas
8eb6f66c26 fix: list embedding models in api (#2886) 2025-09-14 17:41:00 -07:00
cthomas
05c2b4ffd3 feat: add tags to feedback endpoint (#2881) 2025-09-14 17:23:50 -07:00
cthomas
48e50b957e feat: rename message preview endpoint (#2885) 2025-09-14 17:09:45 -07:00
cthomas
b5db5134cc feat: drop serialized from export/import docs (#2883) 2025-09-14 17:04:49 -07:00
cthomas
8e4ca75597 feat: rename list files for agent (#2884) 2025-09-14 17:00:14 -07:00
cthomas
c01297561b feat: rename health check title in docs (#2882) 2025-09-14 16:57:19 -07:00
cthomas
b5c7e31080 chore: run api sync core (#2880) 2025-09-14 16:39:00 -07:00
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
2cab414730 feat: rename steps metrics endpoint (#2877) 2025-09-14 15:54:11 -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
cthomas
16e2d21165 feat: rename provider key check method in api (#2871) 2025-09-14 14:43:35 -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
8b0eb90353 test: migrate tool graph test to new agent loop (#2867) 2025-09-12 19:22:15 -07:00
cthomas
baa72e43c3 test: update provider trace tests to use sdk client (#2866) 2025-09-12 19:12:31 -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
cthomas
b410b8f842 chore: sync openapi (#2856) 2025-09-12 12:12:23 -07:00
cthomas
4f1b60fdaf test: fix agent not found test failures in test_sdk_client (#2855) 2025-09-12 12:11:47 -07:00
cthomas
13ee93d892 test: relax assertion for anthropic reasoner model (#2854) 2025-09-12 11:28:46 -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
cthomas
393b60898d test: switch to streaming in hitl tests (#2848) 2025-09-11 19:50:59 -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
jnjpng
8b7effc2fb chore: remove flaky server url update test
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-09-11 14:49:34 -07:00