Commit Graph

181 Commits

Author SHA1 Message Date
cthomas
33d6eefdf2 feat: add support for project and template in list agent (#901) 2025-02-04 14:57:24 -08:00
cthomas
b4b1546382 feat: add project and template support for modify agent (#892) 2025-02-04 12:35:57 -08:00
Charles Packer
c7d24b6b70 fix: patch error with unbound variable + monkeypatch unit test for function fail returns (#899) 2025-02-04 12:02:20 -08:00
Charles Packer
e55b0e96d0 fix: fix typing on file (#869) 2025-02-03 18:51:04 -08:00
Sarah Wooders
fbd5d9aa90 fix: fix passage listing for sources (#894) 2025-02-03 16:38:14 -08:00
Matthew Zhou
de6193746b fix: Remove terminal tool rules for 2 of the multi agent tools (#888) 2025-02-03 18:59:34 -05:00
cthomas
c2643d9578 fix: azure context length (#879) 2025-02-03 15:17:30 -08:00
cthomas
8d646ac846 chore: remove echo for pg uri (#850) 2025-02-03 15:16:09 -08:00
cthomas
1c119b0eca fix: tool name bug (#891) 2025-02-03 14:54:34 -08:00
Matthew Zhou
211fe4743a fix: Fix composio bugs (#884)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-03 14:09:45 -05: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
mlong93
c3e425c012 fix: failed tool calls will not be called in the subsequent step (#868)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
2025-02-01 16:41:37 -08:00
Matthew Zhou
48089bbc87 feat: Support Langchain tools (#881) 2025-01-31 16:36:35 -08:00
cthomas
9e3e650ee3 fix: protect against nested system message packing (#876) 2025-01-31 12:05:30 -08:00
cthomas
71edaadfd2 fix: pydantic error for tool rules (#862) 2025-01-31 10:25:58 -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
Matthew Zhou
e42d400803 feat: Adjust get_composio_key (#866) 2025-01-30 15:37:00 -08:00
Shubham Naik
6f30d6b6ca Fix desktop app (#865)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
2025-01-30 14:58:02 -08:00
cthomas
50ef876427 feat: support project and template on core (#847) 2025-01-30 12:06:02 -08:00
Matthew Zhou
3a5be5aa38 fix: Disable default OpenAI retry behavior (#856) 2025-01-30 11:37:47 -08:00
Shubham Naik
640500e0fd Revert "fix: only parse user message" (#851) 2025-01-30 09:43:50 -08:00
cthomas
24aea744c1 fix: fern default types for tool rules (#848) 2025-01-29 21:19:42 -08:00
cthomas
803bb7453f fix: only parse user message (#846) 2025-01-29 20:57:54 -08:00
cthomas
b37792c6b8 feat: add routes for steps (#839) 2025-01-29 20:57:09 -08:00
Sarah Wooders
070d702197 fix: fix parsing error in multiagent tool (#845) 2025-01-29 18:52:56 -08:00
Charles Packer
c9361680fb fix: fix fat finger push to main (#849) 2025-01-29 18:02:27 -08:00
cpacker
f3c512f4a1 fix: pass in a dummy key to openai python client if it doesn't exist at inference time 2025-01-29 17:55:54 -08:00
cthomas
619be87a47 feat: add password support for auth header (#832) 2025-01-29 17:04:07 -08:00
cthomas
d3343309b3 feat: add name support to tools.list route (#830) 2025-01-29 16:37:11 -08:00
Sarah Wooders
57d21d766f feat: increase return limit for base tools (#838) 2025-01-29 15:31:39 -08:00
Matthew Zhou
f52200f434 feat: Robustify multi agent tools (#835) 2025-01-29 15:14:15 -08:00
cthomas
92263b1763 fix: make tool rules enum mapping one to one (#826) 2025-01-29 13:49:07 -08:00
Matthew Zhou
de0a0937f7 feat: Restore local sandbox execution (#822) 2025-01-28 17:19:14 -08:00
Matthew Zhou
85a0bad9c8 feat: Make sure local sandbox is run with all local environment variables (#819) 2025-01-28 17:05:01 -08:00
cthomas
98266b90f3 chore: remove nested config in send requests (#813) 2025-01-28 14:58:53 -08:00
cthomas
70ce1902ad fix: drop tool_return_message when using assistant_message (#784) 2025-01-28 14:31:51 -08:00
Matthew Zhou
9c5033e0bd feat: Use Async OpenAI client to prevent blocking server thread (#811) 2025-01-28 14:02:33 -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
cthomas
955835ccc0 feat: update list message response to not be a union (#783) 2025-01-27 17:50:26 -08:00
cthomas
8bd509ea52 feat: migrate list_messages api to use config (#782) 2025-01-27 17:19:56 -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
mlong93
fed9f77ac9 feat: add anthropic streaming (#716)
Co-authored-by: Mindy Long <mindy@letta.com>
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-01-26 17:35:22 -08:00