Matthew Zhou
|
79541fe7de
|
feat: Async agent loop (#1387)
|
2025-03-27 15:24:50 -07:00 |
|
Matthew Zhou
|
0754816834
|
feat: Serialize agent state simple fields and messages (#1012)
|
2025-02-18 11:01:10 -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 |
|
Matthew Zhou
|
7503ceca0b
|
feat: Support Langchain tools (#881)
|
2025-01-31 16:36:35 -08:00 |
|
Matthew Zhou
|
aba1756ef4
|
feat: Custom pip package installations when using local sandbox w/ venv (#867)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-01-30 18:19:08 -08:00 |
|
cthomas
|
1294ff1b7a
|
fix: make tool rules enum mapping one to one (#826)
|
2025-01-29 13:49:07 -08:00 |
|
Matthew Zhou
|
02a579fc49
|
fix: Improvements Jan 22 (#734)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Nuno Rocha <nunuroxa@gmail.com>
Co-authored-by: Theo Conrads <theo.conrads@ella-lab.io>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Stephan Fitzpatrick <knowsuchagency@gmail.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
|
2025-01-22 16:57:35 -08:00 |
|
Matthew Zhou
|
cc8f93cc8f
|
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
|
14a13b80b0
|
feat: Add tool_type column (#576)
|
2025-01-10 14:52:15 -08:00 |
|
Matthew Zhou
|
bb013588fb
|
fix: Pass back and parse composio errors correctly (#547)
|
2025-01-08 12:12:11 -08:00 |
|
Matthew Zhou
|
9a0613bdad
|
feat: Pass in entity_id explicitly to auto-gen composio tool (#535)
|
2025-01-07 14:03:15 -08:00 |
|
Matthew Zhou
|
efa44380ce
|
feat: Inject per agent environment variables into sandbox (#514)
|
2025-01-06 15:04:17 -08:00 |
|
Matthew Zhou
|
b9345f6289
|
fix: Fix flakiness in tests relying on e2b (#513)
|
2025-01-06 13:50:37 -08:00 |
|
Matthew Zhou
|
e292bd224c
|
feat: Allow per-agent tool execution environment variables (#509)
|
2025-01-05 21:06:38 -08:00 |
|
Matt Zhou
|
d3d7d5717b
|
Log out sandbox details for e2b
|
2024-12-30 16:27:08 -08:00 |
|
Matt Zhou
|
b6321b1a06
|
Run lint
|
2024-12-30 12:17:44 -08:00 |
|
Matt Zhou
|
c858c804f4
|
Finish
|
2024-12-29 17:47:46 -08:00 |
|
Caren Thomas
|
461ad00ca6
|
run black, add isort config to pyproject.toml
|
2024-12-26 19:43:11 -08:00 |
|
Caren Thomas
|
c452bd82f7
|
run isort on apps/core
|
2024-12-26 19:27:09 -08:00 |
|
Shubham Naik
|
c79eeacd20
|
fix: add tests to cypress
|
2024-12-23 14:44:08 -08:00 |
|
Matthew Zhou
|
c1f7b32001
|
fix: Deprecate in memory function stores in agent.py (#2271)
|
2024-12-17 16:18:11 -08:00 |
|
Matthew Zhou
|
372fa1d59f
|
chore: Add testing around base tools (#2268)
|
2024-12-17 15:46:05 -08:00 |
|
cthomas
|
afd859cff7
|
feat: route all sandbox errors to stderr (#2222)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
|
2024-12-12 14:36:21 -08:00 |
|
Matthew Zhou
|
14d1009d15
|
fix: Fix composio tool add (#2188)
|
2024-12-07 12:18:17 -08:00 |
|
mlong93
|
d71f435fea
|
feat: message orm migration (#2144)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2024-12-06 11:50:15 -08:00 |
|
Matthew Zhou
|
d395dee4b9
|
feat: Parse out errors from venv local sandbox (#2166)
|
2024-12-04 17:50:39 -08:00 |
|
Matthew Zhou
|
2f2e1742e2
|
fix: Suppress warnings during local sandbox tool execution w/ venv (#2164)
|
2024-12-04 15:20:57 -08:00 |
|
Matthew Zhou
|
01afe75844
|
feat: Support external codebases as a tool execution sandbox (#2159)
|
2024-12-04 11:37:51 -08:00 |
|
Kevin Lin
|
86feea2195
|
fix: escape strings in sandbox (#2156)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2024-12-03 19:37:17 -08:00 |
|
Matthew Zhou
|
aa9dda5c26
|
feat: Add endpoints to list Composio apps and actions (#2140)
|
2024-12-02 15:36:10 -08:00 |
|
Matthew Zhou
|
8e23cc6a75
|
feat: Improve error messages from tool sandbox (#2135)
|
2024-12-02 11:08:44 -08:00 |
|