cthomas
|
b93b75ac79
|
feat: add tracing to steps table (#1056)
|
2025-02-27 14:25:22 -08:00 |
|
Shubham Naik
|
572f320143
|
chore: identities follow up (#1118)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-02-26 09:07:39 -08:00 |
|
Matthew Zhou
|
997019afe8
|
feat: Add tool calling to fast chat completions (#1109)
|
2025-02-25 15:13:35 -08:00 |
|
cthomas
|
6a20838d85
|
fix: persist properties on identities update (#1110)
|
2025-02-25 12:17:19 -08:00 |
|
cthomas
|
4548555d6c
|
chore: change the name of user id to actor (#1098)
|
2025-02-25 11:35:19 -08:00 |
|
cthomas
|
4af770fd09
|
feat: make identities many to many (#1085)
|
2025-02-20 16:33:24 -08:00 |
|
Shubham Naik
|
dbb28af496
|
feat: add create identity (#1064)
|
2025-02-19 22:16:21 -08:00 |
|
Sarah Wooders
|
c4964d7879
|
feat: add "always continue" tool rule and configure default tool rules (#1033)
Co-authored-by: Shubham Naik <shub@letta.com>
|
2025-02-19 14:46:37 -08:00 |
|
Shubham Naik
|
51578ce61d
|
fix: attach actor to list identities (#1060)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-02-19 11:31:02 -08:00 |
|
cthomas
|
5a5c6dad88
|
feat: add remaining identities routes (#1049)
same as #1010
|
2025-02-18 17:14:54 -08:00 |
|
cthomas
|
bd3a175452
|
feat: add list identities route (#1046)
same as #1005
|
2025-02-18 16:49:07 -08:00 |
|
cthomas
|
3a2a337256
|
feat: add identifier key to agents (#1043)
same as https://github.com/letta-ai/letta-cloud/pull/1004
|
2025-02-18 16:06:09 -08:00 |
|
Matthew Zhou
|
6d49dc1ac5
|
feat: Serialize agent state simple fields and messages (#1012)
|
2025-02-18 11:01:10 -08:00 |
|
Matthew Zhou
|
8d765f286e
|
feat: Composio tools execute on-the-fly (#999)
|
2025-02-13 16:13:29 -08:00 |
|
Matthew Zhou
|
8e57618642
|
feat: Add logic for "stateless" agents (#984)
|
2025-02-12 17:13:07 -08:00 |
|
Matthew Zhou
|
bae7916550
|
feat: Add message_buffer_autoclear field to Agent (#978)
|
2025-02-12 15:06:56 -08:00 |
|
Matthew Zhou
|
dbbcbf1e2d
|
fix: Refactor listing messages to be much more performant (#963)
|
2025-02-12 10:32:38 -08:00 |
|
Matthew Zhou
|
96bdb8df1c
|
chore: Add large scale many-messages test (#959)
|
2025-02-11 10:11:41 -08:00 |
|
cthomas
|
35c4df1d07
|
feat: add model_endpoint to steps table (#902)
|
2025-02-05 11:16:33 -08:00 |
|
cthomas
|
b36945a6c7
|
feat: add project and template support for modify agent (#892)
|
2025-02-04 12:35:57 -08:00 |
|
Charles Packer
|
170c6873df
|
fix: fix typing on file (#869)
|
2025-02-03 18:51:04 -08:00 |
|
Matthew Zhou
|
85dee1785b
|
fix: Fix composio bugs (#884)
Co-authored-by: Charles Packer <packercharles@gmail.com>
|
2025-02-03 14:09:45 -05:00 |
|
cthomas
|
7e11d44baf
|
feat: add support for projects and templates in create agent (#858)
|
2025-02-03 10:19:41 -08:00 |
|
Charles Packer
|
572d11d5c0
|
chore: fix lmstudio embeddings (#887)
|
2025-02-02 15:18:14 -08:00 |
|
Matthew Zhou
|
24ade60257
|
feat: Support Langchain tools (#881)
|
2025-01-31 16:36:35 -08:00 |
|
Matthew Zhou
|
129cf4a36a
|
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
|
9f60ae65fd
|
feat: add routes for steps (#839)
|
2025-01-29 20:57:09 -08:00 |
|
Sarah Wooders
|
05ba2e4b39
|
feat: increase return limit for base tools (#838)
|
2025-01-29 15:31:39 -08:00 |
|
Matthew Zhou
|
fb691ac4b7
|
feat: Restore local sandbox execution (#822)
|
2025-01-28 17:19:14 -08:00 |
|
Matthew Zhou
|
da780793a7
|
feat: Make sure local sandbox is run with all local environment variables (#819)
|
2025-01-28 17:05:01 -08:00 |
|
cthomas
|
5a71a2c346
|
chore: remove nested config in send requests (#813)
|
2025-01-28 14:58:53 -08:00 |
|
cthomas
|
5316127be3
|
fix: drop tool_return_message when using assistant_message (#784)
|
2025-01-28 14:31:51 -08:00 |
|
cthomas
|
a5d7f66f59
|
feat: add support for use_assistant_message in list_messages (#804)
|
2025-01-28 13:39:53 -08:00 |
|
Charles Packer
|
ec6e5d153c
|
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 |
|
Charles Packer
|
4a4f734f1a
|
fix: patch failing gemini unit tests (#786)
|
2025-01-26 15:52:02 -08:00 |
|
Charles Packer
|
2b8023dd7b
|
fix: patch bug in system prompt formatter that was triggering if you … (#785)
|
2025-01-26 13:58:46 -08:00 |
|
Matthew Zhou
|
3150e17214
|
fix: Remove name from Create/Update tool (#741)
Co-authored-by: Caren Thomas <caren@letta.com>
|
2025-01-24 10:55:23 -08:00 |
|
cthomas
|
11d871785a
|
feat: add content union type for requests (#762)
|
2025-01-23 20:25:00 -08:00 |
|
Matthew Zhou
|
2cb12b821b
|
feat: Add list_agents_for_block endpoint (#759)
|
2025-01-23 17:28:08 -08:00 |
|
cthomas
|
2233535335
|
feat: extend message model to support more content types (#756)
|
2025-01-23 17:24:52 -08:00 |
|
mlong93
|
819e360356
|
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
|
443b876e74
|
fix: remove manual step logging (#738)
|
2025-01-22 21:07:23 -08:00 |
|
cthomas
|
98c5702ef9
|
chore: rename metadata_ field to metadata in pydantic (#732)
|
2025-01-22 19:05:41 -08:00 |
|
Matthew Zhou
|
ab955a46f3
|
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 |
|
mlong93
|
00408a7b69
|
fix: move all attach detach to be under agents (#723)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-22 12:16:31 -08:00 |
|
Matthew Zhou
|
1d35a52951
|
feat: Rework summarizer (#654)
|
2025-01-22 11:19:26 -08:00 |
|
Charles Packer
|
d54970cb6d
|
docs: update the quickstart guide (+ misc fixes) (#701)
|
2025-01-18 14:16:12 -08:00 |
|
cthomas
|
551cc0820c
|
feat: add schema/db for new steps table (#669)
|
2025-01-18 12:20:10 -08:00 |
|
Matthew Zhou
|
d110378146
|
feat: Native agent to agent messaging (#668)
|
2025-01-16 10:36:15 -08:00 |
|
mlong93
|
e4700fdfe1
|
fix: updated send_message_async request params, get_run_messages returns LettaMessage (#638)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
|
2025-01-15 14:47:20 -08:00 |
|