Commit Graph

263 Commits

Author SHA1 Message Date
Charles Packer
a1cc16dd5a fix: stop printing composio update message on server exit (#966) 2025-02-17 14:10:11 -08:00
cthomas
f4d02c2888 chore: add otel collector configs for kub cluster (#942) 2025-02-17 09:57:20 -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
Sarah Wooders
4c73290281 feat: use function calling mode ANY for vertex (#1008)
Co-authored-by: cpacker <packercharles@gmail.com>
2025-02-14 18:14:01 -08:00
Matthew Zhou
10e58e417f chore: Feb 14th Sync (#1007) 2025-02-14 14:21:11 -08:00
Matthew Zhou
7dc98969a8 feat: Fix VLLM tool_choice (#1001) 2025-02-14 11:59:32 -08:00
Matthew Zhou
6e25d2fe2e feat: Improve composio error handling (#979) 2025-02-13 17:02:16 -08:00
Sarah Wooders
2d4df68719 fix: add tests for vertex and add file (#994) 2025-02-13 16:45:21 -08:00
Matthew Zhou
9ee53a0eaa feat: Composio tools execute on-the-fly (#999) 2025-02-13 16:13:29 -08:00
cthomas
b32bee5aa6 feat: add default context window (#995)
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-02-13 15:37:38 -08:00
Matthew Zhou
767b47227d chore: Remove overly verbose warning (#986) 2025-02-13 10:17:53 -08:00
Sarah Wooders
80dcaf82c4 feat: add new tutorial notebook and tool rules and visualization (#987) 2025-02-12 22:18:46 -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
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