Commit Graph

247 Commits

Author SHA1 Message Date
cthomas
efdfbf33ce fix: catch tool parsing errors in api layer (#983) 2025-02-12 16:45:18 -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
Matthew Zhou
de17fe235d feat: Add telemetry logging around agent / multi-agent broadcasting (#971) 2025-02-12 13:27:13 -08:00
Matthew Zhou
9fd8d2f56b fix: Refactor listing messages to be much more performant (#963) 2025-02-12 10:32:38 -08:00
Sarah Wooders
b8bd29e5f0 chore: merge changes from oss (#964) 2025-02-11 17:20:23 -08:00
Matthew Zhou
d17f742c10 chore: Add large scale many-messages test (#959) 2025-02-11 10:11:41 -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
Matthew Zhou
308e6ce215 fix: Fix trailing } in chat completions interface (#842) 2025-02-10 15:45:13 -08:00
Matthew Zhou
742677e244 feat: Make multi agent parallelism configurable (#937) 2025-02-06 12:34:24 -05:00
cthomas
fb2ea78999 feat: support pw in auth header in ade (#921) 2025-02-05 14:21:32 -08:00
cthomas
7bc5fab2b1 fix: revert sandbox error message (#904) 2025-02-05 13:54:18 -08:00
Matthew Zhou
dbd2190961 fix: Robust new streaming interface for multi-agent tooling (#907) 2025-02-05 16:20:52 -05:00
cthomas
89fef2d45d feat: add model_endpoint to steps table (#902) 2025-02-05 11:16:33 -08:00
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
cthomas
7126287b4d ci: make pre-commit oss compatible (#841)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-01-31 09:09:29 -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
Charles Packer
15ad7b710f docs: update sdk examples misc (#836) 2025-01-29 21:10:26 -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
46409a7b90 docs: fix python examples (#829) 2025-01-29 14:13:22 -08:00