File size: 1,379 Bytes
ca1a2dd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632b414
ca1a2dd
0c69cba
ff0ff26
a1117e3
27259a2
 
b818360
a4d7366
66d6f8d
75896c0
ca1a2dd
 
 
 
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[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",
    "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"