Commit Graph

749 Commits

Author SHA1 Message Date
cthomas
02ecf4de1f feat: add pagination to blocks agents endpoint (#2949) 2025-09-15 22:08:31 -07:00
cthomas
0367ecacee feat: add pagination to folders agents endpoint (#2947) 2025-09-15 22:07:49 -07:00
cthomas
e44a3bfcc1 feat: add pagination to folders files endpoint (#2946) 2025-09-15 22:07:34 -07:00
cthomas
4209ed4d63 feat: add pagination to list groups messages endpoint (#2945) 2025-09-15 21:55:01 -07:00
cthomas
80a89ae683 feat: replace query_text with name for list tags (#2944) 2025-09-15 21:54:22 -07:00
cthomas
33de52940a feat: rename folders metadata endpoint (#2943) 2025-09-15 21:47:02 -07:00
cthomas
c9f9da90a1 feat: add pagination to folders passages endpoint (#2942) 2025-09-15 21:41:31 -07:00
cthomas
1febc4b228 feat: deprecate get folder by name endpoint (#2941) 2025-09-15 21:40:59 -07:00
cthomas
824b83a7b3 feat: rename folders agents endpoint (#2940) 2025-09-15 21:08:19 -07:00
cthomas
f439457f72 feat: add new identity agent and blocks routes (#2934) 2025-09-15 20:49:35 -07:00
cthomas
401293c48b feat: mark sources routes as deprecated LET-4381 (#2938) 2025-09-15 20:49:11 -07:00
cthomas
a56fdfdf48 feat: update agent route docstrings (#2933) 2025-09-15 17:15:55 -07:00
cthomas
2898f586fc feat: rename add feedback route (#2915) 2025-09-15 15:36:27 -07:00
cthomas
53543a00aa feat: rename provider trace route (#2914) 2025-09-15 15:32:15 -07:00
cthomas
ae775db8ee feat: rename retrieve step routes (#2910) 2025-09-15 15:11:44 -07:00
cthomas
70a8c8eadc feat: rename list batch messages route (#2909) 2025-09-15 15:11:28 -07:00
cthomas
0776a236c8 feat: add new header dependency in all routes (#2905) 2025-09-15 14:33:08 -07:00
cthomas
0c2adf29d2 feat: add new headers dependency to routes (#2903) 2025-09-15 13:32:37 -07:00
Shubham Naik
918c248b3a feat: allow searching by entites+project_id (#2862)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-09-16 06:25:08 +12:00
cthomas
6749dfb2d4 feat: add pagination to folders endpoint (#2897) 2025-09-15 10:57:07 -07:00
cthomas
4d716a6fb2 feat: add pagination to groups endpoint (#2900) 2025-09-15 10:56:46 -07:00
cthomas
7ac79eaa95 feat: add pagination to blocks endpoint (#2899) 2025-09-15 10:56:02 -07:00
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
05c2b4ffd3 feat: add tags to feedback endpoint (#2881) 2025-09-14 17:23:50 -07:00
cthomas
b5db5134cc feat: drop serialized from export/import docs (#2883) 2025-09-14 17:04:49 -07:00
cthomas
c01297561b feat: rename health check title in docs (#2882) 2025-09-14 16:57:19 -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
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
1a18314c6f test: use patch for agent loop error mocking in tests (#2860) 2025-09-12 16:46:18 -07:00
cthomas
087ab14fd6 feat: raise early exceptions in streaming endpoint (#2858) 2025-09-12 14:43:32 -07:00
cthomas
6cc8f37341 fix: remove extra logger param (#2851) 2025-09-12 07:07:26 -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
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
Charles Packer
c91daa7687 fix: patch missing double quote in interface (#2828) 2025-09-10 21:05:21 -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