Commit Graph

92 Commits

Author SHA1 Message Date
Matthew Zhou
dee5a71a5f fix: Remove unique name restriction on agents (#592) 2025-01-10 15:38:42 -08:00
Matthew Zhou
ebfda389e5 feat: Adjust tool execution sandbox to be under ~/.letta (#591) 2025-01-10 15:17:16 -08:00
Matthew Zhou
6f782b2613 feat: Add tool_type column (#576) 2025-01-10 14:52:15 -08:00
Matthew Zhou
018a642217 feat: Add model integration testing (#587) 2025-01-10 14:28:12 -08:00
Shubham Naik
1d1205ddf1 feat: v1 desktop ui (#586)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-10 11:57:33 -08:00
mlong93
0e7fe5dfe5 fix: tag matching (#585)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-10 11:42:43 -08:00
cthomas
60a0fd0a14 chore: generate sdk + docs for provider api (#544) 2025-01-10 11:29:01 -08:00
cthomas
f97d4707ec feat: add updated_at timestamp to provider and bump on write (#574) 2025-01-10 11:16:53 -08:00
cthomas
188313c3bf feat: add lazy id generation for providers (#543) 2025-01-10 11:04:24 -08:00
Matthew Zhou
116ba6b1ed feat: Add ToolType enum (#584) 2025-01-10 10:56:38 -08:00
Matthew Zhou
e89aff7b8b chore: Deprecate O1 Agent (#573) 2025-01-09 15:40:31 -08:00
Matthew Zhou
dfa8c0091d feat: Add sandbox_type filter when listing sandbox configurations (#567) 2025-01-09 12:48:21 -08:00
Matthew Zhou
27b40725dd chore: Merge OSS (#562) 2025-01-09 10:20:55 -08:00
Matthew Zhou
e1ecbcf78a fix: Write unit test for ensuring e2b composio version is valid (#560) 2025-01-08 17:10:59 -08:00
Matthew Zhou
b7d3ae2a65 feat: Add return_char_limit to ToolUpdate (#557) 2025-01-08 16:30:31 -08:00
Matthew Zhou
463491358d feat: Extend tool runs to also take in environment variables (#554) 2025-01-08 16:16:19 -08:00
Sarah Wooders
862bec7d8b 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
c314335a7d feat: parse assistant message to AssistantMessage by default (#528) 2025-01-08 15:00:32 -08:00
cthomas
8daae8f4c8 fix: add variables param for create agent (#548) 2025-01-08 14:40:38 -08:00
Matthew Zhou
1a238404da Matt/let 727 pass in composio entity id explicitly (#549) 2025-01-08 12:12:47 -08:00
Matthew Zhou
0219b361b8 fix: Pass back and parse composio errors correctly (#547) 2025-01-08 12:12:11 -08:00
Shubham Naik
9802f0f6fc 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
26f3feee76 chore: standardize button colors (#542)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-08 10:53:09 -08:00
cthomas
2a117f7a73 feat: support custom api keys for cloud (#533) 2025-01-07 22:12:55 -08:00
Matthew Zhou
256aee4e83 feat: Pass in entity_id explicitly to auto-gen composio tool (#535) 2025-01-07 14:03:15 -08:00
Shubham Naik
e6bc1ddebd feat: new desktop (#508)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-07 12:10:05 -08:00
Matthew Zhou
8d9454c8ae fix: Give default for tool_exec_environment_variables on AgentState (#531) 2025-01-07 11:19:45 -08:00
Matthew Zhou
c03efab358 fix: Fix per-agent environment variable updates (#527) 2025-01-07 11:19:31 -08:00
cthomas
776a3e4de6 fix: use bash for pre-commit hook (#530) 2025-01-07 11:18:58 -08:00
Matthew Zhou
f6b9d30270 fix: Temporarily disable save_agent from updating tool_exec_environment_variables (#523) 2025-01-06 18:27:02 -08:00
Matthew Zhou
0b51c66060 fix: Export AgentEnvironmentVariable in __init__.py of ORM subdirectory (#520) 2025-01-06 17:08:49 -08:00
Matthew Zhou
abe351df88 fix: Update save_agent to also save the per-agent environment variables (#519) 2025-01-06 17:05:30 -08:00
Sarah Wooders
cde0fc9c0b feat: add pagination for listing agents (#517) 2025-01-06 16:53:25 -08:00
cthomas
9d81ecd7d6 chore: auto run formatting on core pre-commit (#516) 2025-01-06 16:04:32 -08:00
Matthew Zhou
cf47802a8c feat: Inject per agent environment variables into sandbox (#514) 2025-01-06 15:04:17 -08:00
Matthew Zhou
926a6fa07a fix: Fix flakiness in tests relying on e2b (#513) 2025-01-06 13:50:37 -08:00
Matthew Zhou
4fd04c63fe chore: Merge OSS (#512) 2025-01-06 10:46:53 -08:00
Matthew Zhou
61bbc8a2a5 chore: Move logs out of error so always log sandbox ID (#510) 2025-01-06 10:28:47 -08:00
cthomas
e2d94614e6 fix: add message union type ref for LettaResponse (#507) 2025-01-06 10:05:03 -08:00
Matthew Zhou
9cd326ddb8 feat: Allow per-agent tool execution environment variables (#509) 2025-01-05 21:06:38 -08:00
Matt Zhou
cd62f02863 chore: Remove commented out print 2025-01-03 12:43:00 -08:00
cthomas
c1c58f984c fix: comment out done_gen and done_step tokens (#504) 2025-01-02 14:12:24 -08:00
Matthew Zhou
8792cbd73f 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
515f07fc84 Add back more e2b 2024-12-30 16:33:59 -08:00
Matt Zhou
2372461f7e Log out sandbox details for e2b 2024-12-30 16:27:08 -08:00
Matthew Zhou
07bbad3dbe Merge pull request #497 from letta-ai/matt-update-composio-version-again
chore: Update composio version again
2024-12-30 14:12:09 -10:00
Matt Zhou
7dcad8df26 Update 2024-12-30 16:07:35 -08:00
Matt Zhou
0a09ff7dbe wip debug 2024-12-30 16:03:45 -08:00
Matt Zhou
e3623d142c Mock more e2b none 2024-12-30 15:04:08 -08:00
Matt Zhou
87cc9d2516 Mock e2b api none for test_function_return_limit 2024-12-30 14:29:41 -08:00