Matthew Zhou
|
2f6e098069
|
feat: Add monotonic ids on messages (#1522)
|
2025-04-01 18:23:34 -07:00 |
|
Matthew Zhou
|
bd91427c0c
|
feat: Clean up prints (#1515)
|
2025-04-01 15:20:43 -07:00 |
|
cthomas
|
55d0ea8872
|
feat: background multi-agent group for sleeptime agent (#1508)
|
2025-04-01 15:00:45 -07:00 |
|
Matthew Zhou
|
e00b8b5232
|
feat: Support natively async e2b (#1512)
|
2025-04-01 14:28:24 -07:00 |
|
Matthew Zhou
|
8afe3edff0
|
feat: Rework to make robust to gaps (#1498)
|
2025-04-01 10:05:40 -07:00 |
|
Matthew Zhou
|
22dcd53bd1
|
feat: Add ability to redo to more recent checkpoint (#1496)
|
2025-03-31 17:35:51 -07:00 |
|
Matthew Zhou
|
00f8edaf97
|
feat: Implement forward deletes during undo + checkpoint (#1493)
|
2025-03-31 17:04:48 -07:00 |
|
Matthew Zhou
|
20176fac8b
|
feat: Write functionality for undoing block checkpoints (#1490)
|
2025-03-31 16:56:22 -07:00 |
|
Matthew Zhou
|
aa05df68a7
|
feat: Add block history tables (#1489)
|
2025-03-31 16:39:23 -07:00 |
|
cthomas
|
261fd07b72
|
test: add more robust multi-agent testing (#1444)
|
2025-03-28 14:21:54 -07:00 |
|
cthomas
|
afbd8f8a52
|
fix: google model listing api (#1454)
|
2025-03-28 13:59:54 -07:00 |
|
Matthew Zhou
|
711ce7c08d
|
fix: Fix agent state injection for new async tool executor (#1456)
|
2025-03-28 13:20:53 -07:00 |
|
Matthew Zhou
|
acd0a525aa
|
feat: Async agent loop (#1387)
|
2025-03-27 15:24:50 -07:00 |
|
Sarah Wooders
|
864909978e
|
feat: add privileged organizations (#1365)
|
2025-03-24 16:12:53 -07:00 |
|
Matthew Zhou
|
2ca88f5f92
|
feat: Refactor letta tool execution to not require agent class (#1384)
|
2025-03-24 12:25:03 -07:00 |
|
Matthew Zhou
|
315af95ee0
|
feat: Tool executors (#1370)
|
2025-03-23 15:56:54 -07:00 |
|
Matthew Zhou
|
e595a5cf18
|
feat: Add asc/desc to agent listing (#1359)
|
2025-03-21 11:19:49 -07:00 |
|
Matthew Zhou
|
ac5a578890
|
feat: Extend list Messages to take in multiple roles (#1358)
|
2025-03-21 10:36:07 -07:00 |
|
Matthew Zhou
|
8e6fd8a991
|
feat: Make multi agent broadcast directly invoke step (#1355)
|
2025-03-20 17:05:04 -07:00 |
|
Matthew Zhou
|
e1b16c5fea
|
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
|
82f9377c8a
|
fix: Refresh blocks in between steps (#1335)
|
2025-03-18 17:42:44 -07:00 |
|
Matthew Zhou
|
804e50e9db
|
feat: Add batch create functionality to SqlAlchemyBase (#1332)
|
2025-03-18 15:40:02 -07:00 |
|
Matthew Zhou
|
d653fbcb89
|
feat: Add metadata to MCP tools (#1325)
|
2025-03-17 17:39:59 -07:00 |
|
cthomas
|
183d704b01
|
feat: bake otel collector into letta image (#1292)
|
2025-03-14 16:04:03 -07:00 |
|
Sarah Wooders
|
45e2a5e5b9
|
chore: fix archival temporarily (#1287)
|
2025-03-14 08:47:21 -07:00 |
|
cthomas
|
aa2f4258c4
|
feat: add content parts to message schema (#1273)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-03-13 18:43:32 -07:00 |
|
Matthew Zhou
|
40a9d7d966
|
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
|
6555390eff
|
feat: Make agent listing more performant (#1270)
|
2025-03-13 14:36:33 -07:00 |
|
cthomas
|
588c212039
|
chore: message schema api improvements (#1267)
|
2025-03-13 12:04:03 -07:00 |
|
cthomas
|
039febb8c5
|
feat: multi-agent (#1243)
|
2025-03-12 22:51:55 -07:00 |
|
Charles Packer
|
408057c216
|
feat: initial MCP support (#1229)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-03-12 17:33:24 -07:00 |
|
cthomas
|
69ab911682
|
feat: add identities to blocks (#1219)
|
2025-03-12 12:09:31 -07:00 |
|
cthomas
|
cf146146b6
|
chore: remove message.text property (#1253)
|
2025-03-12 10:58:31 -07:00 |
|
Kevin Lin
|
35186880ee
|
feat: include most recent archival passages in metadata message (#1211)
|
2025-03-10 13:09:23 -07:00 |
|
cthomas
|
05df777824
|
feat: add agent to steps table and support filtering (#1212)
|
2025-03-07 10:10:29 -08:00 |
|
Matthew Zhou
|
75430d82a8
|
feat: Add query parameter for project ID on /upload route and adapt tests (#1210)
|
2025-03-06 15:44:12 -08:00 |
|
Sarah Wooders
|
4aeaec3523
|
feat: modify message modification route to be via LettaMessage (#1184)
|
2025-03-06 15:33:16 -08:00 |
|
Matthew Zhou
|
5f69182063
|
feat: Modify multi agent broadcast for partial matching (#1208)
|
2025-03-06 13:26:59 -08:00 |
|
cthomas
|
e1ea5c3cdc
|
chore: add identities tests (#1204)
|
2025-03-05 16:22:20 -08:00 |
|
Matthew Zhou
|
11e8c031bf
|
feat: Add conditional to control overriding existing tools (#1201)
|
2025-03-05 15:51:16 -08:00 |
|
Matthew Zhou
|
d79c8f9484
|
feat: Add agent environment variable serialization (#1198)
|
2025-03-05 13:59:34 -08:00 |
|
Matthew Zhou
|
5b2e7d3356
|
feat: Add blocks and tools to agent serialization (#1187)
|
2025-03-04 15:31:50 -08:00 |
|
Sarah Wooders
|
ddb3e52d24
|
feat: insert system message when source is attached (#1158)
|
2025-03-04 14:26:06 -08:00 |
|
cthomas
|
6212e87917
|
feat: enable mounting local tools dir to container (#1119)
|
2025-03-04 13:18:23 -08:00 |
|
Matthew Zhou
|
353af9aefe
|
feat: Finish async memory rewriting agent for voice (#1161)
|
2025-03-03 13:58:06 -08:00 |
|
cthomas
|
19e65bb2c0
|
feat: log request data to otel (#1149)
|
2025-03-03 11:51:05 -08:00 |
|
cthomas
|
683864a9d4
|
feat: add route to get steps for job (#1174)
|
2025-03-02 17:43:18 -08:00 |
|
cthomas
|
6a6e50a4f4
|
feat: add args schema for tool object (#1160)
|
2025-03-01 14:53:10 -08:00 |
|
Kevin Lin
|
d7ee2e1cb0
|
feat: refactor chat only agent (#1058)
|
2025-02-27 18:49:15 -08:00 |
|
Matthew Zhou
|
23abf83217
|
feat: Low Latency Agent (#1157)
|
2025-02-27 14:51:48 -08:00 |
|