[project] name = "persona-mcp-space" version = "0.1.0" description = "Agentic MCP Space for personalized travel recommendations" authors = ["Tracy Shen tracyshen301@gmail.com"] 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", "httpx>=0.25.0", "tavily-python>=0.7.5", "idna>=2.0", "huggingface-hub>=0.20.0", "urllib3>=1.26.0,<3.0", "charset-normalizer>=2.0.0", "certifi>=2020.4.5.1", "PyYAML>=5.0", "filelock>=3.0.0", "packaging>=20.0", "fsspec>=2023.0.0", ] [tool.ui] mode = "app"