Commit Graph

109 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
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
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
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
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
052c296ea1 feat: Make pydantic serialized agent object (#1278)
Co-authored-by: Caren Thomas <caren@letta.com>
2025-03-13 17:50:19 -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
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
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
52a483d77f feat: log request data to otel (#1149) 2025-03-03 11:51:05 -08:00
cthomas
18e4062d05 feat: add patch archival memory route and fix naming (#1155) 2025-02-27 14:18:24 -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
88d8734717 feat: make identities many to many (#1085) 2025-02-20 16:33:24 -08:00
cthomas
3cf6a2b692 chore: read project slug from header (#1062) 2025-02-19 22:17:00 -08:00
cthomas
0bbe852b1c feat: add tracing (#883) 2025-02-18 19:03:31 -08:00
cthomas
21f2b57d0e feat: add identifier key to agents (#1043)
same as https://github.com/letta-ai/letta-cloud/pull/1004
2025-02-18 16:06:09 -08:00
cthomas
365e8d792e feat: add project slug to request header for create agent (#993) 2025-02-17 08:21:24 -08:00
cthomas
78f8efa062 feat: add support for project and template in list agent (#901) 2025-02-04 14:57:24 -08:00
cthomas
5f843b0c08 chore: remove nested config in send requests (#813) 2025-01-28 14:58:53 -08:00
cthomas
829bd6acd0 feat: add support for use_assistant_message in list_messages (#804) 2025-01-28 13:39:53 -08:00
cthomas
b8e4b15605 feat: update list message response to not be a union (#783) 2025-01-27 17:50:26 -08:00
cthomas
5bc11f10d2 feat: migrate list_messages api to use config (#782) 2025-01-27 17:19:56 -08:00
cthomas
03511a1d5b feat: add after cursor for list_messages (#771) 2025-01-24 14:26:37 -08:00
mlong93
bd69fa77f7 fix: deprecate cursor param and replace with before, after (#736)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-23 14:17:25 -08:00
cthomas
919c9253f6 fix: remove manual step logging (#738) 2025-01-22 21:07:23 -08:00
cthomas
385f3a1e2d chore: rename metadata_ field to metadata in pydantic (#732) 2025-01-22 19:05:41 -08:00
Sarah Wooders
7ad5f013f3 chore: remove old OpenAI routers (#717) 2025-01-22 19:04:40 -08:00
cthomas
49d9fa1284 chore: rename routes get->retrieve and update->modify (#733) 2025-01-22 18:42:22 -08:00
Matthew Zhou
02a579fc49 fix: Improvements Jan 22 (#734)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Nuno Rocha <nunuroxa@gmail.com>
Co-authored-by: Theo Conrads <theo.conrads@ella-lab.io>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Stephan Fitzpatrick <knowsuchagency@gmail.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
2025-01-22 16:57:35 -08:00
mlong93
bb91dab321 fix: move all attach detach to be under agents (#723)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-22 12:16:31 -08:00
cthomas
434b94f088 chore: rename /archival to /archival_memory (#719) 2025-01-21 18:51:42 -08:00
cthomas
b0e7291951 fix: rename memory/block routes to core_memory/blocks (#711) 2025-01-21 18:03:04 -08:00
cthomas
93b44a71f7 chore: remove memory/recall, memory/archival and memory/messages routes (#713) 2025-01-21 17:26:57 -08:00
Charles Packer
8e1bffaa1e docs: patch typo in api docs (#708) 2025-01-21 15:02:43 -08:00
cthomas
94b85042e6 feat: add schema/db for new steps table (#669) 2025-01-18 12:20:10 -08:00
cthomas
da81d3d29f fix: manually expose LettaMessageUnion in openapi spec (#682) 2025-01-16 13:19:35 -08:00