Commit Graph

509 Commits

Author SHA1 Message Date
cthomas
b09c519fa6 chore: bump version to 0.6.36 (#2469)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
2025-03-04 16:21:54 -08:00
Caren Thomas
feed70e19f merge conflict 2025-03-03 14:50:50 -08:00
Matthew Zhou
353af9aefe feat: Finish async memory rewriting agent for voice (#1161) 2025-03-03 13:58:06 -08:00
cthomas
683864a9d4 feat: add route to get steps for job (#1174) 2025-03-02 17:43:18 -08:00
cthomas
2be142d1b3 fix: update sdk tests with renamed functions (#1173) 2025-03-01 19:36:36 -08:00
cthomas
6a6e50a4f4 feat: add args schema for tool object (#1160) 2025-03-01 14:53:10 -08:00
Kevin Lin
d7ee2e1cb0 feat: refactor chat only agent (#1058) 2025-02-27 18:49:15 -08:00
Matthew Zhou
23abf83217 feat: Low Latency Agent (#1157) 2025-02-27 14:51:48 -08:00
Sarah Wooders
9b2532dcd8 Merge branch 'main' into increase-max-tokens 2025-02-27 12:01:45 -08:00
Matthew Zhou
711699bc40 fix: Fix chat completions interface and move fast chat completions endpoint to /voice (#1139) 2025-02-26 14:53:31 -08:00
Matthew Zhou
3078e44f7f fix: Fix broken message DB writing (#1134) 2025-02-26 13:29:57 -08:00
Charles Packer
1687d9edb7 feat: add xAI / Grok support (#1122)
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-26 11:02:42 -08:00
Sarah Wooders
bf09099f06 fix: patch pydantic args and identities (#2457) 2025-02-25 16:25:03 -08:00
Matthew Zhou
997019afe8 feat: Add tool calling to fast chat completions (#1109) 2025-02-25 15:13:35 -08:00
cthomas
4548555d6c chore: change the name of user id to actor (#1098) 2025-02-25 11:35:19 -08:00
Sarah Wooders
cb1f94c64c feat: add type resolution support for complex types (#2440) 2025-02-25 09:19:18 -08:00
cthomas
b132903a21 fix: agent deletion bug from source cascade (#1101) 2025-02-24 11:20:22 -08:00
Sarah Wooders
d5bb7607bd feat: add user identities (#2446) 2025-02-20 19:24:05 -08:00
Matthew Zhou
df1f9839a6 feat: Fast chat completions endpoint (#1091) 2025-02-20 18:55:25 -08:00
Matthew Zhou
8d7ff5a536 feat: Reverse inner thoughts for chat completions endpoint (#1081) 2025-02-20 12:30:34 -08:00
Matthew Zhou
7f69192517 fix: Fix chat completions streaming (#1078) 2025-02-20 11:37:52 -08:00
Sarah Wooders
df0475cd0b chore: bump version and fix deps 2025-02-20 08:18:37 -08:00
Sarah Wooders
c4964d7879 feat: add "always continue" tool rule and configure default tool rules (#1033)
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-19 14:46:37 -08:00
Kevin Lin
98f0062416 feat: support deepseek models (#821)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-18 15:28:01 -08:00
Matthew Zhou
6d49dc1ac5 feat: Serialize agent state simple fields and messages (#1012) 2025-02-18 11:01:10 -08:00
lemorage
75655cfb6c test: add coercion tests for complex and nested type annotations 2025-02-16 19:43:16 +08:00
Sarah Wooders
93d518d02a merge 2025-02-13 17:25:52 -08:00
Matthew Zhou
52802ca8ee feat: Improve composio error handling (#979) 2025-02-13 17:02:16 -08:00
Matthew Zhou
8d765f286e feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
cthomas
6ce293ea3c feat: add vertex support (#2429)
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-02-12 18:32:40 -08:00
Sarah Wooders
42ac85efa8 feat: google vertex integration (#980) 2025-02-12 18:06:26 -08:00
Matthew Zhou
8e57618642 feat: Add logic for "stateless" agents (#984) 2025-02-12 17:13:07 -08:00
Matthew Zhou
bae7916550 feat: Add message_buffer_autoclear field to Agent (#978) 2025-02-12 15:06:56 -08:00
Matthew Zhou
2f9c600d7f feat: Add telemetry logging around agent / multi-agent broadcasting (#971) 2025-02-12 13:27:13 -08:00
Matthew Zhou
dbbcbf1e2d fix: Refactor listing messages to be much more performant (#963) 2025-02-12 10:32:38 -08:00
Sarah Wooders
c2ece6e14a remove version 2025-02-11 23:14:32 -08:00
Sarah Wooders
23c90c6f53 Merge branch 'main' into fix-haiku 2025-02-11 23:11:57 -08:00
Sarah Wooders
3ff4c1886b chore: merge changes from oss (#964) 2025-02-11 17:20:23 -08:00
Sarah Wooders
e278384ae2 fix: avoid unnecessary database operations for non-server cli commands (#2383) 2025-02-11 14:56:20 -08:00
Matthew Zhou
96bdb8df1c chore: Add large scale many-messages test (#959) 2025-02-11 10:11:41 -08:00
Matthew Zhou
5c43de3a2d fix: Fix trailing } in chat completions interface (#842) 2025-02-10 15:45:13 -08:00
tarunkumark
279341cd11 Added tests to test the fix for the google embeddings endpoint issue 2025-02-06 21:22:02 +05:30
tarunkumark
0f095a9ccf Added: Google Gemini embeddings endpoints
Fixed: Test suite breaking syntax errors in tests/test_base_function and tests/test_sdk_client
2025-02-06 17:18:39 +05:30
cthomas
4fa2a76389 chore: bump version to 0.6.22 (#2415) 2025-02-05 14:31:41 -08:00
cthomas
b4df65c4b5 feat: multi-agent refactor and api changes (#2414)
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
2025-02-05 14:31:11 -08:00
cthomas
8fbe9043f7 fix: revert sandbox error message (#904) 2025-02-05 13:54:18 -08:00
Matthew Zhou
3cd3cd4f5f fix: Robust new streaming interface for multi-agent tooling (#907) 2025-02-05 16:20:52 -05:00
cthomas
35c4df1d07 feat: add model_endpoint to steps table (#902) 2025-02-05 11:16:33 -08:00
Sarah Wooders
f286928629 Merge branch 'main' into various-fixes 2025-02-04 21:01:04 -08:00
Charles Packer
79b4974404 fix: patch error with unbound variable + monkeypatch unit test for function fail returns (#899) 2025-02-04 12:02:20 -08:00