Commit Graph

196 Commits

Author SHA1 Message Date
cthomas
41a8bf56db fix: import AgentType (#1629) 2025-04-08 14:49:03 -07:00
cthomas
b8d002f8e7 feat: revert sleeptime agents back to old agent loop (#1625) 2025-04-08 14:14:50 -07:00
Matthew Zhou
540a6b164a chore: Disable new letta agent for sleeptime and groups (#1597) 2025-04-07 10:49:45 -07:00
cthomas
0a0539446b feat: list active runs by agent id (#1572) 2025-04-04 14:51:31 -07:00
Matthew Zhou
54ca172170 feat: Enable Anthropic streaming on new agent loop (#1550) 2025-04-03 19:40:48 -07:00
Shubham Naik
9514bfff7c Shub/let 1646 add agentfile to cloud (#1540)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-04-02 17:33:55 -07:00
cthomas
ce7c99949f fix: import constants in sources routes (#1457) 2025-03-28 14:52:32 -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
8ce3307423 fix: blocks list endpoint bug (#1421) 2025-03-26 17:05:28 -07:00
cthomas
ac627c1e19 feat: add model and embedding fields to modify agent api (#1412) 2025-03-26 10:36:38 -07:00
cthomas
f3c37059e8 fix: send message async endpoint (#1400) 2025-03-25 11:05:55 -07:00
Sarah Wooders
e1ec91baff feat: add privileged organizations (#1365) 2025-03-24 16:12:53 -07: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
80c4437ac0 feat: Add asc/desc to agent listing (#1359) 2025-03-21 11:19:49 -07:00
Matthew Zhou
46d363a63f fix: Refresh blocks in between steps (#1335) 2025-03-18 17:42:44 -07:00
Matthew Zhou
83477197a6 feat: Add batch create functionality to SqlAlchemyBase (#1332) 2025-03-18 15:40:02 -07:00
Matthew Zhou
274fe46ab5 fix: Increase timeouts and catch errors in MCP endpoints (#1329) 2025-03-18 13:18:34 -07:00
Matthew Zhou
50ab98cfe3 feat: Make the tool runner take a schema (#1328) 2025-03-18 12:06:02 -07:00
Matthew Zhou
951293740b feat: Add metadata to MCP tools (#1325) 2025-03-17 17:39:59 -07:00
Sarah Wooders
b161272a3c feat: pass embedding handle for source create (#1307) 2025-03-16 15:42:11 -07:00
Matthew Zhou
694b8b3aeb feat: Refactor mcp client and make stdio errors more manageable (#1291) 2025-03-14 14:58:30 -07:00
Matthew Zhou
052c296ea1 feat: Make pydantic serialized agent object (#1278)
Co-authored-by: Caren Thomas <caren@letta.com>
2025-03-13 17:50:19 -07:00
Charles Packer
7d834ed537 feat: add new routes for add/deleting MCP servers (#1272) 2025-03-13 17:10:12 -07:00
Matthew Zhou
d0aaa8ecb7 feat: Make agent listing more performant (#1270) 2025-03-13 14:36:33 -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
22c7c71c66 feat: initial MCP support (#1229)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-12 17:33:24 -07:00
cthomas
6427ed83c3 feat: add identities to blocks (#1219) 2025-03-12 12:09:31 -07:00
Matthew Zhou
8302c00368 fix: BlockUpdate resets limit due to hardcoding (#1246) 2025-03-11 14:37:17 -07:00
Matthew Zhou
84518ae3fc feat: Change voice endpoint to have agent_id as required param in URL (#1233) 2025-03-10 13:36:55 -07:00
cthomas
52dba65bde feat: add agent to steps table and support filtering (#1212) 2025-03-07 10:10:29 -08:00
Matthew Zhou
6fdcb49f17 feat: Add query parameter for project ID on /upload route and adapt tests (#1210) 2025-03-06 15:44:12 -08:00
Sarah Wooders
cc0d97b26d feat: modify message modification route to be via LettaMessage (#1184) 2025-03-06 15:33:16 -08:00
Matthew Zhou
c617c48fb7 feat: Add conditional to control overriding existing tools (#1201) 2025-03-05 15:51:16 -08:00
Matthew Zhou
f0112f2fb8 feat: Add upload/download endpoints for agents (#1200) 2025-03-05 15:05:58 -08:00
cthomas
53e42b4fdb fix: improve identity error handling (#1176) 2025-03-03 16:50:25 -08:00
Matthew Zhou
ba8b10fb36 feat: Finish async memory rewriting agent for voice (#1161) 2025-03-03 13:58:06 -08:00
cthomas
52a483d77f feat: log request data to otel (#1149) 2025-03-03 11:51:05 -08:00
cthomas
2e3415bc61 feat: add route to get steps for job (#1174) 2025-03-02 17:43:18 -08:00
cthomas
ef25a6e728 feat: add args schema for tool object (#1160) 2025-03-01 14:53:10 -08:00
Matthew Zhou
347d5e4ba8 feat: Low Latency Agent (#1157) 2025-02-27 14:51:48 -08:00
cthomas
459fef1c5b fix: add error handling for unique constraint violation (#1137) 2025-02-27 14:20:39 -08:00
cthomas
18e4062d05 feat: add patch archival memory route and fix naming (#1155) 2025-02-27 14:18:24 -08:00
Matthew Zhou
d06abc26d4 fix: Fix chat completions interface and move fast chat completions endpoint to /voice (#1139) 2025-02-26 14:53:31 -08:00
Shubham Naik
fd0f25d3e7 chore: identities follow up (#1118)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-02-26 09:07:39 -08:00
cthomas
95cd188196 feat: enable listing agents by identity id (#1112) 2025-02-25 14:23:22 -08:00
cthomas
fdd360d842 chore: change the name of user id to actor (#1098) 2025-02-25 11:35:19 -08:00
cthomas
0d9ff8ae09 chore: add user id header to identities get request (#1090) 2025-02-20 19:16:56 -08:00
cthomas
88d8734717 feat: make identities many to many (#1085) 2025-02-20 16:33:24 -08:00