Commit Graph

122 Commits

Author SHA1 Message Date
Matthew Zhou
b2c76210a4 feat: Replace all printd in agent.py with the agent logger (#688) 2025-01-16 15:22:49 -08:00
cthomas
02a4f13cb8 fix: manually expose LettaMessageUnion in openapi spec (#682) 2025-01-16 13:19:35 -08:00
Shubham Naik
97e823d29a chore: fix up code to allow letta desktop work properly (#670)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-16 12:00:57 -08:00
Matthew Zhou
e6fdf80971 fix: Add retry decorator to stochastic tests (#678) 2025-01-16 11:17:06 -08:00
Matthew Zhou
f1bbcb1836 chore: Merge OSS (#674)
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: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Caren Thomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Jyotirmaya Mahanta <jyotirmaya.mahanta@gmail.com>
Co-authored-by: Stephan Fitzpatrick <knowsuchagency@gmail.com>
Co-authored-by: Stephan Fitzpatrick <stephan@knowsuchagency.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-16 11:06:36 -08:00
Matthew Zhou
04edf2231d chore: Bump composio version to 0.6.15 (#672) 2025-01-16 10:36:53 -08:00
Matthew Zhou
2a31a7fbd5 feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -08:00
cthomas
b50d9f8c4a chore: add unit tests for sdk client (#663) 2025-01-15 17:17:27 -08:00
mlong93
b9775ca3b4 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
3037ba467b feat: single tool rule test case (#666)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-15 11:42:40 -08:00
cthomas
1e02047937 fix: async message doc return type (#664) 2025-01-15 11:31:18 -08:00
Matthew Zhou
15a31da0a3 chore: Move send_message_to_agent (#665) 2025-01-15 11:15:52 -08:00
mlong93
f10b87e8fa 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
b92370cdad feat: Added list_tags route (#645)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-14 13:33:55 -08:00
Shubham Naik
996377fb76 fix: createAgent issue (#639)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-14 08:41:04 -08:00
Matthew Zhou
69b99ba6ea fix: Force recreate all e2b sandboxes on tool execution (#637) 2025-01-13 18:11:24 -08:00
mlong93
972e03f618 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
4fde11e156 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
2ea5103f0c fix: changed all instances of 16384 to 8192 (gpt4 context window) (#605) 2025-01-13 14:12:31 -08:00
Matthew Zhou
a1cae622b7 fix: Include at least a system message during agent reset (#631) 2025-01-13 13:13:37 -08:00
Shubham Naik
d496c82a64 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
1cc7dd1747 chore: Deprecate module field on tool (#600) 2025-01-13 10:42:23 -08:00
Matthew Zhou
c1e69404cb 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
04a6a89785 fix: propagate use_assistant_message through send paths (#615) 2025-01-13 10:26:53 -08:00
Charles Packer
7d04fe2cb9 fix: patch gpt4omini bug (#619) 2025-01-12 17:34:25 -08:00
mlong93
e457f02896 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
aed479c572 docs: patch tools docs and composio docs (#534) 2025-01-10 19:16:34 -08:00
Matthew Zhou
e2c4d15037 chore: Remove deprecated_tool mentions everywhere (#598) 2025-01-10 17:31:04 -08:00
Matthew Zhou
508762eb52 fix: Fix offline memory test (#597) 2025-01-10 17:25:54 -08:00
Matthew Zhou
2856dcd679 fix: Adjust type of args to any for ToolRunFromSource (#593) 2025-01-10 16:04:47 -08:00
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