Commit Graph

154 Commits

Author SHA1 Message Date
cthomas
fa2fe8ec7c feat: support custom llm configs (#737) 2025-01-23 10:13:05 -08:00
Shubham Naik
c97e5512f7 chore: do not render windows characters (#745)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-23 10:01:28 -08:00
cthomas
6df78dae91 feat: add custom handle overrides for llm configs (#479) 2025-01-23 09:50:07 -08:00
cthomas
36c30a5471 fix: remove manual step logging (#738) 2025-01-22 21:07:23 -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
cthomas
e6fb7415a4 chore: rename routes get->retrieve and update->modify (#733) 2025-01-22 18:42:22 -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
c589e7cafb chore: rename /archival to /archival_memory (#719) 2025-01-21 18:51:42 -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
91b60b73a0 chore: rename variables to memory_variables (#722) 2025-01-21 17:38:39 -08:00
cthomas
4bb83efc00 chore: remove get_tool_id_by_name (#720) 2025-01-21 17:38:16 -08:00
cthomas
781b24bc50 fix: replace put->patch for update route (#714) 2025-01-21 17:27:10 -08:00
cthomas
1cd123ab52 chore: remove memory/recall, memory/archival and memory/messages routes (#713) 2025-01-21 17:26:57 -08:00
Charles Packer
a82a146574 docs: patch typo in api docs (#708) 2025-01-21 15:02:43 -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
Charles Packer
dd21969476 fix: patch typo in azure provider that broke it (#705) 2025-01-20 10:41:37 -08:00
Sarah Wooders
8247b7a29a chore: remove old tests from core (#696) 2025-01-20 10:40:14 -08:00
Charles Packer
75fea08661 fix: patch the ordering of the prints to come before vs after shutdown (#568) 2025-01-19 15:25:32 -08:00
Charles Packer
541d29d0b7 docs: update the quickstart guide (+ misc fixes) (#701) 2025-01-18 14:16:12 -08:00
cthomas
ef6fce8e0f feat: add schema/db for new steps table (#669) 2025-01-18 12:20:10 -08:00
mlong93
13dfe4adbd feat: add error handling for bedrock on server (#698)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-17 17:43:33 -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
Shubham Naik
492f01ac52 chore: fix letta server file read issue (#685)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-17 14:08:55 -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
Matthew Zhou
10d4dcac7d fix: Fix missing alembic migration commands (#686)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-16 18:03:51 -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
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