PersonaTrip-Agent / pyproject.toml
tracyshen301
Configure Git LFS for image assets and prepare for push
ca1a2dd
raw
history blame
1.13 kB
[project]
name = "persona-mcp-space"
version = "0.1.0"
description = "Agentic MCP Space for personalized travel recommendations"
authors = ["Tracy Shen [email protected]"]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio>=4.29.0",
"fastmcp>=0.1.1",
"langgraph>=0.0.30",
"llama-index>=0.10.36",
"pillow",
"openai",
"tqdm",
"requests",
"python-dotenv",
"gradio-client>=1.10.2",
"mcp>=1.9.2",
"agent>=0.1.3",
"pymongo>=4.13.0",
"cloudinary>=1.44.0",
"langgraph-prebuilt>=0.2.2",
"langchain-core>=0.3.63",
"langgraph-checkpoint-sqlite>=2.0.10",
"anthropic>=0.52.2",
"qdrant-client>=1.14.2",
"llama-index-vector-stores-qdrant>=0.6.0",
"llama-index-readers-file>=0.4.8",
"llama-index-embeddings-fastembed>=0.3.2",
"llama-index-llms-openai>=0.4.3",
"llama-index-embeddings-clip>=0.4.0",
"torch>=2.7.1",
"torchvision>=0.22.1",
"llama-index-llms-anthropic>=0.7.2",
"llama-index-embeddings-huggingface>=0.5.4",
"sentence-transformers>=4.1.0",
"tavily-python>=0.7.5",
]
[tool.ui]
mode = "app"