mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 15:52:44 +02:00
implementing through crewai
This commit is contained in:
parent
12d5907423
commit
5105baa74d
3 changed files with 655 additions and 395 deletions
|
|
@ -9,6 +9,7 @@ dependencies = [
|
|||
"uvicorn>=0.30.0",
|
||||
"pydantic>=2.11.7",
|
||||
"crewai>=0.80.0",
|
||||
"crewai-tools>=0.12.0",
|
||||
"openai>=1.0.0",
|
||||
"httpx>=0.24.0",
|
||||
"streamlit>=1.40.0",
|
||||
|
|
@ -17,6 +18,7 @@ dependencies = [
|
|||
"opentelemetry-exporter-otlp>=1.20.0",
|
||||
"opentelemetry-instrumentation-fastapi>=0.41b0",
|
||||
"python-dotenv>=1.0.0",
|
||||
"langchain-openai>=0.1.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue