Commit Graph

138 Commits

Author SHA1 Message Date
Sarah Wooders
435b754286
chore: release 0.7.1 (#2583) 2025-04-22 20:16:32 -07:00
cthomas
a23cb5601c feat: add tool execution result object (#1837) 2025-04-22 11:30:36 -07:00
Andy Li
180e53d161 feat: structured outputs for send_message (#1764) 2025-04-22 09:50:01 -07:00
cthomas
063c15e1fd feat: unify input message type on agent step (#1820) 2025-04-21 13:49:46 -07:00
Sarah Wooders
9ba2c7fe8b
chore: release 0.6.54 (#2570) 2025-04-18 17:53:15 -07:00
Kevin Lin
bc980a03e6 feat: prompt tune rethink with current default tools without anthropic view / str edit (#1709)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
2025-04-17 11:53:18 -07:00
Sarah Wooders
9137fc6327
chore: release 0.6.51 (#2554) 2025-04-11 14:08:56 -07:00
Charles Packer
2636e3d384 fix: patch gemini 2.5 pro (#1643)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-04-09 18:35:53 -07:00
Charles Packer
db3744f208 fix: patch incorrect use of name in function response (#1642) 2025-04-09 14:20:57 -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
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
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
Matthew Zhou
5bba18ac06 feat: Simplify arguments for LLM clients (#1536) 2025-04-02 14:26:27 -07:00
cthomas
7837a33ac9 feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
Sarah Wooders
319ee52884
chore: release 0.6.46 (#2530) 2025-03-29 22:08:43 -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
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
5a13fc0efc chore: log to stdout on message buffer autoclear step (#1413) 2025-03-26 11:03:41 -07:00
cthomas
70ffbf6850 fix: summarizer step count increment (#1399) 2025-03-25 10:46:01 -07:00
Sarah Wooders
c993dc1c27 merge 2025-03-24 21:54:02 -07:00
cthomas
100431dce8 feat: add sonnet 3.7 support (#1302) 2025-03-24 16:36:16 -10: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
63e482fa01 feat: Make multi agent broadcast directly invoke step (#1355) 2025-03-20 17:05:04 -07:00
Krishnakumar R (KK)
bb36bdf27e
fix: Use right tag for debug messages (#2441) 2025-03-20 09:52:07 -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
40b7c19dda feat: Add MaxCountPerStepToolRule (#1319) 2025-03-17 17:23:14 -07:00
Matthew Zhou
694b8b3aeb feat: Refactor mcp client and make stdio errors more manageable (#1291) 2025-03-14 14:58:30 -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
c802e94fdc chore: remove message.text property (#1253) 2025-03-12 10:58:31 -07:00
Kevin Lin
94f3449aee feat: include most recent archival passages in metadata message (#1211) 2025-03-10 13:09:23 -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
cthomas
35e6f098e0 feat: add stdout and stderr in simulator (#1195) 2025-03-05 15:17:17 -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
Sarah Wooders
472ad1ab72 fix: disable summarizer when message_buffer_autoclear is true (#1136) 2025-02-27 10:27:15 -08:00
cthomas
7fc87d85c3 fix: unsupported annotation error for pydantic tool args (#1117)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-02-25 15:39:19 -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
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
cthomas
0bbe852b1c feat: add tracing (#883) 2025-02-18 19:03:31 -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