Commit Graph

44 Commits

Author SHA1 Message Date
Charles Packer
fe4132cd9a feat: gpt-4.1 support (#1713) 2025-04-14 21:53:29 -07:00
cthomas
2d905d3fdd feat: add view in editor tool for sleeptime agent (#1589) 2025-04-07 17:22:37 -07:00
cthomas
d28eff53fd feat: add archival insert and search tools to sleeptime (#1576) 2025-04-04 22:24:32 -07:00
cthomas
7837a33ac9 feat: enable sleeptime agent creation (#1523) 2025-04-02 14:12:11 -07:00
Charles Packer
22c7c71c66 feat: initial MCP support (#1229)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-03-12 17:33:24 -07:00
Matthew Zhou
a350782193 feat: Modify multi agent broadcast for partial matching (#1208) 2025-03-06 13:26:59 -08:00
Sarah Wooders
906308fb0a feat: insert system message when source is attached (#1158) 2025-03-04 14:26:06 -08:00
cthomas
ffb4fd101a feat: enable mounting local tools dir to container (#1119) 2025-03-04 13:18:23 -08:00
Charles Packer
6baca7997f feat: gpt-4.5-preview support (#1156) 2025-02-27 19:01:09 -08:00
cthomas
28122d64e9 feat: add setting for max context window size and persist for ADE (#1124) 2025-02-27 14:21:06 -08:00
Matthew Zhou
03010d262a feat: Add tool calling to fast chat completions (#1109) 2025-02-25 15:13:35 -08:00
Kevin Lin
7828d77616 feat: support deepseek models (#821)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-18 15:28:01 -08:00
cthomas
8097b1e98a feat: add default context window (#995)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-13 15:37:38 -08:00
Matthew Zhou
9a9bcbc0c5 feat: Make multi agent parallelism configurable (#937) 2025-02-06 12:34:24 -05:00
Matthew Zhou
ea55cc6bdb fix: Robust new streaming interface for multi-agent tooling (#907) 2025-02-05 16:20:52 -05:00
Sarah Wooders
52d2409409 feat: increase return limit for base tools (#838) 2025-01-29 15:31:39 -08:00
Charles Packer
952471c578 fix: new versions of send_message_to_agent that are async (#725)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-01-27 17:11:44 -08:00
Matthew Zhou
cd75ebe51c feat: Rework summarizer (#654) 2025-01-22 11:19:26 -08:00
Matthew Zhou
9a5af1e8e8 feat: Native agent to agent messaging (#668) 2025-01-16 10:36:15 -08:00
Matthew Zhou
629db6ad69 feat: Adjust tool execution sandbox to be under ~/.letta (#591) 2025-01-10 15:17:16 -08:00
Matthew Zhou
14a13b80b0 feat: Add tool_type column (#576) 2025-01-10 14:52:15 -08:00
Matthew Zhou
d008a04c44 chore: Deprecate O1 Agent (#573) 2025-01-09 15:40:31 -08:00
Matthew Zhou
9a0613bdad feat: Pass in entity_id explicitly to auto-gen composio tool (#535) 2025-01-07 14:03:15 -08:00
cthomas
50c3e004a8
fix: propagate error on tool failure (#2281)
Co-authored-by: Caren Thomas <caren@caren-mac.local>
2024-12-20 16:38:16 -08:00
Matthew Zhou
372fa1d59f
chore: Add testing around base tools (#2268) 2024-12-17 15:46:05 -08:00
cthomas
e32417e988
feat: Add optional llm and embedding handle args to CreateAgent request (#2260) 2024-12-17 15:31:19 -08:00
mlong93
184565109b
feat: Adding init tool rule for Anthropic endpoint (#2262)
Co-authored-by: Mindy Long <mindy@letta.com>
2024-12-17 15:21:10 -08:00
mlong93
d71f435fea
feat: message orm migration (#2144)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2024-12-06 11:50:15 -08:00
Sarah Wooders
d30972cee0
feat: refactor agent memory representation and modify routes for editing blocks (#2094)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2024-11-27 16:04:13 -08:00
Charles Packer
e67ad36f21
fix: boost default char limit to 5k for core memory blocks (#2089) 2024-11-22 11:13:56 -08:00
Matthew Zhou
ae083fc205
feat: Sandboxing for tool execution (#2040)
Co-authored-by: Caren Thomas <carenthomas@Jeffs-MacBook-Pro-2.local>
Co-authored-by: Caren Thomas <carenthomas@jeffs-mbp-2.lan>
Co-authored-by: Caren Thomas <carenthomas@Jeffs-MBP-2.hsd1.ca.comcast.net>
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-11-22 10:34:08 -08:00
Matthew Zhou
746efc4c06
fix: Fix security vuln with file upload (#2067) 2024-11-19 17:07:04 -08:00
Charles Packer
05045debc9
feat: support togetherAI via /completions (#2045) 2024-11-18 15:15:05 -08:00
Charles Packer
b529588907
fix: misc fixes (bad link to old docs, composio print statement, context window selection) (#1992) 2024-11-06 16:38:16 -08:00
Matthew Zhou
5ccb1eba9b
feat: Add endpoint to add base tools to an org (#1971) 2024-11-01 15:42:43 -07:00
Matthew Zhou
85d72284f2
fix: Fix create organization bug (#1956) 2024-10-30 13:55:48 -07:00
Matthew Zhou
6b330d7376
feat: Add orm for Tools and clean up Tool logic (#1935) 2024-10-25 14:25:40 -07:00
Matthew Zhou
5253b0475e
feat: Add ORM for user model (#1924) 2024-10-23 10:28:00 -07:00
Matthew Zhou
ab3431f56a
feat: Add ORM for organization model (#1914) 2024-10-22 14:47:09 -07:00
Matthew Zhou
960303615d
feat: Add default external tools (#1899)
Co-authored-by: Matt Zhou <mattzhou@Matts-MacBook-Pro.local>
2024-10-17 10:26:37 -07:00
Sarah Wooders
2187228576
feat: add support for agent "swarm" (multi-agent) (#1878) 2024-10-15 15:50:47 -07:00
Charles Packer
60b51b4847
fix: add missing hardcodings for popular OpenAI models (#1863) 2024-10-10 10:19:41 -07:00
Charles Packer
896d52b15c
feat: add back support for using AssistantMessage subtype of LettaMessage (#1812) 2024-10-04 15:36:33 -07:00
Sarah Wooders
85faf5f474
chore: migrate package name to letta (#1775)
Co-authored-by: Charles Packer <packercharles@gmail.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2024-09-23 09:15:18 -07:00