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 |
|
mlong93
|
f33518ca66
|
feat: add text search for agent names (#662)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-15 10:41:40 -08:00 |
|
mlong93
|
a9c5866ae9
|
feat: Added list_tags route (#645)
Co-authored-by: Mindy Long <mindy@letta.com>
|
2025-01-14 13:33:55 -08:00 |
|
Matthew Zhou
|
4a1c397c08
|
fix: Force recreate all e2b sandboxes on tool execution (#637)
|
2025-01-13 18:11:24 -08:00 |
|
mlong93
|
113e8bda07
|
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 |
|
Matthew Zhou
|
563454d24a
|
fix: Include at least a system message during agent reset (#631)
|
2025-01-13 13:13:37 -08:00 |
|
Matthew Zhou
|
7d04ddc580
|
chore: Deprecate module field on tool (#600)
|
2025-01-13 10:42:23 -08:00 |
|
Matthew Zhou
|
99e27dbc89
|
feat: Add reset messages route for agents (#601)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2025-01-13 10:33:23 -08:00 |
|
mlong93
|
18f06cd681
|
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 |
|
Matthew Zhou
|
f311e447fa
|
feat: Adjust tool execution sandbox to be under ~/.letta (#591)
|
2025-01-10 15:17:16 -08:00 |
|
Matthew Zhou
|
79bc6394c8
|
feat: Add tool_type column (#576)
|
2025-01-10 14:52:15 -08:00 |
|
cthomas
|
ab30115f66
|
chore: generate sdk + docs for provider api (#544)
|
2025-01-10 11:29:01 -08:00 |
|
cthomas
|
b847c4688f
|
feat: add updated_at timestamp to provider and bump on write (#574)
|
2025-01-10 11:16:53 -08:00 |
|
cthomas
|
7ffaeaa3be
|
feat: add lazy id generation for providers (#543)
|
2025-01-10 11:04:24 -08:00 |
|
Matthew Zhou
|
82537b8ddf
|
chore: Deprecate O1 Agent (#573)
|
2025-01-09 15:40:31 -08:00 |
|
Matthew Zhou
|
eb7c2c853d
|
feat: Add sandbox_type filter when listing sandbox configurations (#567)
|
2025-01-09 12:48:21 -08:00 |
|
Matthew Zhou
|
38b8fdd2dd
|
chore: Merge OSS (#562)
|
2025-01-09 10:20:55 -08:00 |
|
Matthew Zhou
|
e8fab921a0
|
feat: Extend tool runs to also take in environment variables (#554)
|
2025-01-08 16:16:19 -08:00 |
|
Matthew Zhou
|
15cc7d1a8f
|
fix: Pass back and parse composio errors correctly (#547)
|
2025-01-08 12:12:11 -08:00 |
|
cthomas
|
4047f02386
|
feat: support custom api keys for cloud (#533)
|
2025-01-07 22:12:55 -08:00 |
|
Matthew Zhou
|
2f7aa1efa8
|
fix: Fix per-agent environment variable updates (#527)
|
2025-01-07 11:19:31 -08:00 |
|
Matthew Zhou
|
035d9b11a8
|
feat: Inject per agent environment variables into sandbox (#514)
|
2025-01-06 15:04:17 -08:00 |
|
Matthew Zhou
|
5c490a3cc7
|
chore: Merge OSS (#512)
|
2025-01-06 10:46:53 -08:00 |
|
Matthew Zhou
|
8148530e28
|
chore: Move logs out of error so always log sandbox ID (#510)
|
2025-01-06 10:28:47 -08:00 |
|
Matthew Zhou
|
0ef692441f
|
feat: Allow per-agent tool execution environment variables (#509)
|
2025-01-05 21:06:38 -08:00 |
|
cthomas
|
ef271ca49c
|
fix: comment out done_gen and done_step tokens (#504)
|
2025-01-02 14:12:24 -08:00 |
|
Matt Zhou
|
f04d5df4ae
|
Log out sandbox details for e2b
|
2024-12-30 16:27:08 -08:00 |
|
Matt Zhou
|
827a31d07d
|
Finish
|
2024-12-29 17:47:46 -08:00 |
|
Caren Thomas
|
41065902c7
|
make docs generation idempotent
|
2024-12-28 14:26:34 -08:00 |
|
Shubham Naik
|
a197a9b919
|
chore: I did not change those
|
2024-12-27 15:46:57 -08:00 |
|
Shubham Naik
|
ab181c18ba
|
feat: add desktop ui app
|
2024-12-27 13:33:09 -08:00 |
|
Caren Thomas
|
0b964e400e
|
change delete agent return type to none
|
2024-12-26 20:02:52 -08:00 |
|
Caren Thomas
|
7144fd2867
|
run black, add isort config to pyproject.toml
|
2024-12-26 19:43:11 -08:00 |
|
Caren Thomas
|
905906d416
|
run isort on apps/core
|
2024-12-26 19:27:09 -08:00 |
|
Shubham Naik
|
4cf354c033
|
fix: add tests to cypress
|
2024-12-23 14:44:08 -08:00 |
|