Commit Graph

157 Commits

Author SHA1 Message Date
cthomas
c31eb2048f fix: fern identity create node sdk nesting (#1679) 2025-04-11 11:18:32 -07:00
cthomas
50628692d4 feat: add upsert identities properties route (#1672) 2025-04-10 17:08:20 -07:00
cthomas
15c7ad0f87 fix: memory block refresh bug (#1668) 2025-04-10 15:59:41 -07:00
Matthew Zhou
c8b8055a43 feat: Debug and add comprehensive testing for step_until_request (#1669) 2025-04-10 14:42:33 -07:00
Matthew Zhou
63a6c6b499 feat: Add tracing to agent creation (#1664) 2025-04-10 13:45:45 -07:00
cthomas
a576d1e589 test: add sdk tests (#1569) 2025-04-10 12:04:40 -07:00
Matthew Zhou
dec66f928e feat: Finish step_until_request in new batch agent loop (#1656) 2025-04-10 10:19:06 -07:00
cthomas
29fcccb3a4 feat: add otid to new agent loop (#1635) 2025-04-09 16:50:41 -07:00
cthomas
77ea56106b Add parent tool rule (#1648) 2025-04-09 15:22:15 -07:00
Charles Packer
8a8eb1811a fix: patch incorrect use of name in function response (#1642) 2025-04-09 14:20:57 -07:00
Kevin Lin
84dbaa4511 chore: temporarily disable tool rules on sleeptime that are causing errors (#1632) 2025-04-09 09:36:18 -07:00
Charles Packer
4c2fea1f8d fix: rebase #1560 (tool timeout) (#1637) 2025-04-08 17:13:21 -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
f141f2f148 feat: remove initial boot messages for sleeptime agent (#1622) 2025-04-08 13:39:44 -07:00
cthomas
5d8d0e31e2 feat: stop creating new message for system prompt changes (#1559)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-04-08 10:25:43 -07:00
cthomas
aef866ef3d feat: more robust tools setup in agent creation (#1605) 2025-04-07 20:15:16 -07:00
cthomas
148727a44a feat: add view in editor tool for sleeptime agent (#1589) 2025-04-07 17:22:37 -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
cthomas
b1a3f4afc7 chore: rename background to sleeptime (#1558) 2025-04-04 09:16:59 -07:00
Matthew Zhou
038c40244f feat: Enable Anthropic streaming on new agent loop (#1550) 2025-04-03 19:40:48 -07:00
cthomas
6a6fd28517 feat: sleeptime agent prompting improvements (#1547) 2025-04-03 11:04:42 -07:00
Shubham Naik
d96cbea250 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
860f8707cf feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
Matthew Zhou
af97837c99 feat: Add monotonic ids on messages (#1522) 2025-04-01 18:23:34 -07:00
Matthew Zhou
dc361c5c8e feat: Clean up prints (#1515) 2025-04-01 15:20:43 -07:00
cthomas
bc232ca56b feat: background multi-agent group for sleeptime agent (#1508) 2025-04-01 15:00:45 -07:00
Matthew Zhou
25b106d1cd feat: Support natively async e2b (#1512) 2025-04-01 14:28:24 -07:00
Matthew Zhou
0446cecc0d feat: Rework to make robust to gaps (#1498) 2025-04-01 10:05:40 -07:00
Matthew Zhou
557359a4c6 feat: Add ability to redo to more recent checkpoint (#1496) 2025-03-31 17:35:51 -07:00
Matthew Zhou
8863320c4f feat: Implement forward deletes during undo + checkpoint (#1493) 2025-03-31 17:04:48 -07:00
Matthew Zhou
78ec7a54f7 feat: Write functionality for undoing block checkpoints (#1490) 2025-03-31 16:56:22 -07:00
Matthew Zhou
24fbdc6032 feat: Add block history tables (#1489) 2025-03-31 16:39:23 -07:00
cthomas
1a5c08c62b test: add more robust multi-agent testing (#1444) 2025-03-28 14:21:54 -07:00
cthomas
096e1aed5d fix: google model listing api (#1454) 2025-03-28 13:59:54 -07:00
Matthew Zhou
f92cb6e5af fix: Fix agent state injection for new async tool executor (#1456) 2025-03-28 13:20:53 -07:00
Matthew Zhou
337778c65d feat: Async agent loop (#1387) 2025-03-27 15:24:50 -07:00
Sarah Wooders
cae4afcbcc feat: add privileged organizations (#1365) 2025-03-24 16:12:53 -07:00
Matthew Zhou
131a3b021b feat: Refactor letta tool execution to not require agent class (#1384) 2025-03-24 12:25:03 -07:00
Matthew Zhou
10803b52cd feat: Tool executors (#1370) 2025-03-23 15:56:54 -07:00
Matthew Zhou
6dc8cb3e50 feat: Add asc/desc to agent listing (#1359) 2025-03-21 11:19:49 -07:00
Matthew Zhou
4171bdc30e feat: Extend list Messages to take in multiple roles (#1358) 2025-03-21 10:36:07 -07:00
Matthew Zhou
f0ba8bbb1f feat: Make multi agent broadcast directly invoke step (#1355) 2025-03-20 17:05:04 -07:00
Matthew Zhou
c343abb75e chore: Various bug fixes (#1350)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: tarunkumark <tkksctwo@gmail.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Miao <one.lemorage@gmail.com>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Will Sargent <will.sargent@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com>
Co-authored-by: Tristan Morris <tristanbmorris@gmail.com>
Co-authored-by: Daniel Shin <88547237+kyuds@users.noreply.github.com>
Co-authored-by: Jindřich Šíma <67415662+JindrichSima@users.noreply.github.com>
Co-authored-by: Azin Asgarian <31479845+azinasg@users.noreply.github.com>
Co-authored-by: Connor Shorten <connorshorten300@gmail.com>
Co-authored-by: Lucas Mohallem Ferraz <ferraz.m.lucas@gmail.com>
Co-authored-by: kyuds <kyuds@everspin.co.kr>
2025-03-20 11:06:45 -07:00
Matthew Zhou
1a3fe0882c fix: Refresh blocks in between steps (#1335) 2025-03-18 17:42:44 -07:00
Matthew Zhou
3eefff925f feat: Add batch create functionality to SqlAlchemyBase (#1332) 2025-03-18 15:40:02 -07:00
Matthew Zhou
8e93497dfc feat: Add metadata to MCP tools (#1325) 2025-03-17 17:39:59 -07:00
cthomas
0198201bbe feat: bake otel collector into letta image (#1292) 2025-03-14 16:04: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