Commit Graph

1773 Commits

Author SHA1 Message Date
Matthew Zhou
c610d41f67 chore: Remove deprecated_tool mentions everywhere (#598) 2025-01-10 17:31:04 -08:00
Matthew Zhou
5ad412881d fix: Fix offline memory test (#597) 2025-01-10 17:25:54 -08:00
Matthew Zhou
a4210eb602 fix: Adjust type of args to any for ToolRunFromSource (#593) 2025-01-10 16:04:47 -08:00
Matthew Zhou
653fe09e6d fix: Remove unique name restriction on agents (#592) 2025-01-10 15:38:42 -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
Matthew Zhou
5264349e43 feat: Add model integration testing (#587) 2025-01-10 14:28:12 -08:00
Shubham Naik
e2b4c76df0 feat: v1 desktop ui (#586)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-10 11:57:33 -08:00
mlong93
a51bcceba3 fix: tag matching (#585)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-10 11:42:43 -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
995539d047 feat: Add ToolType enum (#584) 2025-01-10 10:56:38 -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
4e143a60eb fix: Write unit test for ensuring e2b composio version is valid (#560) 2025-01-08 17:10:59 -08:00
Matthew Zhou
867832c0e4 feat: Add return_char_limit to ToolUpdate (#557) 2025-01-08 16:30:31 -08:00
Matthew Zhou
e8fab921a0 feat: Extend tool runs to also take in environment variables (#554) 2025-01-08 16:16:19 -08:00
Sarah Wooders
6dfdecdd23 chore: merge with OSS (#555)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: dboyliao <qmalliao@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
2025-01-08 15:55:31 -08:00
Sarah Wooders
096791aae1 feat: parse assistant message to AssistantMessage by default (#528) 2025-01-08 15:00:32 -08:00
cthomas
26a6cbc546 fix: add variables param for create agent (#548) 2025-01-08 14:40:38 -08:00
Matthew Zhou
15cc7d1a8f fix: Pass back and parse composio errors correctly (#547) 2025-01-08 12:12:11 -08:00
Shubham Naik
eb39cfc6cd chore: fix end fo file fixer (#541)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-08 10:53:24 -08:00
Shubham Naik
7981b7d0c2 chore: standardize button colors (#542)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-08 10:53:09 -08:00
cthomas
4047f02386 feat: support custom api keys for cloud (#533) 2025-01-07 22:12:55 -08:00
Matthew Zhou
f0c24cdc65 feat: Pass in entity_id explicitly to auto-gen composio tool (#535) 2025-01-07 14:03:15 -08:00
Shubham Naik
3513e586f1 feat: new desktop (#508)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-07 12:10:05 -08:00
Matthew Zhou
68ec55c18d fix: Give default for tool_exec_environment_variables on AgentState (#531) 2025-01-07 11:19:45 -08:00
Matthew Zhou
2f7aa1efa8 fix: Fix per-agent environment variable updates (#527) 2025-01-07 11:19:31 -08:00
cthomas
cc77d44453 fix: use bash for pre-commit hook (#530) 2025-01-07 11:18:58 -08:00
Matthew Zhou
33d436c755 fix: Temporarily disable save_agent from updating tool_exec_environment_variables (#523) 2025-01-06 18:27:02 -08:00
Matthew Zhou
3a3746d315 fix: Export AgentEnvironmentVariable in __init__.py of ORM subdirectory (#520) 2025-01-06 17:08:49 -08:00
Matthew Zhou
99923aaa68 fix: Update save_agent to also save the per-agent environment variables (#519) 2025-01-06 17:05:30 -08:00
Sarah Wooders
26bc5704f3 feat: add pagination for listing agents (#517) 2025-01-06 16:53:25 -08:00
cthomas
cc40a364f0 chore: auto run formatting on core pre-commit (#516) 2025-01-06 16:04:32 -08:00
Matthew Zhou
035d9b11a8 feat: Inject per agent environment variables into sandbox (#514) 2025-01-06 15:04:17 -08:00
Matthew Zhou
164022335b fix: Fix flakiness in tests relying on e2b (#513) 2025-01-06 13:50:37 -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
cthomas
80f05bf8a9 fix: add message union type ref for LettaResponse (#507) 2025-01-06 10:05:03 -08:00
Matthew Zhou
0ef692441f feat: Allow per-agent tool execution environment variables (#509) 2025-01-05 21:06:38 -08:00
Matt Zhou
130fd63c6b chore: Remove commented out print 2025-01-03 12:43:00 -08:00
cthomas
ef271ca49c fix: comment out done_gen and done_step tokens (#504) 2025-01-02 14:12:24 -08:00
Matthew Zhou
792e94c12a Merge pull request #491 from letta-ai/matt/let-671-for-local-sandbox-using-local-env-variables-instead-of
fix: Add local composio env vars to the default org/user
2024-12-30 14:59:20 -10:00
Matt Zhou
172d7ac147 Add back more e2b 2024-12-30 16:33:59 -08:00
Matt Zhou
f04d5df4ae Log out sandbox details for e2b 2024-12-30 16:27:08 -08:00
Matt Zhou
3b85ffa3c0 Update 2024-12-30 16:07:35 -08:00
Matt Zhou
2dd7c9f2e6 wip debug 2024-12-30 16:03:45 -08:00
Matt Zhou
bad2631396 Mock more e2b none 2024-12-30 15:04:08 -08:00