Commit Graph

1790 Commits

Author SHA1 Message Date
cthomas
094d86d7cd fix: async message doc return type (#664) 2025-01-15 11:31:18 -08:00
Matthew Zhou
29b9896c41 chore: Move send_message_to_agent (#665) 2025-01-15 11:15:52 -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
Shubham Naik
d407adef1d fix: createAgent issue (#639)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-14 08:41:04 -08:00
Matthew Zhou
4a1c397c08 fix: Force recreate all e2b sandboxes on tool execution (#637) 2025-01-13 18:11:24 -08:00
mlong93
f87bc2414c fix: tool attachment bug for agent creation (#635)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-13 17:06:21 -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
Charles Packer
1272ba6612 fix: changed all instances of 16384 to 8192 (gpt4 context window) (#605) 2025-01-13 14:12:31 -08:00
Matthew Zhou
563454d24a fix: Include at least a system message during agent reset (#631) 2025-01-13 13:13:37 -08:00
Shubham Naik
c6260983a9 chore: move project_id to project slug (#620)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-13 10:47:47 -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
cthomas
10b3dd670f fix: propagate use_assistant_message through send paths (#615) 2025-01-13 10:26:53 -08:00
Charles Packer
576d5a77e1 fix: patch gpt4omini bug (#619) 2025-01-12 17:34:25 -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
Charles Packer
cd22669a8a docs: patch tools docs and composio docs (#534) 2025-01-10 19:16:34 -08:00
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