- proxy/go.mod: github.com/ardenone/zai-proxy → git.ardenone.com/jedarden/zai-proxy - dashboard/go.mod: github.com/ardenone/ardenone-cluster/containers/zai-proxy-dashboard → git.ardenone.com/jedarden/zai-proxy/dashboard - Update all Go import paths in proxy/ and dashboard/ to match new module paths - Add proxy/evaluation/ package (was missing from initial commit) - Add docs/plan/plan.md with architecture, security model, telemetry design, and migration checklist Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
308 B
Text
25 lines
308 B
Text
# Evaluation Framework Requirements
|
|
# Python 3.11+
|
|
|
|
# HTTP client
|
|
httpx>=0.27.0
|
|
|
|
# Data analysis
|
|
pandas>=2.2.0
|
|
numpy>=1.26.0
|
|
|
|
# Statistics
|
|
scipy>=1.13.0
|
|
|
|
# CLI and output
|
|
rich>=13.7.0
|
|
typer>=0.9.0
|
|
|
|
# JSON handling
|
|
pydantic>=2.6.0
|
|
|
|
# Async support
|
|
asyncio>=3.4.3
|
|
|
|
# Environment variables
|
|
python-dotenv>=1.0.0
|