подключение api к модели через deepagent

This commit is contained in:
Егор Кандрушин 2026-04-03 11:35:35 +03:00
parent 04bb17190e
commit 635986ba70
5 changed files with 864 additions and 13 deletions

View file

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