Commit Graph

1840 Commits

Author SHA1 Message Date
Sarah Wooders
a3e1cd4d2b bump version 2025-01-20 11:13:55 -08:00
Sarah Wooders
f4848c0a5b fix: fix types in azure provider and add steps table (#2359) 2025-01-20 11:11:41 -08:00
Sarah Wooders
fb6ae223db Merge branch 'main' into fix-azure 2025-01-20 11:06:45 -08:00
Charles Packer
eda6020712 fix: patch typo in azure provider that broke it (#705) 2025-01-20 10:41:37 -08:00
Sarah Wooders
8ed332e137 chore: remove old tests from core (#696) 2025-01-20 10:40:14 -08:00
Charles Packer
8200248dca fix: patch the ordering of the prints to come before vs after shutdown (#568) 2025-01-19 15:25:32 -08:00
Charles Packer
d54970cb6d docs: update the quickstart guide (+ misc fixes) (#701) 2025-01-18 14:16:12 -08:00
cthomas
551cc0820c feat: add schema/db for new steps table (#669) 2025-01-18 12:20:10 -08:00
mlong93
8583c72cb5 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
19dbc9691a chore: Migrate to anthropic sdk (#693)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-17 15:22:01 -08:00
Shubham Naik
690cfd2452 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
02cca70d78 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
c87da17ced fix: Fix missing alembic migration commands (#686)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-16 18:03:51 -08:00
cthomas
8bd695f64b chore: migrate examples to use latest sdk ver (#690) 2025-01-16 17:06:57 -08:00
Matthew Zhou
0ddfc1a6d4 feat: Deprecate exec in agent loop and use ast for parsing instead (#691) 2025-01-16 16:39:56 -08:00
Matthew Zhou
82a97c4c53 feat: Replace all printd in agent.py with the agent logger (#688) 2025-01-16 15:22:49 -08:00
cthomas
df00fd2210 fix: manually expose LettaMessageUnion in openapi spec (#682) 2025-01-16 13:19:35 -08:00
Shubham Naik
8042d6bf17 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
20fa24bc78 chore: Various bug fixes (#2356)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: mlong93 <35275280+mlong93@users.noreply.github.com>
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: cthomas <caren@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: dboyliao <qmalliao@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>
2025-01-16 11:56:13 -08:00
Matthew Zhou
dfe5e2a548 fix: Add retry decorator to stochastic tests (#678) 2025-01-16 11:17:06 -08:00
Matthew Zhou
1e50e6488e 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
d80d27aec9 chore: Bump composio version to 0.6.15 (#672) 2025-01-16 10:36:53 -08:00
Matthew Zhou
d110378146 feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -08:00
cthomas
00d235d014 chore: add unit tests for sdk client (#663) 2025-01-15 17:17:27 -08:00
mlong93
e4700fdfe1 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
30eeaa9f46 feat: single tool rule test case (#666)
Co-authored-by: Mindy Long <mindy@letta.com>
2025-01-15 11:42:40 -08:00
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
Sarah Wooders
a2e0141c45 feat: bump version to 0.6.9 (#2350) 2025-01-10 19:26:38 -08:00
Sarah Wooders
fc4026a676 bump version 2025-01-10 19:26:08 -08:00
Charles Packer
cd22669a8a docs: patch tools docs and composio docs (#534) 2025-01-10 19:16:34 -08:00
Sarah Wooders
8d33e55d12 feat: update Tool schemas and improve provider integration (#2349) 2025-01-10 19:01:27 -08:00
Sarah Wooders
b76ed2487c Merge branch 'main' into update-schemas 2025-01-10 18:55:41 -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