cthomas
18e4062d05
feat: add patch archival memory route and fix naming ( #1155 )
2025-02-27 14:18:24 -08:00
Charles Packer
566b80dbf1
feat: add xAI / Grok support ( #1122 )
...
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-26 11:02:42 -08:00
Matthew Zhou
9ac089a143
feat: Reverse inner thoughts for chat completions endpoint ( #1081 )
2025-02-20 12:30:34 -08:00
cthomas
0bbe852b1c
feat: add tracing ( #883 )
2025-02-18 19:03:31 -08:00
cthomas
be5a66c4fd
feat: add list identities route ( #1046 )
...
same as #1005
2025-02-18 16:49:07 -08:00
Kevin Lin
7828d77616
feat: support deepseek models ( #821 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-18 15:28:01 -08:00
Matthew Zhou
0754816834
feat: Serialize agent state simple fields and messages ( #1012 )
2025-02-18 11:01:10 -08:00
Matthew Zhou
a734f99d8d
feat: Composio tools execute on-the-fly ( #999 )
2025-02-13 16:13:29 -08:00
cthomas
8097b1e98a
feat: add default context window ( #995 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-13 15:37:38 -08:00
Sarah Wooders
8955dd939b
feat: google vertex integration ( #980 )
2025-02-12 18:06:26 -08:00
Matthew Zhou
8de65e1fcd
fix: Refactor listing messages to be much more performant ( #963 )
2025-02-12 10:32:38 -08:00
Sarah Wooders
f57f894b8a
fix: fix passage listing for sources ( #894 )
2025-02-03 16:38:14 -08:00
Charles Packer
2ced31df6e
chore: fix lmstudio embeddings ( #887 )
2025-02-02 15:18:14 -08:00
cpacker
d509de39f3
fix: pass in a dummy key to openai python client if it doesn't exist at inference time
2025-01-29 17:55:54 -08:00
Matthew Zhou
5fcca8a010
feat: Restore local sandbox execution ( #822 )
2025-01-28 17:19:14 -08:00
cthomas
829bd6acd0
feat: add support for use_assistant_message in list_messages ( #804 )
2025-01-28 13:39:53 -08:00
Charles Packer
952471c578
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
Matthew Zhou
19af19288a
feat: Add voice-compatible chat completions endpoint ( #774 )
2025-01-27 14:25:05 -08:00
Charles Packer
eb43395175
fix: fix lmstudio docker ( #788 )
2025-01-26 19:19:31 -08:00
mlong93
e083cb0010
feat: add anthropic streaming ( #716 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-01-26 17:35:22 -08:00
cthomas
fe32af127d
fix: remove name from tool create error msg ( #778 )
...
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-01-25 17:27:02 -08:00
Charles Packer
74b38b1de2
feat: lmstudio support via /v1/chat/completions proxy route ( #724 )
2025-01-24 15:08:23 -08:00
cthomas
06ca10acb1
feat: add content union type for requests ( #762 )
2025-01-23 20:25:00 -08:00
cthomas
dfce6a1552
feat: extend message model to support more content types ( #756 )
2025-01-23 17:24:52 -08:00
mlong93
bd69fa77f7
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
cthomas
b443446408
feat: support custom llm configs ( #737 )
2025-01-23 10:13:05 -08:00
cthomas
f98fb26125
feat: add custom handle overrides for llm configs ( #479 )
2025-01-23 09:50:07 -08:00
cthomas
385f3a1e2d
chore: rename metadata_ field to metadata in pydantic ( #732 )
2025-01-22 19:05:41 -08:00
cthomas
a08e8f1e93
chore: rename llm handle field to model in create agent req ( #718 )
2025-01-21 17:55:39 -08:00
Charles Packer
c170c25459
fix: patch use_assistant_message
flag on the server ( #704 )
...
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-01-20 13:17:45 -08:00
cthomas
94b85042e6
feat: add schema/db for new steps table ( #669 )
2025-01-18 12:20:10 -08:00
mlong93
be88525183
feat: add support for AWS Bedrock (Anthropic) ( #689 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-17 11:42:21 -08:00
Matthew Zhou
69f909ed67
chore: Move send_message_to_agent
( #665 )
2025-01-15 11:15:52 -08:00
mlong93
1fcfc47839
fix: prevent adding duplicate messages to JobMessages table ( #625 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-13 14:48:20 -08:00
mlong93
cff87370a5
feat: new routes to gather a job's messages and usage statistics ( #564 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-12 12:36:10 -08:00
cthomas
b80af68eaf
feat: add updated_at timestamp to provider and bump on write ( #574 )
2025-01-10 11:16:53 -08:00
Matthew Zhou
d008a04c44
chore: Deprecate O1 Agent ( #573 )
2025-01-09 15:40:31 -08:00
Matthew Zhou
71031e9cda
feat: Extend tool runs to also take in environment variables ( #554 )
2025-01-08 16:16:19 -08:00
cthomas
4a2e321e99
feat: support custom api keys for cloud ( #533 )
2025-01-07 22:12:55 -08:00
Shubham Naik
e60acf5b13
feat: new desktop ( #508 )
...
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-07 12:10:05 -08:00
Matthew Zhou
e292bd224c
feat: Allow per-agent tool execution environment variables ( #509 )
2025-01-05 21:06:38 -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
bbe8deaa29
chore: Clean up .load_agent
usage ( #2298 )
2024-12-20 16:56:53 -08:00
Matthew Zhou
a6d09997e8
fix: Remove in-memory _messages
field on Agent ( #2295 )
2024-12-20 15:52:04 -08:00
cthomas
87820d9318
feat: rename function to tool in sdk ( #2288 )
...
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-19 12:12:58 -08:00
Matthew Zhou
d8be870391
chore: Remove debugging logs ( #2287 )
2024-12-19 11:49:19 -08:00
Matthew Zhou
77f9c4a681
fix: Remove load agent in recall cursor ( #2286 )
2024-12-19 11:33:00 -08:00
Matthew Zhou
f71d9214cd
chore: Add temporary telemetry logs ( #2284 )
2024-12-18 19:15:00 -08:00
Matthew Zhou
cef408a9fd
chore: Clean up upserting base tools ( #2274 )
2024-12-18 14:33:29 -08:00
Matthew Zhou
c1f7b32001
fix: Deprecate in memory function stores in agent.py ( #2271 )
2024-12-17 16:18:11 -08:00
cthomas
ade188723f
fix: refactor sandbox run logic to add status field ( #2248 )
...
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-17 15:44:41 -08:00
cthomas
e32417e988
feat: Add optional llm and embedding handle args to CreateAgent request ( #2260 )
2024-12-17 15:31:19 -08:00
Matthew Zhou
729562f539
fix: Scale up database ( #2263 )
2024-12-17 15:02:28 -08:00
Matthew Zhou
dce0b76e59
chore: Add comprehensive unit test for adding/removing tools via update agent ( #2267 )
2024-12-17 14:35:03 -08:00
Matthew Zhou
862381195b
fix: Fix update agent ( #2265 )
2024-12-16 21:43:13 -08:00
Keith
d5ef53cfbe
docs: Feature/update docs ( #2257 )
2024-12-16 17:15:50 -08:00
mlong93
c6878fc088
feat: separate Passages tables ( #2245 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-16 15:24:20 -08:00
Matthew Zhou
f1e125d360
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
577a5d5653
chore: Delete metadata.py ( #2253 )
2024-12-13 18:00:07 -08:00
Matthew Zhou
93992bb1b6
fix: Remove created_by_id
check ( #2252 )
2024-12-13 16:52:05 -08:00
Matthew Zhou
e49a8b4365
feat: Rewrite agents ( #2232 )
2024-12-13 14:43:19 -08:00
cthomas
953f2c9868
fix: make sandboxrunresult rv not optional ( #2244 )
2024-12-13 10:58:34 -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
mlong93
ac1aa8a5f8
chore: raising errors for passages, adding new passage test ( #2234 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-12 14:29:22 -08:00
mlong93
95fc4e7521
feat: archival memory file upload ( #2228 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-12-12 11:36:26 -08:00
Sarah Wooders
c4d227c724
feat: catch error with providers in model listing ( #2231 )
2024-12-11 16:31:00 -08:00
mlong93
36a296078c
chore: removed agent_store, storage connectors ( #2229 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-11 15:14:26 -08:00
Sarah Wooders
65702c8c93
feat: add print for sqlite error ( #2221 )
2024-12-10 19:23:48 -08:00
mlong93
31d2774193
feat: orm passage migration ( #2180 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-10 18:09:35 -08:00
Charles Packer
7f85a0315b
fix: cleanup error trace for no llm/embedding_config on POST ( #2218 )
2024-12-10 14:00:31 -08:00
cthomas
ab1b440565
feat: add logs to response for tool run ( #2205 )
...
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-10 13:24:05 -08:00
Kevin Lin
415163fb75
fix: allow empty initial message sequence ( #2214 )
2024-12-10 11:27:35 -08:00
Matthew Zhou
666e4259cf
fix: Modify the list
ORM function ( #2208 )
2024-12-09 19:35:58 -08:00
Charles Packer
b1015c0679
fix: add a special error type for configuration errors ( #2198 )
2024-12-08 17:04:04 -08:00
Matthew Zhou
9b339efaec
fix: Updating messages ( #2186 )
2024-12-07 14:09:20 -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
mlong93
a01f1fd5d3
feat: orm ToolsAgents migration ( #2173 )
...
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-05 17:47:22 -08:00
Kevin Lin
0b07a4005b
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
92b0f204f2
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
18453ddadd
chore: Migrate jobs to the orm ( #2165 )
2024-12-04 18:11:06 -08:00
Sarah Wooders
38168f8b62
fix: support initializing with custom message sequences ( #2154 )
2024-12-04 13:25:57 -08:00
Matthew Zhou
01afe75844
feat: Support external codebases as a tool execution sandbox ( #2159 )
2024-12-04 11:37:51 -08:00
Charles Packer
9417b1162e
feat: add POST route for testing tool execution via tool_id
( #2139 )
2024-12-02 18:57:04 -08:00
Matthew Zhou
2f142a31b2
feat: Add lock around loading agent ( #2141 )
2024-12-02 17:46:48 -08:00
Matthew Zhou
aa9dda5c26
feat: Add endpoints to list Composio apps and actions ( #2140 )
2024-12-02 15:36:10 -08:00
Sarah Wooders
d30972cee0
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
f23d436e76
feat: Separate out streaming route ( #2111 )
2024-11-27 14:03:46 -08:00
Matthew Zhou
c2ee91c939
feat: Add per-agent locking to send message ( #2109 )
2024-11-26 13:30:58 -08:00
Matthew Zhou
251619eb16
feat: Make blocks agents mapping table ( #2103 )
2024-11-22 16:27:47 -08:00
Matthew Zhou
ae083fc205
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
43e3961d3b
fix: redo #2085 ( #2087 )
2024-11-21 20:19:22 -08:00
Charles Packer
b7b22a670f
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
385aed9802
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
4c6743291f
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
acf4bb86ff
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