Matthew Zhou
|
9a0ffc84dd
|
fix: Deprecate in memory function stores in agent.py (#2271)
|
2024-12-17 16:18:11 -08:00 |
|
Matthew Zhou
|
e09bde67ef
|
fix: Scale up database (#2263)
|
2024-12-17 15:02:28 -08:00 |
|
Charles Packer
|
83adf0b9d2
|
fix: add error logging on stream fails (#2261)
|
2024-12-16 16:38:05 -08:00 |
|
Matthew Zhou
|
10e610bb95
|
chore: Catch orm specific issues in agents v1 routes and simplify tool add/remove from agent (#2259)
|
2024-12-16 11:01:47 -08:00 |
|
Matthew Zhou
|
747712b165
|
chore: Delete metadata.py (#2253)
|
2024-12-13 18:00:07 -08:00 |
|
Matthew Zhou
|
7908b8a15f
|
feat: Rewrite agents (#2232)
|
2024-12-13 14:43:19 -08:00 |
|
Matthew Zhou
|
65fd731917
|
feat: Catch composio errors and return informative errors in the endpoint (#2247)
|
2024-12-13 11:48:07 -08:00 |
|
mlong93
|
9deacbd89e
|
feat: orm passage migration (#2180)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2024-12-10 18:09:35 -08:00 |
|
Charles Packer
|
a187488f4f
|
fix: create new request model that drops user_id (#2220)
|
2024-12-10 16:11:47 -08:00 |
|
Sarah Wooders
|
fae2d06755
|
feat: modify REST API schemas (#2121)
|
2024-12-10 16:10:34 -08:00 |
|
Charles Packer
|
1f9d44d8b0
|
fix: make healthcheck public (#2209)
|
2024-12-10 14:02:05 -08:00 |
|
Charles Packer
|
223b6bc0a9
|
fix: cleanup error trace for no llm/embedding_config on POST (#2218)
|
2024-12-10 14:00:31 -08:00 |
|
Shubham Naik
|
05cf168d35
|
feat: support local https mode (#2217)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-12-10 13:36:20 -08:00 |
|
Charles Packer
|
cf77cf79f9
|
fix: re-enable streaming tokens (#2193)
|
2024-12-10 11:55:15 -08:00 |
|
Matthew Zhou
|
2125421bd8
|
fix: Modify the list ORM function (#2208)
|
2024-12-09 19:35:58 -08:00 |
|
Charles Packer
|
fc980ff654
|
feat: add an async messages route (/agent/{agent_id}/messages/async) (#2206)
|
2024-12-09 18:23:05 -08:00 |
|
Sarah Wooders
|
3d5c321d91
|
feat: error stack trace capture (#2203)
|
2024-12-09 13:27:52 -08:00 |
|
Charles Packer
|
85d3e649ee
|
fix: add a special error type for configuration errors (#2198)
|
2024-12-08 17:04:04 -08:00 |
|
Matthew Zhou
|
1f57569116
|
fix: Updating messages (#2186)
|
2024-12-07 14:09:20 -08:00 |
|
Charles Packer
|
ef1635c0d6
|
fix: temp disable stream tokens (#2189)
|
2024-12-07 12:52:51 -08:00 |
|
Matthew Zhou
|
e23df839d8
|
fix: Fix composio tool add (#2188)
|
2024-12-07 12:18:17 -08:00 |
|
Shubham Naik
|
932e5448dc
|
chore: drop ade flag (#2185)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2024-12-07 10:47:32 -08:00 |
|
Charles Packer
|
bcd7b26e0f
|
fix: fix runtime warnings with the server (#2178)
|
2024-12-06 13:05:30 -08:00 |
|
mlong93
|
6c2c7231ab
|
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 |
|
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 |
|
Matthew Zhou
|
f638c42b56
|
chore: Migrate jobs to the orm (#2165)
|
2024-12-04 18:11:06 -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
|
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 |
|
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 |
|
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 |
|