Commit Graph

88 Commits

Author SHA1 Message Date
Charles Packer
90f138c829 fix: patch grok-3 and grok-3-fast (skip reasoners for now) (#1703) 2025-04-14 12:55:20 -07:00
Matthew Zhou
63a6c6b499 feat: Add tracing to agent creation (#1664) 2025-04-10 13:45:45 -07:00
Shubham Naik
98dbd5b771 Shub/let 1771 variables component (#1650)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-04-10 11:11:27 -07:00
Matthew Zhou
5fe18ec0e9 feat: Create polling job for polling batch results (#1624)
Previous run passed all relevant checks, so skipping the wait. This new commit just merges main.
2025-04-08 16:42:12 -07:00
cthomas
8175014859 feat: change name of sleeptime agent (#1617) 2025-04-08 11:28:36 -07:00
Matthew Zhou
38d35aad52 feat: Create batch request tracking tables (#1604) 2025-04-07 16:27:18 -07:00
cthomas
a2252e6c1e feat: add archival insert and search tools to sleeptime (#1576) 2025-04-04 22:24:32 -07:00
Matthew Zhou
2e9365170e feat: Cache model handle (#1568) 2025-04-04 12:11:20 -07:00
cthomas
b1a3f4afc7 chore: rename background to sleeptime (#1558) 2025-04-04 09:16:59 -07:00
cthomas
7fcebf0ce3 feat: add otid field for message idempotency (#1556) 2025-04-04 08:43:01 -07:00
cthomas
6a6fd28517 feat: sleeptime agent prompting improvements (#1547) 2025-04-03 11:04:42 -07:00
Sarah Wooders
e0c7112c29 fix: dont error on azure model listing and add local EmbeddingConfig (#1534) 2025-04-02 15:12:07 -07:00
cthomas
860f8707cf feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
cthomas
925d7f6d5e fix: make custom llm config matching more robust (#1530) 2025-04-02 11:21:50 -07:00
cthomas
bc232ca56b feat: background multi-agent group for sleeptime agent (#1508) 2025-04-01 15:00:45 -07:00
cthomas
1a5c08c62b test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
Matthew Zhou
337778c65d feat: Async agent loop (#1387) 2025-03-27 15:24:50 -07:00
cthomas
c1001e482d feat: add default for max chaining steps (#1427) 2025-03-26 17:06:01 -07:00
cthomas
72e54e57ab fix: show max context window limit in ADE for model (#1414) 2025-03-26 11:03:59 -07:00
cthomas
a610a09f2f feat: add model and embedding fields to modify agent api (#1412) 2025-03-26 10:36:38 -07:00
cthomas
0e8c650c3f feat: add sonnet 3.7 support (#1302) 2025-03-24 16:36:16 -10:00
Shubham Naik
48f2da9453 chore: fix archival memories (#1366)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-03-21 17:26:06 -07:00
Matthew Zhou
f0ba8bbb1f feat: Make multi agent broadcast directly invoke step (#1355) 2025-03-20 17:05:04 -07:00
Matthew Zhou
3e0c865d0e feat: Make the tool runner take a schema (#1328) 2025-03-18 12:06:02 -07:00
cthomas
aa8512f575 fix: handle text content in MessageCreate (#1316) 2025-03-17 13:32:04 -07:00
Matthew Zhou
a8142c7b67 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
44ecc2dab8 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
40c70b46cf feat: Refactor mcp client and make stdio errors more manageable (#1291) 2025-03-14 14:58:30 -07:00
Sarah Wooders
d8e611d9bd feat: fix MCP-related logs format and add Docker tests (#1280) 2025-03-14 09:43:03 -07:00
Sarah Wooders
037fc1d8e1 chore: fix archival temporarily (#1287) 2025-03-14 08:47:21 -07:00
cthomas
d8966d8c7e 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
b9ff1ea624 feat: add new routes for add/deleting MCP servers (#1272) 2025-03-13 17:10:12 -07:00
cthomas
e29f333cbe chore: message schema api improvements (#1267) 2025-03-13 12:04:03 -07:00
cthomas
5304831a8e feat: multi-agent (#1243) 2025-03-12 22:51:55 -07:00
Charles Packer
f1aa313ed1 docs: revised mcp docs (#1261) 2025-03-12 22:11:27 -07:00
Charles Packer
7789da21c8 feat: initial MCP support (#1229)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-12 17:33:24 -07:00
cthomas
eddd167f43 chore: remove message.text property (#1253) 2025-03-12 10:58:31 -07:00
cthomas
84132d63f5 feat: log request data to otel (#1149) 2025-03-03 11:51:05 -08:00
cthomas
808ea9e188 feat: add args schema for tool object (#1160) 2025-03-01 14:53:10 -08:00
Kevin Lin
e9491c591c feat: refactor chat only agent (#1058) 2025-02-27 18:49:15 -08:00
cthomas
7a70128e0d feat: add setting for max context window size and persist for ADE (#1124) 2025-02-27 14:21:06 -08:00
cthomas
f6b87a7d76 feat: add patch archival memory route and fix naming (#1155) 2025-02-27 14:18:24 -08:00
Charles Packer
72dac99e92 feat: add xAI / Grok support (#1122)
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-26 11:02:42 -08:00
Matthew Zhou
afbb5af30b feat: Reverse inner thoughts for chat completions endpoint (#1081) 2025-02-20 12:30:34 -08:00
cthomas
c5985ed989 feat: add tracing (#883) 2025-02-18 19:03:31 -08:00
cthomas
8c922fd5b4 feat: add list identities route (#1046)
same as #1005
2025-02-18 16:49:07 -08:00
Kevin Lin
7173d5cefb 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
b5e09536ae feat: Serialize agent state simple fields and messages (#1012) 2025-02-18 11:01:10 -08:00
Matthew Zhou
9ee53a0eaa feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
cthomas
b32bee5aa6 feat: add default context window (#995)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-13 15:37:38 -08:00