Commit Graph

1579 Commits

Author SHA1 Message Date
Kevin Lin
91b495e6d1 feat: offline memory agent (#2036)
Co-authored-by: Kevin Lin <kevinlin@Kevins-MacBook-Pro.local>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-12-05 14:27:19 -08:00
Sarah Wooders
e00475e4dc chore: bump version 0.6.1 (#2170) 2024-12-05 11:53:20 -08:00
Charles Packer
e51c21070e fix: patch system message creation spam (#2169)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-12-05 11:52:51 -08:00
Matthew Zhou
f638c42b56 chore: Migrate jobs to the orm (#2165) 2024-12-04 18:11:06 -08:00
Matthew Zhou
e0d60e4861 feat: Parse out errors from venv local sandbox (#2166) 2024-12-04 17:50:39 -08:00
Sarah Wooders
359c3160a4 chore: update poetry.lock to fix docker build issue (#2163) 2024-12-04 16:48:18 -08:00
Matthew Zhou
f3470f4bde fix: Suppress warnings during local sandbox tool execution w/ venv (#2164) 2024-12-04 15:20:57 -08:00
Matthew Zhou
9ea915ca89 chore: Skip foreign key/constraint tests if using SQLite (#2160) 2024-12-04 13:29:50 -08:00
Sarah Wooders
fe041148bd fix: support initializing with custom message sequences (#2154) 2024-12-04 13:25:57 -08:00
Matthew Zhou
6dade767c3 feat: Support external codebases as a tool execution sandbox (#2159) 2024-12-04 11:37:51 -08:00
Sarah Wooders
2faff57069 chore: update lock (#2158) 2024-12-03 21:32:00 -08:00
Charles Packer
f184a68e6a fix: fix core memory limits hardcoded (draw from constant instead) (#2157) 2024-12-03 19:38:09 -08:00
Sarah Wooders
0983a9cde9 chore: bump version to 0.6.0 (#2153) 2024-12-03 19:37:40 -08:00
Kevin Lin
9ac7e9b5d2 fix: escape strings in sandbox (#2156)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-12-03 19:37:17 -08:00
Charles Packer
d255b58661 chore: added new test to flag stray prints in new PRs (#2155) 2024-12-03 19:32:29 -08:00
Charles Packer
a7e2c8cff7 fix: patch bug in pydantic request model for /v1/tools/run (#2152) 2024-12-03 16:13:38 -08:00
Sarah Wooders
f13b3fdc96 feat: pass custom headers to RESTClient (#2151) 2024-12-03 16:02:29 -08:00
Charles Packer
1edd4ab4ff feat: add POST route for testing tool execution via tool_id (#2139) 2024-12-02 18:57:04 -08:00
Matthew Zhou
3b1f579aba feat: Add lock around loading agent (#2141) 2024-12-02 17:46:48 -08:00
Matthew Zhou
1e5d74b4a7 feat: Add endpoints to list Composio apps and actions (#2140) 2024-12-02 15:36:10 -08:00
Sze Siong Teo
bf3b42a2b6 docs: remove dollar prefix, make it convenient to copy (#2128) 2024-12-02 15:08:03 -08:00
Matthew Zhou
9495428233 feat: Add endpoints to add default e2b/local sandbox configs (#2138) 2024-12-02 14:58:11 -08:00
Matthew Zhou
860cf1949e feat: Improve error messages from tool sandbox (#2135) 2024-12-02 11:08:44 -08:00
Charles Packer
4181c0d81e fix: allow setting pass for server --secure (#2132) 2024-12-01 21:35:31 -08:00
Matthew Zhou
b8613211d7 chore: Add tool execution sandbox test for core memory tool (#2131) 2024-12-01 20:56:57 -08:00
Charles Packer
b01f0cc1b0 fix: cleanup CLI tool prints (#2130) 2024-12-01 17:41:17 -08:00
bluestarforever
91d047fb00 fix: Fixed Issue #2127 (#2129) 2024-12-01 17:41:03 -08:00
Shubham Naik
29165493dc chore: add record key (#2126)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-30 12:33:55 -08:00
Charles Packer
6be2000eda feat: support pydantic models in tool uploads + patch dict/list types (#2112) 2024-11-30 10:09:03 -08:00
Matthew Zhou
58ec6238a8 feat: Improve retry mechanism for _get_ai_reply and refactor method (#2113) 2024-11-30 09:57:52 -08:00
Charles Packer
c0329632d5 fix: update url (#2124) 2024-11-30 09:32:47 -08:00
Sarah Wooders
07bb536018 feat: refactor agent memory representation and modify routes for editing blocks (#2094)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2024-11-27 16:04:13 -08:00
Matthew Zhou
122faa78ea fix: Remove hard failure on bad stream_tokens input (#2115) 2024-11-27 15:00:42 -08:00
Shubham Naik
cdea5a56c3 fix: example issue (#2114)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-11-27 14:44:11 -08:00
Matthew Zhou
5a59d2ac42 feat: Separate out streaming route (#2111) 2024-11-27 14:03:46 -08:00
Charles Packer
cfb48a112f fix: pass tool errors through the HTTP POST /tools requests with detailed error messages (#2110) 2024-11-26 17:06:44 -08:00
Matthew Zhou
056cbb0eec feat: Add per-agent locking to send message (#2109) 2024-11-26 13:30:58 -08:00
Matthew Zhou
4d9b4eef9d fix: Update block label also updates the BlocksAgents table (#2106) 2024-11-26 10:21:30 -08:00
Matthew Zhou
8711e1dc00 chore: Change create_tool endpoint on v1 routes to error instead of upsert (#2102) 2024-11-25 10:46:15 -08:00
Charles Packer
f237717ce4 fix: do a pre-validation validation on the inputs assigned to agent_state.message_ids (#2098) 2024-11-25 10:44:14 -08:00
Matthew Zhou
60cabae25a feat: Make blocks agents mapping table (#2103) 2024-11-22 16:27:47 -08:00
Matthew Zhou
c72c11b888 chore: Add more log statements to base orm (#2101) 2024-11-22 13:59:03 -08:00
Matthew Zhou
4e825a0ef0 fix: Fix block model dump (#2100) 2024-11-22 13:09:42 -08:00
Charles Packer
324346db5c fix: extra safety checks in the token counter for functions (#2061) 2024-11-22 12:13:10 -08:00
Charles Packer
202d6e25aa fix: add more types to the type_map from python -> json schema (#2095) 2024-11-22 12:12:40 -08:00
Matthew Zhou
d12da645a0 feat: Add composio tools compatibility to sandboxes (#2097) 2024-11-22 12:10:36 -08:00
Charles Packer
44df28417f fix: boost default char limit to 5k for core memory blocks (#2089) 2024-11-22 11:13:56 -08:00
Charles Packer
f438c057f8 fix: remove stray input (#2096) 2024-11-22 11:10:41 -08:00
Matthew Zhou
69730988ce feat: Sandboxing for tool execution (#2040)
Co-authored-by: Caren Thomas <carenthomas@Jeffs-MacBook-Pro-2.local>
Co-authored-by: Caren Thomas <carenthomas@jeffs-mbp-2.lan>
Co-authored-by: Caren Thomas <carenthomas@Jeffs-MBP-2.hsd1.ca.comcast.net>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-11-22 10:34:08 -08:00
Charles Packer
355fe1b4cf fix: silence bad print (#2093) 2024-11-22 09:44:28 -08:00