Commit graph

3 commits

Author SHA1 Message Date
4ad9c7f99b docs: Release v1.0 Final Documentation
- README.md: Add Production Usage, Configuration, and Monitoring guide
- docs/ADD_v0.2.md: Architecture Definition v0.2 (Released v1.0)
2025-12-23 13:20:07 +08:00
dab56e743b feat(phase4): Implement Deployment & Optimization Layer
- Scale docker-compose.yml (5 browser, 20 extractor replicas)
- Add Prometheus and Grafana monitoring services
- Implement persistent Redis TaskWorker in src/orchestrator/worker.py
- Implement MetricsCollector in src/core/monitoring.py
- Implement SessionRecoveryManager in src/core/recovery.py
- Update README.md with production usage guide
- Update root documentation (implementation_plan.md, walkthrough.md)
2025-12-23 13:09:27 +08:00
17a32b1333 Initial commit 2025-12-22 09:12:15 +00:00