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 |
|
Matthew Zhou
|
9576de21a4
|
fix: Increase timeouts and catch errors in MCP endpoints (#1329)
|
2025-03-18 13:18:34 -07:00 |
|
Matthew Zhou
|
a8142c7b67
|
feat: Add common sense timeouts for MCP client (#1303)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-03-17 10:06:36 -07:00 |
|
Matthew Zhou
|
40c70b46cf
|
feat: Refactor mcp client and make stdio errors more manageable (#1291)
|
2025-03-14 14:58:30 -07:00 |
|
Sarah Wooders
|
037fc1d8e1
|
chore: fix archival temporarily (#1287)
|
2025-03-14 08:47:21 -07:00 |
|
Sarah Wooders
|
3deab82109
|
chore: merge updated tests (#1276)
|
2025-03-13 17:15:20 -07:00 |
|
cthomas
|
e29f333cbe
|
chore: message schema api improvements (#1267)
|
2025-03-13 12:04:03 -07:00 |
|
cthomas
|
5304831a8e
|
feat: multi-agent (#1243)
|
2025-03-12 22:51:55 -07:00 |
|
Charles Packer
|
7789da21c8
|
feat: initial MCP support (#1229)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-03-12 17:33:24 -07:00 |
|
cthomas
|
eddd167f43
|
chore: remove message.text property (#1253)
|
2025-03-12 10:58:31 -07:00 |
|
Matthew Zhou
|
f28ee6a47b
|
feat: Modify multi agent broadcast for partial matching (#1208)
|
2025-03-06 13:26:59 -08:00 |
|
cthomas
|
dd442cc43e
|
fix: process pydantic args in reverse order to handle deps (#1172)
|
2025-03-01 19:05:11 -08:00 |
|
cthomas
|
808ea9e188
|
feat: add args schema for tool object (#1160)
|
2025-03-01 14:53:10 -08:00 |
|
Sarah Wooders
|
72875c7f63
|
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 |
|
Matthew Zhou
|
6e25d2fe2e
|
feat: Improve composio error handling (#979)
|
2025-02-13 17:02:16 -08:00 |
|
Matthew Zhou
|
9ee53a0eaa
|
feat: Composio tools execute on-the-fly (#999)
|
2025-02-13 16:13:29 -08:00 |
|
Matthew Zhou
|
de17fe235d
|
feat: Add telemetry logging around agent / multi-agent broadcasting (#971)
|
2025-02-12 13:27:13 -08:00 |
|
Matthew Zhou
|
742677e244
|
feat: Make multi agent parallelism configurable (#937)
|
2025-02-06 12:34:24 -05:00 |
|
Matthew Zhou
|
dbd2190961
|
fix: Robust new streaming interface for multi-agent tooling (#907)
|
2025-02-05 16:20:52 -05:00 |
|
Matthew Zhou
|
48089bbc87
|
feat: Support Langchain tools (#881)
|
2025-01-31 16:36:35 -08:00 |
|
Sarah Wooders
|
070d702197
|
fix: fix parsing error in multiagent tool (#845)
|
2025-01-29 18:52:56 -08:00 |
|
Matthew Zhou
|
f52200f434
|
feat: Robustify multi agent tools (#835)
|
2025-01-29 15:14:15 -08:00 |
|
Charles Packer
|
7764eba8a1
|
fix: new versions of send_message_to_agent that are async (#725)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2025-01-27 17:11:44 -08:00 |
|
Charles Packer
|
de3adfea4f
|
fix: patch failing gemini unit tests (#786)
|
2025-01-26 15:52:02 -08:00 |
|
cthomas
|
df8e945fe9
|
feat: add content union type for requests (#762)
|
2025-01-23 20:25:00 -08:00 |
|
cthomas
|
c6293f2ac9
|
feat: extend message model to support more content types (#756)
|
2025-01-23 17:24:52 -08:00 |
|
mlong93
|
d6be7809d0
|
fix: deprecate cursor param and replace with before, after (#736)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-23 14:17:25 -08:00 |
|
Matthew Zhou
|
90ccc29359
|
feat: Identify Composio tools (#721)
Co-authored-by: Caren Thomas <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>
|
2025-01-22 16:37:37 -08:00 |
|
Matthew Zhou
|
adc9095075
|
feat: Deprecate exec in agent loop and use ast for parsing instead (#691)
|
2025-01-16 16:39:56 -08:00 |
|
Matthew Zhou
|
2a31a7fbd5
|
feat: Native agent to agent messaging (#668)
|
2025-01-16 10:36:15 -08:00 |
|
Charles Packer
|
aed479c572
|
docs: patch tools docs and composio docs (#534)
|
2025-01-10 19:16:34 -08:00 |
|
Matthew Zhou
|
6f782b2613
|
feat: Add tool_type column (#576)
|
2025-01-10 14:52:15 -08:00 |
|
Matthew Zhou
|
0219b361b8
|
fix: Pass back and parse composio errors correctly (#547)
|
2025-01-08 12:12:11 -08:00 |
|
Matthew Zhou
|
256aee4e83
|
feat: Pass in entity_id explicitly to auto-gen composio tool (#535)
|
2025-01-07 14:03:15 -08:00 |
|
Shubham Naik
|
e6bc1ddebd
|
feat: new desktop (#508)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-01-07 12:10:05 -08:00 |
|
cpacker
|
6fdb38e321
|
fix: patch bug in json generator for composio
|
2024-12-30 20:41:41 +01:00 |
|
Caren Thomas
|
fd8961c39e
|
run black, add isort config to pyproject.toml
|
2024-12-26 19:43:11 -08:00 |
|