Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions apps/agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,51 +12,51 @@
# verified: zero direct imports in apps/agent). The one extensions feature we
# use — running any LLM vendor via EXEPAD_LLM_PROVIDER (config.get_agent_model()
# → google.adk.models.lite_llm) — needs only litellm, pinned explicitly below.
google-adk==2.2.0
google-cloud-aiplatform==1.157.0
google-cloud-logging==3.13.0
google-genai==2.12.1
litellm==1.83.7
google-adk==2.5.0
google-cloud-aiplatform==1.163.0
google-cloud-logging==3.16.1
google-genai==2.14.0
litellm==1.94.0

# -----------------------------------------------------------------------------
# Web framework
# -----------------------------------------------------------------------------
fastapi==0.136.1
uvicorn==0.38.0
fastapi==0.141.0
uvicorn==0.52.0

# -----------------------------------------------------------------------------
# HTTP clients
# -----------------------------------------------------------------------------
httpx==0.28.1
aiohttp==3.13.5
aiohttp==3.14.3

# -----------------------------------------------------------------------------
# Data validation
# -----------------------------------------------------------------------------
pydantic==2.12.5
pydantic-settings==2.11.0
json_repair==0.52.3
pydantic==2.13.4
pydantic-settings==2.14.2
json_repair==0.61.7

# -----------------------------------------------------------------------------
# Database / session storage
# -----------------------------------------------------------------------------
SQLAlchemy==2.0.44
aiosqlite==0.21.0
asyncpg==0.30.0
SQLAlchemy==2.0.51
aiosqlite==0.22.1
asyncpg==0.31.0

# -----------------------------------------------------------------------------
# Parsing (validation pipeline + DesignImporter HTML tools)
# -----------------------------------------------------------------------------
sqlparse==0.5.3
sqlparse==0.5.5
tinycss2==1.5.1
tree-sitter==0.23.2
tree-sitter==0.26.0
tree-sitter-typescript==0.23.2
beautifulsoup4==4.12.3
beautifulsoup4==4.15.0

# -----------------------------------------------------------------------------
# Config & logging
# -----------------------------------------------------------------------------
python-dotenv==1.0.1
python-dotenv==1.2.2
structlog==25.5.0

# -----------------------------------------------------------------------------
Expand Down