Commit Graph

201 Commits

Author SHA1 Message Date
Matthew Zhou
b56ced7336 feat: Cache model handle (#1568) 2025-04-04 12:11:20 -07:00
cthomas
e6908a412e chore: rename background to sleeptime (#1558) 2025-04-04 09:16:59 -07:00
cthomas
fdefb8a9cd feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
cthomas
c1aa35d372 feat: sleeptime agent prompting improvements (#1547) 2025-04-03 11:04:42 -07:00
Sarah Wooders
b0e47a2649 fix: dont error on azure model listing and add local EmbeddingConfig (#1534) 2025-04-02 15:12:07 -07:00
cthomas
7837a33ac9 feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
cthomas
bb15a84df2 fix: make custom llm config matching more robust (#1530) 2025-04-02 11:21:50 -07:00
cthomas
ab710c5073 feat: background multi-agent group for sleeptime agent (#1508) 2025-04-01 15:00:45 -07:00
cthomas
e5678d99b8 test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
Matthew Zhou
79541fe7de feat: Async agent loop (#1387) 2025-03-27 15:24:50 -07:00
cthomas
d436c2f892 feat: add default for max chaining steps (#1427) 2025-03-26 17:06:01 -07:00
cthomas
8098bad21e fix: show max context window limit in ADE for model (#1414) 2025-03-26 11:03:59 -07:00
cthomas
ac627c1e19 feat: add model and embedding fields to modify agent api (#1412) 2025-03-26 10:36:38 -07:00
cthomas
100431dce8 feat: add sonnet 3.7 support (#1302) 2025-03-24 16:36:16 -10:00
Shubham Naik
cd7f3f89e9 chore: fix archival memories (#1366)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-03-21 17:26:06 -07:00
Matthew Zhou
63e482fa01 feat: Make multi agent broadcast directly invoke step (#1355) 2025-03-20 17:05:04 -07:00
Matthew Zhou
50ab98cfe3 feat: Make the tool runner take a schema (#1328) 2025-03-18 12:06:02 -07:00
cthomas
8e6c1ff279 fix: handle text content in MessageCreate (#1316) 2025-03-17 13:32:04 -07:00
Matthew Zhou
14b1790f6c feat: Add common sense timeouts for MCP client (#1303)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-03-17 10:06:36 -07:00
Charles Packer
8dd55b2967 fix: don't throw an error if adding a new mcp server, also allow sett… (#1293) 2025-03-15 13:45:20 -07:00
Matthew Zhou
694b8b3aeb feat: Refactor mcp client and make stdio errors more manageable (#1291) 2025-03-14 14:58:30 -07:00
Sarah Wooders
8602dae316 feat: fix MCP-related logs format and add Docker tests (#1280) 2025-03-14 09:43:03 -07:00
Sarah Wooders
76b3560be4 chore: fix archival temporarily (#1287) 2025-03-14 08:47:21 -07:00
cthomas
8a17daedd0 feat: add content parts to message schema (#1273)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-13 18:43:32 -07:00
Charles Packer
7d834ed537 feat: add new routes for add/deleting MCP servers (#1272) 2025-03-13 17:10:12 -07:00
cthomas
8d060a0f34 chore: message schema api improvements (#1267) 2025-03-13 12:04:03 -07:00
cthomas
759577ffee feat: multi-agent (#1243) 2025-03-12 22:51:55 -07:00
Charles Packer
c2896a9c56 docs: revised mcp docs (#1261) 2025-03-12 22:11:27 -07:00
Charles Packer
22c7c71c66 feat: initial MCP support (#1229)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-12 17:33:24 -07:00
cthomas
c802e94fdc chore: remove message.text property (#1253) 2025-03-12 10:58:31 -07:00
cthomas
52a483d77f feat: log request data to otel (#1149) 2025-03-03 11:51:05 -08:00
cthomas
ef25a6e728 feat: add args schema for tool object (#1160) 2025-03-01 14:53:10 -08:00
Kevin Lin
bd57bad3eb feat: refactor chat only agent (#1058) 2025-02-27 18:49:15 -08:00
cthomas
28122d64e9 feat: add setting for max context window size and persist for ADE (#1124) 2025-02-27 14:21:06 -08:00
cthomas
18e4062d05 feat: add patch archival memory route and fix naming (#1155) 2025-02-27 14:18:24 -08:00
Charles Packer
566b80dbf1 feat: add xAI / Grok support (#1122)
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-26 11:02:42 -08:00
Matthew Zhou
9ac089a143 feat: Reverse inner thoughts for chat completions endpoint (#1081) 2025-02-20 12:30:34 -08:00
cthomas
0bbe852b1c feat: add tracing (#883) 2025-02-18 19:03:31 -08:00
cthomas
be5a66c4fd feat: add list identities route (#1046)
same as #1005
2025-02-18 16:49:07 -08:00
Kevin Lin
7828d77616 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
0754816834 feat: Serialize agent state simple fields and messages (#1012) 2025-02-18 11:01:10 -08:00
Matthew Zhou
a734f99d8d feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
cthomas
8097b1e98a feat: add default context window (#995)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-13 15:37:38 -08:00
Sarah Wooders
8955dd939b feat: google vertex integration (#980) 2025-02-12 18:06:26 -08:00
Matthew Zhou
8de65e1fcd fix: Refactor listing messages to be much more performant (#963) 2025-02-12 10:32:38 -08:00
Sarah Wooders
f57f894b8a fix: fix passage listing for sources (#894) 2025-02-03 16:38:14 -08:00
Charles Packer
2ced31df6e chore: fix lmstudio embeddings (#887) 2025-02-02 15:18:14 -08:00
cpacker
d509de39f3 fix: pass in a dummy key to openai python client if it doesn't exist at inference time 2025-01-29 17:55:54 -08:00
Matthew Zhou
5fcca8a010 feat: Restore local sandbox execution (#822) 2025-01-28 17:19:14 -08:00
cthomas
829bd6acd0 feat: add support for use_assistant_message in list_messages (#804) 2025-01-28 13:39:53 -08:00