Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add API key auth (AGENTS_API_KEY env var) on /analyze endpoints - Add CORS_ORIGINS env var instead of hardcoded wildcard - Add memory cleanup (30min TTL) and concurrency semaphore (max 3) - Add 10-minute analysis timeout - Fix ticker validation (alphanumeric check) - Remove unused deps (redis, backtrader, parsel, rich, typer, questionary) - Fix pyproject.toml: replace chainlit with actual FastAPI deps - Add .dockerignore, add eval_results/ to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This reverts commit 78ea029a0b.
78ea029a0b
- Added support for running CLI and Ollama server via Docker - Introduced tests for local embeddings model and standalone Docker setup - Enabled conditional Ollama server launch via LLM_PROVIDER