Shubham Naik
|
8c0aa76c4f
|
feat: add sentry logging (optional) (#2172)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-12-05 16:07:34 -08:00 |
|
Shubham Naik
|
b3a7056c5d
|
chore: add deprecation notice to dev portal (#2171)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-12-05 14:46:34 -08:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Matthew Zhou
|
9495428233
|
feat: Add endpoints to add default e2b/local sandbox configs (#2138)
|
2024-12-02 14:58:11 -08:00 |
|
Charles Packer
|
4181c0d81e
|
fix: allow setting pass for server --secure (#2132)
|
2024-12-01 21:35:31 -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 |
|
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
|
8711e1dc00
|
chore: Change create_tool endpoint on v1 routes to error instead of upsert (#2102)
|
2024-11-25 10:46:15 -08:00 |
|
Matthew Zhou
|
60cabae25a
|
feat: Make blocks agents mapping table (#2103)
|
2024-11-22 16:27:47 -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
|
1fe45372b0
|
fix: redo #2085 (#2087)
|
2024-11-21 20:19:22 -08:00 |
|
Charles Packer
|
507a60f71c
|
feat: routes for adding/linking new memory blocks to agents + unlinking blocks from agents (#2083)
|
2024-11-21 20:08:47 -08:00 |
|
Charles Packer
|
06744c9193
|
Revert "feat: add route for editing a memory blocks limit (via Memory, instead of via Blocks)" (#2085)
|
2024-11-21 20:08:17 -08:00 |
|
Charles Packer
|
17e39a57fe
|
feat: add route for editing a memory blocks limit (via Memory, instead of via Blocks) (#2084)
|
2024-11-21 19:52:08 -08:00 |
|
Sarah Wooders
|
cb85ccebc1
|
test: add test for pip install on python 3.10, 3.11, and 3.12 and remove crewAI tools (#2082)
|
2024-11-21 19:50:35 -08:00 |
|
Kevin Lin
|
8395c86f78
|
fix: shared memory without requiring send message (#2068)
|
2024-11-21 13:58:03 -08:00 |
|
Matthew Zhou
|
6f1964c575
|
fix: Add save agents (#2080)
|
2024-11-21 09:53:30 -08:00 |
|
Sarah Wooders
|
86d9851023
|
feat: allow passing in tags to client.create_agent(tags=[..]) (#2073)
|
2024-11-20 12:12:14 -08:00 |
|
Matthew Zhou
|
85d558367f
|
fix: Fix security vuln with file upload (#2067)
|
2024-11-19 17:07:04 -08:00 |
|
Matthew Zhou
|
2bb3baf060
|
feat: Move blocks to ORM model (#1980)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2024-11-19 11:32:33 -08:00 |
|
Charles Packer
|
f57dc28552
|
feat: support togetherAI via /completions (#2045)
|
2024-11-18 15:15:05 -08:00 |
|
Matthew Zhou
|
59d1f9cc25
|
fix: Fix bug for deleting agents belonging to the user org (#2033)
|
2024-11-13 12:37:31 -08:00 |
|
Matthew Zhou
|
d23c0c8cf4
|
chore: Migrate FileMetadata to ORM (#2028)
|
2024-11-13 10:59:46 -08:00 |
|
Shubham Naik
|
b4a2a227e2
|
feat: support a new secure flag (#2030)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-11-12 21:34:36 -08:00 |
|
Matthew Zhou
|
e40e60945a
|
feat: Move Source to ORM model (#1979)
|
2024-11-12 09:57:40 -08:00 |
|
Sarah Wooders
|
4cf0649ce4
|
feat: modify startup.sh to work for sqlite (#2012)
|
2024-11-07 13:23:03 -08:00 |
|
Shubham Naik
|
28633b9be3
|
feat: add bash script to allow people to generate openapi schema with… (#2015)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-11-07 11:17:09 -08:00 |
|
Shubham Naik
|
8323bf6090
|
chore: add endpoint to update users (#1993)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-11-06 19:12:06 -08:00 |
|
Matthew Zhou
|
9a65e7bfd9
|
chore: Continue relaxing tool constraints (#1999)
|
2024-11-06 18:39:10 -08:00 |
|
Matthew Zhou
|
f1ff70a18f
|
fix: no error when the tool name is invalid in agent state (#1997)
|
2024-11-06 17:10:42 -08:00 |
|
Sarah Wooders
|
d64e09aff6
|
Revert "fix: Resync agents when tools are missing" (#1996)
|
2024-11-06 16:36:58 -08:00 |
|
Matthew Zhou
|
35f36910a1
|
fix: Resync agents when tools are missing (#1994)
|
2024-11-06 16:35:39 -08:00 |
|
Matthew Zhou
|
960f7421c1
|
feat: Add ability to add tags to agents (#1984)
|
2024-11-06 16:16:23 -08:00 |
|
Sarah Wooders
|
640d4c0a22
|
fix: fix issue with linking tools and adding new tools (#1988)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
|
2024-11-06 14:06:10 -08:00 |
|
Charles Packer
|
0bbd9d43ad
|
feat: add convenience link to open ADE from server launch (#1986)
|
2024-11-06 10:21:43 -08:00 |
|
Sarah Wooders
|
6b69b73979
|
feat: add ability to list agents by name for REST API and python SDK (#1982)
|
2024-11-05 17:31:40 -08:00 |
|
Matthew Zhou
|
b3f86fe4cd
|
chore: Move ID generation logic out of the ORM layer and into the Pydantic model layer (#1981)
|
2024-11-05 17:05:10 -08:00 |
|