Commit Graph

504 Commits

Author SHA1 Message Date
Matthew Zhou
fda902c7b3 feat: Add MaxCountPerStepToolRule (#1319) 2025-03-17 17:23:14 -07:00
Matthew Zhou
54bb536beb feat: Add metadata_ field to Tool (#1321) 2025-03-17 17:14:08 -07:00
Charles Packer
b687e56071 fix: don't throw an error if adding a new mcp server, also allow sett… (#1293) 2025-03-15 13:45:20 -07:00
Sarah Wooders
9928bf6019 chore: migrate tests to new client (#1290) 2025-03-14 15:17:28 -07:00
Matthew Zhou
578aeee50d feat: Refactor mcp client and make stdio errors more manageable (#1291) 2025-03-14 14:58:30 -07:00
cthomas
aa2f4258c4 feat: add content parts to message schema (#1273)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-13 18:43:32 -07:00
cthomas
b7eb47a4a0 chore: add exception handling in test (#1281) 2025-03-13 18:24:16 -07:00
Matthew Zhou
40a9d7d966 feat: Make pydantic serialized agent object (#1278)
Co-authored-by: Caren Thomas <caren@letta.com>
2025-03-13 17:50:19 -07:00
Sarah Wooders
d32f6e8204 chore: merge updated tests (#1276) 2025-03-13 17:15:20 -07:00
Sarah Wooders
6ed1502a59 feat: properly scrub ids from serialized schemas and add version (#1258)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-13 16:18:50 -07:00
Matthew Zhou
6555390eff feat: Make agent listing more performant (#1270) 2025-03-13 14:36:33 -07:00
cthomas
588c212039 chore: message schema api improvements (#1267) 2025-03-13 12:04:03 -07:00
cthomas
039febb8c5 feat: multi-agent (#1243) 2025-03-12 22:51:55 -07:00
cthomas
69ab911682 feat: add identities to blocks (#1219) 2025-03-12 12:09:31 -07:00
cthomas
cf146146b6 chore: remove message.text property (#1253) 2025-03-12 10:58:31 -07:00
Matthew Zhou
1430e27cfe chore: Cleanup (#1248) 2025-03-11 14:48:46 -07:00
Matthew Zhou
2a9a96a7ba chore: Various updates and improvements (#1247)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com>
Co-authored-by: tarunkumark <tkksctwo@gmail.com>
Co-authored-by: Miao <one.lemorage@gmail.com>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Will Sargent <will.sargent@gmail.com>
2025-03-11 14:46:45 -07:00
Matthew Zhou
3abb1d0580 fix: BlockUpdate resets limit due to hardcoding (#1246) 2025-03-11 14:37:17 -07:00
Matthew Zhou
93b64084e2 feat: Change voice endpoint to have agent_id as required param in URL (#1233) 2025-03-10 13:36:55 -07:00
cthomas
6a20f85189 feat: add new llm client framework and migrate google apis (#1209) 2025-03-07 16:34:06 -08:00
cthomas
05df777824 feat: add agent to steps table and support filtering (#1212) 2025-03-07 10:10:29 -08:00
Matthew Zhou
75430d82a8 feat: Add query parameter for project ID on /upload route and adapt tests (#1210) 2025-03-06 15:44:12 -08:00
Sarah Wooders
4aeaec3523 feat: modify message modification route to be via LettaMessage (#1184) 2025-03-06 15:33:16 -08:00
Matthew Zhou
5f69182063 feat: Modify multi agent broadcast for partial matching (#1208) 2025-03-06 13:26:59 -08:00
cthomas
e1ea5c3cdc chore: add identities tests (#1204) 2025-03-05 16:22:20 -08:00
Matthew Zhou
11e8c031bf feat: Add conditional to control overriding existing tools (#1201) 2025-03-05 15:51:16 -08:00
Matthew Zhou
63dba5b0ab feat: Add upload/download endpoints for agents (#1200) 2025-03-05 15:05:58 -08:00
Matthew Zhou
f19fef56d1 feat: Serialize tags on agents (#1199) 2025-03-05 14:14:27 -08:00
Matthew Zhou
d79c8f9484 feat: Add agent environment variable serialization (#1198) 2025-03-05 13:59:34 -08:00
Matthew Zhou
9f0e6744b9 chore: Add testing around serializing tool calls (#1197) 2025-03-05 13:22:58 -08:00
Matthew Zhou
5b2e7d3356 feat: Add blocks and tools to agent serialization (#1187) 2025-03-04 15:31:50 -08:00
cthomas
6212e87917 feat: enable mounting local tools dir to container (#1119) 2025-03-04 13:18:23 -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
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
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
cthomas
b132903a21 fix: agent deletion bug from source cascade (#1101) 2025-02-24 11:20:22 -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
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