File size: 965 Bytes
a99d711
5cb5f85
a99d711
5cb5f85
a99d711
5cb5f85
a99d711
5cb5f85
 
 
 
 
 
 
 
 
79af907
 
5cb5f85
 
 
 
 
 
 
 
 
 
8aae544
a47e7a1
 
5cb5f85
a47e7a1
 
a711bed
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
[project]
name = "chief-joy-officer"
version = "0.1.0"
description = "AI-powered Chief Joy Officer for social activity recommendations"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "chainlit>=1.3.2",
    "fastapi[standard]>=0.115.6",
    "httpx>=0.27.0",
    "langchain>=0.3.13",
    "langchain-community>=0.3.13",
    "langchain-core>=0.1.27",
    "langgraph>=0.2.60",
    "langchain-openai>=0.2.14",
    "pydantic>=2.10.0",
    "langgraph-checkpoint-sqlite>=2.0.1",
    "aiosqlite>=0.20.0",
    "python-dotenv>=1.0.1",
    "elevenlabs>=1.50.3",
    "groq>=0.13.1",
    "langchain-groq>=0.2.2",
    "pydantic-settings>=2.7.0",
    "pre-commit>=4.0.1",
    "supabase>=2.11.0",
    "langgraph-checkpoint-duckdb>=2.0.1",
    "duckdb>=1.1.3",
    "qdrant-client>=1.12.1",
    "langchain-qdrant>=0.2.0",
    "beautifulsoup4==4.13.3",
    "typing-extensions>=4.9.0",
    "sentence-transformers>=3.3.1",
    "together>=1.3.10",
    "uuid==1.30"
]