Matthew Zhou
|
9bb80194fe
|
feat: Rework and simplify files tooling (#3058)
|
2025-06-27 13:23:44 -07:00 |
|
Matthew Zhou
|
f25a262f42
|
fix: Remove async multiagent tool (#2994)
|
2025-06-24 15:17:45 -07:00 |
|
Matthew Zhou
|
e78e7d5897
|
feat: Add optional lines param to grep tool (#2914)
|
2025-06-20 13:36:54 -07:00 |
|
Matthew Zhou
|
d5d71a776a
|
feat: Parallel web search tool (#2890)
|
2025-06-18 14:07:51 -07:00 |
|
Matthew Zhou
|
b7a2f38e01
|
feat: Port firecrawl search into web search (#2868)
|
2025-06-17 14:08:31 -07:00 |
|
Matthew Zhou
|
1133fed262
|
fix: Patch model dump issues on firecrawl (#2864)
|
2025-06-17 11:40:07 -07:00 |
|
Matthew Zhou
|
d991d37b04
|
feat: Add built in firecrawl search tool (#2858)
|
2025-06-17 01:16:39 -07:00 |
|
jnjpng
|
6efbc56e3b
|
feat: add token column to mcp_servers and pipe through to sse server config (#2775)
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
|
2025-06-14 18:48:10 -07:00 |
|
Kevin Lin
|
5b83c96af4
|
feat: tune file tools prompting (#2652)
|
2025-06-13 16:24:59 -07:00 |
|
cthomas
|
1405464a1c
|
feat: send stop reason in letta APIs (#2789)
|
2025-06-13 16:04:48 -07:00 |
|
cthomas
|
e8a5cc5ee3
|
fix: composio tools with array args (#2762)
|
2025-06-11 16:24:37 -07:00 |
|
Andy Li
|
fa3a4ab88b
|
fix: list ollama embeddings models (#2711)
|
2025-06-10 10:44:26 -07:00 |
|
Matthew Zhou
|
a155d9bdd5
|
feat: Implement grep tool (#2694)
|
2025-06-06 17:36:49 -07:00 |
|
Matthew Zhou
|
470b13f4b9
|
feat: Add tools for opening and closing files (#2638)
|
2025-06-04 17:33:18 -07:00 |
|
Andy Li
|
275b75901d
|
chore: cleanup (#2480)
|
2025-05-29 10:40:41 -07:00 |
|
Andy Li
|
70a2b1de79
|
feat: insert heartbeat dynamically and remove from stored json (#2501)
|
2025-05-29 10:29:05 -07:00 |
|
Charles Packer
|
098b2efe7b
|
feat: new version of the base agent with a better system prompt and new tools (#2325)
|
2025-05-24 21:23:29 -07:00 |
|
Andy Li
|
28c3624a88
|
fix: numerous tool execution bugs (#2371)
|
2025-05-23 18:02:15 -07:00 |
|
Sarah Wooders
|
8133a5a158
|
feat: add MCP servers into a table and MCP tool execution to new agent loop (#2323)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com>
|
2025-05-23 16:22:16 -07:00 |
|
Matthew Zhou
|
917821a735
|
refactor: Deprecate local client (#2344)
|
2025-05-22 18:57:14 -07:00 |
|
cthomas
|
8e1828cd9c
|
fix: mcp env var (#2322)
|
2025-05-21 16:05:02 -07:00 |
|
Matthew Zhou
|
26ae9c4502
|
feat: Add tavily search builtin tool (#2257)
|
2025-05-19 16:38:11 -07:00 |
|
Matthew Zhou
|
26ffd19e1f
|
feat: Add built in code interpreter tool (#2252)
|
2025-05-19 16:01:40 -07:00 |
|
Andy Li
|
955873ab4d
|
feat: async list/prepare messages (#2181)
Co-authored-by: Caren Thomas <carenthomas@gmail.com>
|
2025-05-15 00:34:04 -07:00 |
|
Charles Packer
|
0d6261a02f
|
fix: patch MCP error for MCP tools that have no functions (#2041)
|
2025-05-10 11:16:49 -07:00 |
|
cthomas
|
5cee4d316b
|
feat: add vertex async loop feature flag (#2060)
|
2025-05-07 15:00:10 -07:00 |
|
Andy Li
|
cde4af996e
|
feat: run composio with an asynchronousclient via aiohttp (#2026)
|
2025-05-07 14:31:50 -07:00 |
|
Matthew Zhou
|
c567f3ff40
|
feat: Move sleeptime voice agent to new agent loop (#1979)
|
2025-05-01 20:48:33 -07:00 |
|
Matthew Zhou
|
3adfbc8a8b
|
fix: Fix multi agent refactor (#1972)
|
2025-05-01 10:14:02 -07:00 |
|
Andy Li
|
3d94adbac3
|
fix: user messages on new agent loop are not processed in ADE (includes new json parser) (#1934)
|
2025-04-30 18:07:42 -07:00 |
|
Andy Li
|
5734df54d0
|
feat: composio async execution (#1941)
|
2025-04-30 16:05:03 -07:00 |
|
Matthew Zhou
|
e6eea9450b
|
feat: Add Letta voice tools (#1922)
|
2025-04-29 10:46:29 -07:00 |
|
Sarah Wooders
|
d48fcde351
|
feat: add parsing for Literal types (#1872)
|
2025-04-23 21:41:01 -07:00 |
|
cthomas
|
a4d7284ebe
|
feat: unify input message type on agent step (#1820)
|
2025-04-21 13:49:46 -07:00 |
|
Charles Packer
|
2504cb6a1b
|
fix: add a check to prevent agents from writing the line number warning into memory (#1770)
|
2025-04-17 17:50:49 -07:00 |
|
Kevin Lin
|
1cd26d0199
|
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 |
|
cthomas
|
77ea56106b
|
Add parent tool rule (#1648)
|
2025-04-09 15:22:15 -07:00 |
|
Matthew Zhou
|
a9c6537bf2
|
fix: Fix tool schema tests (#1633)
|
2025-04-08 16:22:53 -07:00 |
|
cthomas
|
d3d7288ec8
|
feat: integrate replace flag in core_memory_insert (#1612)
Co-authored-by: Kevin Lin <klin5061@gmail.com>
Co-authored-by: Kevin Lin <kl2806@columbia.edu>
|
2025-04-08 10:46:32 -07:00 |
|
cthomas
|
148727a44a
|
feat: add view in editor tool for sleeptime agent (#1589)
|
2025-04-07 17:22:37 -07:00 |
|
Kevin Lin
|
7d6aeba822
|
feat: tune sleep-time agent prompts (#1564)
|
2025-04-07 10:06:30 -07:00 |
|
Charles Packer
|
5212eab6b8
|
fix: patch returns for MCP tools (#1593)
|
2025-04-06 19:25:17 -07:00 |
|
cthomas
|
a2252e6c1e
|
feat: add archival insert and search tools to sleeptime (#1576)
|
2025-04-04 22:24:32 -07:00 |
|
cthomas
|
7fcebf0ce3
|
feat: add otid field for message idempotency (#1556)
|
2025-04-04 08:43:01 -07:00 |
|
cthomas
|
6a6fd28517
|
feat: sleeptime agent prompting improvements (#1547)
|
2025-04-03 11:04:42 -07:00 |
|
cthomas
|
860f8707cf
|
feat: enable sleeptime agent creation (#1523)
|
2025-04-02 14:12:11 -07:00 |
|
Matthew Zhou
|
10803b52cd
|
feat: Tool executors (#1370)
|
2025-03-23 15:56:54 -07:00 |
|
Matthew Zhou
|
f0ba8bbb1f
|
feat: Make multi agent broadcast directly invoke step (#1355)
|
2025-03-20 17:05:04 -07:00 |
|
Sarah Wooders
|
be0f239618
|
chore: update desktop dependencies (#1330)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shub@letta.com>
|
2025-03-19 17:48:48 -07:00 |
|
Matthew Zhou
|
512d97022b
|
fix: Tweak performance on multi agent tooling (#1338)
|
2025-03-19 11:18:55 -07:00 |
|