feat: langchain improved

This commit is contained in:
Musa 2026-01-16 13:10:03 -08:00
parent 5cf67a8189
commit 6efaa0cf8d
11 changed files with 1702 additions and 0 deletions

View 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"]