Matthew Zhou
|
d7ba9f9649
|
feat: Debug and add comprehensive testing for step_until_request (#1669)
|
2025-04-10 14:42:33 -07:00 |
|
Matthew Zhou
|
7eac34f390
|
feat: Add tests for agent file (#1662)
|
2025-04-10 12:07:21 -07:00 |
|
cthomas
|
a827ae4b9b
|
test: add sdk tests (#1569)
|
2025-04-10 12:04:40 -07:00 |
|
Matthew Zhou
|
c1f9d3c2b7
|
feat: Finish step_until_request in new batch agent loop (#1656)
|
2025-04-10 10:19:06 -07:00 |
|
cthomas
|
3362a71e3b
|
feat: add otid to new agent loop (#1635)
|
2025-04-09 16:50:41 -07:00 |
|
Matthew Zhou
|
f6d3689340
|
fix: Fix build request data for OpenAI (#1654)
|
2025-04-09 16:31:20 -07:00 |
|
Matthew Zhou
|
383ac8b4e0
|
chore: Inject LLM config directly to batch api request func (#1652)
|
2025-04-09 15:56:54 -07:00 |
|
cthomas
|
3713393966
|
Add parent tool rule (#1648)
|
2025-04-09 15:22:15 -07:00 |
|
Matthew Zhou
|
c0e1f793cf
|
feat: Write batch request on base LLM client (#1646)
|
2025-04-09 14:58:26 -07:00 |
|
Charles Packer
|
15c04bc28c
|
fix: patch misc broken CI tests (#1645)
|
2025-04-09 14:50:45 -07:00 |
|
Matthew Zhou
|
16e59b07a3
|
fix: Fix cascade deletion (#1641)
|
2025-04-09 10:55:32 -07:00 |
|
Kevin Lin
|
d56d98697a
|
feat: test sleep-time rethink eliminates redundant content in core memory (#1631)
|
2025-04-09 09:36:37 -07:00 |
|
Sarah Wooders
|
8d8aa13430
|
Merge branch 'main' into release-0.6.50
|
2025-04-08 21:21:18 -07:00 |
|
Sarah Wooders
|
09ffcfd21c
|
fix: patch summarizer for google and use new client (#1639)
|
2025-04-08 21:10:48 -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 |
|
Matthew Zhou
|
465e8590de
|
chore: Comment out voice test cases for now (#1627)
|
2025-04-08 13:48:22 -07:00 |
|
Matthew Zhou
|
5194cf0670
|
fix: Add listener for sqlite (#1616)
|
2025-04-08 10:45:08 -07:00 |
|
cthomas
|
aeadcff538
|
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
|
7eec6e4460
|
feat: more robust tools setup in agent creation (#1605)
|
2025-04-07 20:15:16 -07:00 |
|
Sarah Wooders
|
9f867bb5be
|
merge
|
2025-04-07 19:58:46 -07:00 |
|
cthomas
|
2d905d3fdd
|
feat: add view in editor tool for sleeptime agent (#1589)
|
2025-04-07 17:22:37 -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
|
d90210b5c8
|
feat: Add batch requests on Anthropic Client (#1574)
|
2025-04-04 14:58:18 -07:00 |
|
cthomas
|
0a0539446b
|
feat: list active runs by agent id (#1572)
|
2025-04-04 14:51:31 -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 |
|
Matthew Zhou
|
54ca172170
|
feat: Enable Anthropic streaming on new agent loop (#1550)
|
2025-04-03 19:40:48 -07:00 |
|
cthomas
|
c1aa35d372
|
feat: sleeptime agent prompting improvements (#1547)
|
2025-04-03 11:04:42 -07:00 |
|
cthomas
|
7837a33ac9
|
feat: enable sleeptime agent creation (#1523)
|
2025-04-02 14:12:11 -07:00 |
|
Matthew Zhou
|
7a30ea0bfb
|
feat: Add monotonic ids on messages (#1522)
|
2025-04-01 18:23:34 -07:00 |
|
Matthew Zhou
|
d076e067ad
|
feat: Add testing for SDK send_message variants (#1520)
|
2025-04-01 16:54:09 -07:00 |
|
Matthew Zhou
|
11e235b2a9
|
feat: Clean up prints (#1515)
|
2025-04-01 15:20:43 -07:00 |
|
cthomas
|
ab710c5073
|
feat: background multi-agent group for sleeptime agent (#1508)
|
2025-04-01 15:00:45 -07:00 |
|
Matthew Zhou
|
d1b4f7c669
|
feat: Support natively async e2b (#1512)
|
2025-04-01 14:28:24 -07:00 |
|
Matthew Zhou
|
b326244bb7
|
feat: Add ability to redo to more recent checkpoint (#1496)
|
2025-03-31 17:35:51 -07:00 |
|
Matthew Zhou
|
ed77771929
|
feat: Implement forward deletes during undo + checkpoint (#1493)
|
2025-03-31 17:04:48 -07:00 |
|
Matthew Zhou
|
9d803f1fd0
|
feat: Write functionality for undoing block checkpoints (#1490)
|
2025-03-31 16:56:22 -07:00 |
|
Matthew Zhou
|
9fb98ada2f
|
feat: Add block history tables (#1489)
|
2025-03-31 16:39:23 -07:00 |
|
Matthew Zhou
|
4b2b1c8bf3
|
feat: New openai client (#1460)
|
2025-03-31 13:08:59 -07:00 |
|
Sarah Wooders
|
319ee52884
|
chore: release 0.6.46 (#2530)
|
2025-03-29 22:08:43 -07:00 |
|
Matthew Zhou
|
f45b6d5577
|
fix: Fix message_id ordering in agent serialization (#1458)
|
2025-03-28 15:13:33 -07:00 |
|
cthomas
|
e5678d99b8
|
test: add more robust multi-agent testing (#1444)
|
2025-03-28 14:21:54 -07:00 |
|
cthomas
|
815f9346a6
|
fix: google model listing api (#1454)
|
2025-03-28 13:59:54 -07:00 |
|
Matthew Zhou
|
c388fcddc0
|
fix: Fix agent state injection for new async tool executor (#1456)
|
2025-03-28 13:20:53 -07:00 |
|
Matthew Zhou
|
406a49ab60
|
feat: Change in context message remapping (#1448)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-03-28 11:50:25 -07:00 |
|
Matthew Zhou
|
0c14d94925
|
chore: Add agent serialization message_ids test (#1451)
|
2025-03-28 10:31:02 -07:00 |
|
Daniel Fitzick
|
6d383c363c
|
Allow conversation search to find agent's own messages (#2474)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-03-27 23:03:38 -07:00 |
|
Matthew Zhou
|
a6742fd985
|
fix: Remove flaky multi agent test (#1443)
|
2025-03-27 16:29:13 -07:00 |
|
Matthew Zhou
|
0b3ef6d8c1
|
fix: Fix chat completions tests (#1442)
|
2025-03-27 15:45:23 -07:00 |
|
Matthew Zhou
|
79541fe7de
|
feat: Async agent loop (#1387)
|
2025-03-27 15:24:50 -07:00 |
|
cthomas
|
72e148ceb9
|
feat: anthropic class improvements (#1425)
|
2025-03-27 08:47:54 -07:00 |
|
Sarah Wooders
|
7f2dc80596
|
chore: release 0.6.45 (#2523)
|
2025-03-26 20:45:36 -07:00 |
|
cthomas
|
8ce3307423
|
fix: blocks list endpoint bug (#1421)
|
2025-03-26 17:05:28 -07:00 |
|
Matthew Zhou
|
039345d7f5
|
chore: Add more comprehensive testing around blocks (#1419)
|
2025-03-26 11:21:09 -07:00 |
|
Charles Packer
|
317889eeee
|
fix: patch bug in Anthropic code path (#1395)
|
2025-03-25 07:55:59 -07:00 |
|
Sarah Wooders
|
202a653858
|
feat: remove identities from .af (#1388)
|
2025-03-24 21:57:52 -07:00 |
|
Sarah Wooders
|
c993dc1c27
|
merge
|
2025-03-24 21:54:02 -07:00 |
|
Sarah Wooders
|
e1ec91baff
|
feat: add privileged organizations (#1365)
|
2025-03-24 16:12:53 -07:00 |
|
Matthew Zhou
|
1d552bde55
|
feat: Refactor letta tool execution to not require agent class (#1384)
|
2025-03-24 12:25:03 -07:00 |
|
Matthew Zhou
|
805c3918c9
|
feat: Tool executors (#1370)
|
2025-03-23 15:56:54 -07:00 |
|
Matthew Zhou
|
80c4437ac0
|
feat: Add asc/desc to agent listing (#1359)
|
2025-03-21 11:19:49 -07:00 |
|
Matthew Zhou
|
63e482fa01
|
feat: Make multi agent broadcast directly invoke step (#1355)
|
2025-03-20 17:05:04 -07:00 |
|
Matthew Zhou
|
45848c6c77
|
chore: Various feature requests and bug fixes (#2509)
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: tarunkumark <tkksctwo@gmail.com>
Co-authored-by: Kevin Lin <klin5061@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: 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:13:33 -07:00 |
|
Matthew Zhou
|
4deaafdb49
|
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 |
|
Miao
|
4e6807dee3
|
Fix optimistic json parser strict mode (#2506)
|
2025-03-20 10:22:21 -07:00 |
|
Daniel Shin
|
dcacf724fa
|
[Improvements] Use single query for Block Manager get_all_blocks_by_ids (#2485)
Co-authored-by: kyuds <kyuds@everspin.co.kr>
|
2025-03-20 10:19:13 -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
|
50ab98cfe3
|
feat: Make the tool runner take a schema (#1328)
|
2025-03-18 12:06:02 -07:00 |
|
cthomas
|
e2ada319f0
|
chore: bump version 0.6.43 (#2500)
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
|
2025-03-17 18:20:15 -07:00 |
|
Matthew Zhou
|
951293740b
|
feat: Add metadata to MCP tools (#1325)
|
2025-03-17 17:39:59 -07:00 |
|
Matthew Zhou
|
40b7c19dda
|
feat: Add MaxCountPerStepToolRule (#1319)
|
2025-03-17 17:23:14 -07:00 |
|
Matthew Zhou
|
6d50f3d545
|
feat: Add metadata_ field to Tool (#1321)
|
2025-03-17 17:14:08 -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 |
|
cthomas
|
591116ffc0
|
feat: bake otel collector into letta image (#1292) (#2490)
|
2025-03-14 16:29:32 -07:00 |
|
Sarah Wooders
|
0885fdea72
|
feat: update tests to new client (#2488)
|
2025-03-14 15:26:42 -07:00 |
|
Sarah Wooders
|
3fa3126c31
|
chore: migrate tests to new client (#1290)
|
2025-03-14 15:17:28 -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
|
ba43c046bb
|
Merge branch 'main' into fix-archival-stats
|
2025-03-14 09:10:18 -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 |
|
cthomas
|
b0f9e954e5
|
chore: add exception handling in test (#1281)
|
2025-03-13 18:24:16 -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 |
|
Sarah Wooders
|
e43d635d18
|
chore: merge updated tests (#1276)
|
2025-03-13 17:15:20 -07:00 |
|
Sarah Wooders
|
e8f4551239
|
feat: properly scrub ids from serialized schemas and add version (#1258)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-03-13 16:18:50 -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 |
|
Sarah Wooders
|
4821c19350
|
merge
|
2025-03-12 22:42:34 -07:00 |
|
cthomas
|
6427ed83c3
|
feat: add identities to blocks (#1219)
|
2025-03-12 12:09:31 -07:00 |
|
cthomas
|
c802e94fdc
|
chore: remove message.text property (#1253)
|
2025-03-12 10:58:31 -07:00 |
|
Matthew Zhou
|
0fbe22dd43
|
fix: March 11 fixes (#2479)
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Shubham Naik <shub@letta.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Charles Packer <packercharles@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: tarunkumark <tkksctwo@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: Will Sargent <will.sargent@gmail.com>
|
2025-03-11 14:50:17 -07:00 |
|
Matthew Zhou
|
558199f23d
|
chore: Cleanup (#1248)
|
2025-03-11 14:48:46 -07:00 |
|
Matthew Zhou
|
0feb231670
|
chore: Various updates and improvements (#1247)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Nicholas <102550462+ndisalvio3@users.noreply.github.com>
Co-authored-by: tarunkumark <tkksctwo@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@letta.com>
Co-authored-by: Will Sargent <will.sargent@gmail.com>
|
2025-03-11 14:46:45 -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
|
ee61a74e5b
|
feat: add new llm client framework and migrate google apis (#1209)
|
2025-03-07 16:34:06 -08: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
|
a350782193
|
feat: Modify multi agent broadcast for partial matching (#1208)
|
2025-03-06 13:26:59 -08:00 |
|
cthomas
|
c49672a187
|
chore: add identities tests (#1204)
|
2025-03-05 16:22:20 -08:00 |
|
Sarah Wooders
|
a5636ad913
|
merge
|
2025-03-05 16:19:18 -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 |
|
Matthew Zhou
|
2b00b2b14b
|
feat: Serialize tags on agents (#1199)
|
2025-03-05 14:14:27 -08:00 |
|
Matthew Zhou
|
3ffc9512f1
|
feat: Add agent environment variable serialization (#1198)
|
2025-03-05 13:59:34 -08:00 |
|
Matthew Zhou
|
d7e1a5e765
|
chore: Add testing around serializing tool calls (#1197)
|
2025-03-05 13:22:58 -08:00 |
|
cthomas
|
900d1c658c
|
chore: bump version to 0.6.36 (#2469)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
|
2025-03-04 16:21:54 -08:00 |
|
Matthew Zhou
|
83e4aba800
|
feat: Add blocks and tools to agent serialization (#1187)
|
2025-03-04 15:31:50 -08:00 |
|
cthomas
|
ffb4fd101a
|
feat: enable mounting local tools dir to container (#1119)
|
2025-03-04 13:18:23 -08:00 |
|
Caren Thomas
|
3a39f75d9e
|
merge conflict
|
2025-03-03 14:50:50 -08:00 |
|
Matthew Zhou
|
ba8b10fb36
|
feat: Finish async memory rewriting agent for voice (#1161)
|
2025-03-03 13:58:06 -08:00 |
|
cthomas
|
2e3415bc61
|
feat: add route to get steps for job (#1174)
|
2025-03-02 17:43:18 -08:00 |
|
cthomas
|
0ef6de6c0c
|
fix: update sdk tests with renamed functions (#1173)
|
2025-03-01 19:36:36 -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 |
|
Matthew Zhou
|
347d5e4ba8
|
feat: Low Latency Agent (#1157)
|
2025-02-27 14:51:48 -08:00 |
|
Sarah Wooders
|
3fef0db151
|
Merge branch 'main' into increase-max-tokens
|
2025-02-27 12:01:45 -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 |
|
Matthew Zhou
|
5086e133e7
|
fix: Fix broken message DB writing (#1134)
|
2025-02-26 13:29:57 -08:00 |
|
Charles Packer
|
566b80dbf1
|
feat: add xAI / Grok support (#1122)
Co-authored-by: Shubham Naik <shub@letta.com>
|
2025-02-26 11:02:42 -08:00 |
|
Sarah Wooders
|
963bcbb376
|
fix: patch pydantic args and identities (#2457)
|
2025-02-25 16:25:03 -08:00 |
|
Matthew Zhou
|
03010d262a
|
feat: Add tool calling to fast chat completions (#1109)
|
2025-02-25 15:13:35 -08:00 |
|
cthomas
|
fdd360d842
|
chore: change the name of user id to actor (#1098)
|
2025-02-25 11:35:19 -08:00 |
|
Sarah Wooders
|
26367261f4
|
feat: add type resolution support for complex types (#2440)
|
2025-02-25 09:19:18 -08:00 |
|
cthomas
|
db9e4cc53f
|
fix: agent deletion bug from source cascade (#1101)
|
2025-02-24 11:20:22 -08:00 |
|
Sarah Wooders
|
d23478f44b
|
feat: add user identities (#2446)
|
2025-02-20 19:24:05 -08:00 |
|
Matthew Zhou
|
54b382cf0f
|
feat: Fast chat completions endpoint (#1091)
|
2025-02-20 18:55:25 -08:00 |
|
Matthew Zhou
|
9ac089a143
|
feat: Reverse inner thoughts for chat completions endpoint (#1081)
|
2025-02-20 12:30:34 -08:00 |
|
Matthew Zhou
|
c325d11c35
|
fix: Fix chat completions streaming (#1078)
|
2025-02-20 11:37:52 -08:00 |
|
Sarah Wooders
|
5d02f0de65
|
chore: bump version and fix deps
|
2025-02-20 08:18:37 -08:00 |
|
Sarah Wooders
|
3fd29d8cc5
|
feat: add "always continue" tool rule and configure default tool rules (#1033)
Co-authored-by: Shubham Naik <shub@letta.com>
|
2025-02-19 14:46:37 -08:00 |
|
Kevin Lin
|
7828d77616
|
feat: support deepseek models (#821)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
|
2025-02-18 15:28:01 -08:00 |
|
Matthew Zhou
|
0754816834
|
feat: Serialize agent state simple fields and messages (#1012)
|
2025-02-18 11:01:10 -08:00 |
|
lemorage
|
f7efbf6ef2
|
test: add coercion tests for complex and nested type annotations
|
2025-02-16 19:43:16 +08:00 |
|
Sarah Wooders
|
d32fda1b2f
|
merge
|
2025-02-13 17:25:52 -08:00 |
|
Matthew Zhou
|
b353fee165
|
feat: Improve composio error handling (#979)
|
2025-02-13 17:02:16 -08:00 |
|
Matthew Zhou
|
a734f99d8d
|
feat: Composio tools execute on-the-fly (#999)
|
2025-02-13 16:13:29 -08:00 |
|
cthomas
|
e3fafcf19a
|
feat: add vertex support (#2429)
Co-authored-by: Matthew Zhou <mattzh1314@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-02-12 18:32:40 -08:00 |
|
Sarah Wooders
|
8955dd939b
|
feat: google vertex integration (#980)
|
2025-02-12 18:06:26 -08:00 |
|
Matthew Zhou
|
db216b7e91
|
feat: Add logic for "stateless" agents (#984)
|
2025-02-12 17:13:07 -08:00 |
|
Matthew Zhou
|
c8ce21d270
|
feat: Add message_buffer_autoclear field to Agent (#978)
|
2025-02-12 15:06:56 -08:00 |
|
Matthew Zhou
|
6227c057d7
|
feat: Add telemetry logging around agent / multi-agent broadcasting (#971)
|
2025-02-12 13:27:13 -08:00 |
|
Matthew Zhou
|
8de65e1fcd
|
fix: Refactor listing messages to be much more performant (#963)
|
2025-02-12 10:32:38 -08:00 |
|
Sarah Wooders
|
82e2908397
|
remove version
|
2025-02-11 23:14:32 -08:00 |
|
Sarah Wooders
|
4ea2403790
|
Merge branch 'main' into fix-haiku
|
2025-02-11 23:11:57 -08:00 |
|
Sarah Wooders
|
56b3883fa9
|
chore: merge changes from oss (#964)
|
2025-02-11 17:20:23 -08:00 |
|
Sarah Wooders
|
76ea5bd495
|
fix: avoid unnecessary database operations for non-server cli commands (#2383)
|
2025-02-11 14:56:20 -08:00 |
|