Spaces:
Sleeping
Sleeping
File size: 701 Bytes
f869dc9 5cce88b f869dc9 6a0d993 ec96f6b 64462d2 8ce2519 ec96f6b 8ce2519 f869dc9 e33886d f869dc9 e33886d f869dc9 64462d2 e33886d 8ce2519 ec96f6b 64462d2 8ce2519 f869dc9 5cce88b c06d66f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | [project]
name = "ai-agent-from-scratch"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"chromadb>=1.0.20",
"datasets>=4.5.0",
"fastapi>=0.100.0",
"fastmcp>=2.11.3",
"ipykernel>=7.1.0",
"litellm>=1.81.3",
"mcp>=1.13.1",
"openai>=1.101.0",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"pydantic>=2.11.7",
"pymupdf>=1.26.7",
"python-dotenv>=1.1.1",
"python-multipart>=0.0.6",
"scikit-learn>=1.0.0",
"tavily-python>=0.7.11",
"tqdm>=4.67.1",
"uvicorn>=0.23.0",
"wikipedia>=1.4.0",
]
[tool.setuptools.packages.find]
include = ["agent_framework*", "examples*"]
|