Commit Graph

68 Commits

Author SHA1 Message Date
Matthew Zhou
d4c0264e95 feat: Hard deleting a Block will also reflect for all relevant AgentStates (#757) 2025-01-23 16:50:06 -08:00
Matthew Zhou
3ed216673e feat: Use official OpenAI client (#752) 2025-01-23 15:45:06 -08:00
mlong93
d6be7809d0 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
fa2fe8ec7c feat: support custom llm configs (#737) 2025-01-23 10:13:05 -08:00
cthomas
f5bcef2657 chore: rename metadata_ field to metadata in pydantic (#732) 2025-01-22 19:05:41 -08:00
Sarah Wooders
2204d92f3b chore: remove old OpenAI routers (#717) 2025-01-22 19:04:40 -08:00
Matthew Zhou
605f376279 fix: Improvements Jan 22 (#734)
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: Nuno Rocha <nunuroxa@gmail.com>
Co-authored-by: Theo Conrads <theo.conrads@ella-lab.io>
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>
Co-authored-by: Krishnakumar R (KK) <65895020+kk-src@users.noreply.github.com>
2025-01-22 16:57:35 -08:00
Matthew Zhou
90ccc29359 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
c9e18e66f1 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
50de3cb4b7 feat: Rework summarizer (#654) 2025-01-22 11:19:26 -08:00
cthomas
cabb04c005 fix: rename memory/block routes to core_memory/blocks (#711) 2025-01-21 18:03:04 -08:00
cthomas
37e87a9e3e chore: rename llm handle field to model in create agent req (#718) 2025-01-21 17:55:39 -08:00
cthomas
4bb83efc00 chore: remove get_tool_id_by_name (#720) 2025-01-21 17:38:16 -08:00
Charles Packer
208933b798 fix: patch use_assistant_message flag on the server (#704)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-01-20 13:17:45 -08:00
cthomas
ef6fce8e0f feat: add schema/db for new steps table (#669) 2025-01-18 12:20:10 -08:00
mlong93
75fcf297d2 chore: Migrate to anthropic sdk (#693)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-17 15:22:01 -08:00
mlong93
e9790d07ca feat: add support for AWS Bedrock (Anthropic) (#689)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-17 11:42:21 -08:00
cthomas
62cec2d757 chore: migrate examples to use latest sdk ver (#690) 2025-01-16 17:06:57 -08:00
Matthew Zhou
adc9095075 feat: Deprecate exec in agent loop and use ast for parsing instead (#691) 2025-01-16 16:39:56 -08:00
Matthew Zhou
e6fdf80971 fix: Add retry decorator to stochastic tests (#678) 2025-01-16 11:17:06 -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
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
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
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
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
Matthew Zhou
508762eb52 fix: Fix offline memory test (#597) 2025-01-10 17:25:54 -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
cthomas
f97d4707ec feat: add updated_at timestamp to provider and bump on write (#574) 2025-01-10 11:16:53 -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
Matthew Zhou
0219b361b8 fix: Pass back and parse composio errors correctly (#547) 2025-01-08 12:12:11 -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
Matthew Zhou
c03efab358 fix: Fix per-agent environment variable updates (#527) 2025-01-07 11:19:31 -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
9cd326ddb8 feat: Allow per-agent tool execution environment variables (#509) 2025-01-05 21:06:38 -08:00