Commit Graph

87 Commits

Author SHA1 Message Date
cthomas
31130a6d28 feat: make identities many to many (#1085) 2025-02-20 16:33:24 -08:00
cthomas
59d7644b86 chore: read project slug from header (#1062) 2025-02-19 22:17:00 -08:00
Shubham Naik
b62a1e507f feat: add create identity (#1064) 2025-02-19 22:16:21 -08:00
Sarah Wooders
1bf644d7fd feat: finish bedrock integration and add docs (#1072) 2025-02-19 18:08:15 -08:00
Sarah Wooders
72875c7f63 feat: add "always continue" tool rule and configure default tool rules (#1033)
Co-authored-by: Shubham Naik <shub@letta.com>
2025-02-19 14:46:37 -08:00
cthomas
0def2b875f feat: add remaining identities routes (#1049)
same as #1010
2025-02-18 17:14:54 -08:00
cthomas
85a043c11e feat: add identifier key to agents (#1043)
same as https://github.com/letta-ai/letta-cloud/pull/1004
2025-02-18 16:06:09 -08:00
Kevin Lin
7173d5cefb 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
b4bb5a5cc3 feat: add identites to ORM (#1003) 2025-02-17 09:21:53 -08:00
cthomas
8841c3dd78 feat: add project slug to request header for create agent (#993) 2025-02-17 08:21:24 -08:00
Sarah Wooders
3d2c28d938 feat: don't throw error if name passed in for Google (just print a warning) (#1017) 2025-02-16 21:45:36 -08:00
Matthew Zhou
9ee53a0eaa feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
Sarah Wooders
fd8933c447 feat: google vertex integration (#980) 2025-02-12 18:06:26 -08:00
Matthew Zhou
f0700c3c1c feat: Add logic for "stateless" agents (#984) 2025-02-12 17:13:07 -08:00
cthomas
55868eb41e fix: drop name param for anthropic messages (#982) 2025-02-12 16:36:16 -08:00
Matthew Zhou
ca43ffb474 feat: Add message_buffer_autoclear field to Agent (#978) 2025-02-12 15:06:56 -08:00
Charles Packer
68f6239342 fix: add prefix fill support for Claude to try and boost haiku performance (#958) 2025-02-10 22:36:47 -08:00
Kevin Lin
e858871ccb fix: add max tokens (#795)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-10 20:28:03 -08:00
cthomas
89fef2d45d feat: add model_endpoint to steps table (#902) 2025-02-05 11:16:33 -08:00
cthomas
b4b1546382 feat: add project and template support for modify agent (#892) 2025-02-04 12:35:57 -08:00
cthomas
e91a38d33d feat: add support for projects and templates in create agent (#858) 2025-02-03 10:19:41 -08:00
Charles Packer
66644199ed chore: fix lmstudio embeddings (#887) 2025-02-02 15:18:14 -08:00
Matthew Zhou
48089bbc87 feat: Support Langchain tools (#881) 2025-01-31 16:36:35 -08:00
Matthew Zhou
dcf0ab50d7 feat: Custom pip package installations when using local sandbox w/ venv (#867)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2025-01-30 18:19:08 -08:00
cthomas
50ef876427 feat: support project and template on core (#847) 2025-01-30 12:06:02 -08:00
cthomas
24aea744c1 fix: fern default types for tool rules (#848) 2025-01-29 21:19:42 -08:00
cthomas
92263b1763 fix: make tool rules enum mapping one to one (#826) 2025-01-29 13:49:07 -08:00
cthomas
98266b90f3 chore: remove nested config in send requests (#813) 2025-01-28 14:58:53 -08:00
cthomas
7bc59d6612 feat: flatten content field in user message [RETRY] (#809) 2025-01-28 13:41:45 -08:00
cthomas
3e0f9b995f feat: add support for use_assistant_message in list_messages (#804) 2025-01-28 13:39:53 -08:00
cthomas
5ef26daf03 fix: reasoning messages dropped for gpt-4 (#803) 2025-01-28 13:39:18 -08:00
cthomas
530886a9cd revert: "feat: flatten content field in user message" (#808) 2025-01-28 11:06:30 -08:00
cthomas
148a44f165 feat: flatten content field in user message (#781) 2025-01-28 10:32:44 -08:00
Charles Packer
7764eba8a1 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
cthomas
ccc546a258 fix: handle nulls correctly for content field (#779) 2025-01-27 16:23:16 -08:00
Matthew Zhou
1e504a0b2b feat: Add voice-compatible chat completions endpoint (#774) 2025-01-27 14:25:05 -08:00
Charles Packer
0225ca5381 fix: fix lmstudio docker (#788) 2025-01-26 19:19:31 -08:00
Charles Packer
d54e4fd4ac feat: lmstudio support via /v1/chat/completions proxy route (#724) 2025-01-24 15:08:23 -08:00
Matthew Zhou
03fe297846 fix: Remove name from Create/Update tool (#741)
Co-authored-by: Caren Thomas <caren@letta.com>
2025-01-24 10:55:23 -08:00
cthomas
b8ea2dc0b2 fix: handles bug (#765) 2025-01-23 20:25:30 -08:00
cthomas
df8e945fe9 feat: add content union type for requests (#762) 2025-01-23 20:25:00 -08:00
cthomas
c6293f2ac9 feat: extend message model to support more content types (#756) 2025-01-23 17:24:52 -08:00
Kevin Lin
8a8ce46763 chore: add temperature to LLMConfig (#735)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-01-23 15:55:47 -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
6df78dae91 feat: add custom handle overrides for llm configs (#479) 2025-01-23 09:50:07 -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
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
Matthew Zhou
50de3cb4b7 feat: Rework summarizer (#654) 2025-01-22 11:19:26 -08:00
cthomas
37e87a9e3e chore: rename llm handle field to model in create agent req (#718) 2025-01-21 17:55:39 -08:00