разделение workspace и system файлов, использование CompositeBackend

This commit is contained in:
Егор Кандрушин 2026-04-27 17:14:42 +03:00
parent 74e884179a
commit 7907f57971
7 changed files with 85 additions and 32 deletions

View file

@ -7,8 +7,8 @@ requires-python = ">=3.14"
dependencies = [
"fastapi>=0.135.3",
"uvicorn[standard]>=0.34.0",
"deepagents>=0.1.0",
"deepagents>=0.5.0",
"langchain-openai>=1.1.12",
"composio>=0.11.5",
"composio-langchain>=0.11.5"
"composio-langchain>=0.11.5",
]