mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
feat: langchain improved
This commit is contained in:
parent
5cf67a8189
commit
6efaa0cf8d
11 changed files with 1702 additions and 0 deletions
26
demos/use_cases/multi_frameworks/pyproject.toml
Normal file
26
demos/use_cases/multi_frameworks/pyproject.toml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[project]
|
||||
name = "multi-framework-agents"
|
||||
version = "0.1.0"
|
||||
description = "Multi-Framework Travel Agents - CrewAI and LangChain integration"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"click>=8.2.1",
|
||||
"pydantic>=2.11.7",
|
||||
"fastapi>=0.115.0",
|
||||
"uvicorn>=0.30.0",
|
||||
"openai>=1.0.0",
|
||||
"httpx>=0.24.0",
|
||||
"opentelemetry-api>=1.20.0",
|
||||
"crewai[tools]>=0.70.0",
|
||||
"langchain>=1.0.0",
|
||||
"langchain-core>=1.0.0",
|
||||
"langchain-openai>=0.3.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["crewai", "langchain"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue