Commit Graph

217 Commits

Author SHA1 Message Date
cthomas
a23cb5601c feat: add tool execution result object (#1837) 2025-04-22 11:30:36 -07:00
Sarah Wooders
fb139dead6 feat: Write fern api tests for batch API (#1821)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-04-21 15:48:06 -07:00
cthomas
063c15e1fd feat: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -07:00
Matthew Zhou
21d13f7c9c feat: Add more tests for batch agent loop (#1819) 2025-04-21 13:32:06 -07:00
Sarah Wooders
17d978fd69 chore: add sleeptime example + better error handling + upgrade client SDK (#1809) 2025-04-21 00:09:50 -07:00
cthomas
2da5529975 feat: put sleeptime agent on regular agent loop (#1795) 2025-04-18 15:12:56 -07:00
cthomas
1187a4f281 feat: add source description to sleeptime agent persona (#1733)
Co-authored-by: Kevin Lin <kl2806@columbia.edu>
2025-04-16 17:21:28 -07:00
Kevin Lin
110bfce500 feat: sync memory tools between the sleeptime-doc agent and sleeptime agent for chat (#1730) 2025-04-16 13:43:46 -07:00
cthomas
854488856e feat: trigger sleeptime doc processing (#1715)
Co-authored-by: Caren Thomas
Co-authored-by: Kevin Lin <kl2806@columbia.edu>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
2025-04-15 15:31:12 -07:00
Charles Packer
200521cb45 fix: patch grok-3 and grok-3-fast (skip reasoners for now) (#1703) 2025-04-14 12:55:20 -07:00
Matthew Zhou
85f452af82 feat: Add tracing to agent creation (#1664) 2025-04-10 13:45:45 -07:00
Shubham Naik
add6458e01 Shub/let 1771 variables component (#1650)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-04-10 11:11:27 -07:00
Matthew Zhou
9e71fd5e38 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
5ed2f3ae38 feat: change name of sleeptime agent (#1617) 2025-04-08 11:28:36 -07:00
Matthew Zhou
25dd30e6b4 feat: Create batch request tracking tables (#1604) 2025-04-07 16:27:18 -07:00
cthomas
d28eff53fd feat: add archival insert and search tools to sleeptime (#1576) 2025-04-04 22:24:32 -07:00
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