Commit Graph

8 Commits

Author SHA1 Message Date
ole 55d93894ac feat(refactor): Document refactoring progress and phases in markdown
feat(scripts): Add backfill script for content_hash in cache tables

feat(scripts): Create recompute script for analysis_cache population

test(tests): Implement comprehensive tests for analysis module functions

fix(tests): Update CLI tests to assert errors on stderr instead of stdout

fix(tests): Adjust MCP integration tests to pass context parameter correctly

fix(tests): Modify service tests to return hash on save functions for consistency
2026-05-29 15:16:57 +00:00
ole 5b772b2ae5 Enhance analysis functionality with parallel fetching and response shaping; add image processing for unit images 2026-05-26 20:50:58 +00:00
ole 22f30ebf00 Implement caching strategy for analysis results and enhance hash-aware data fetching 2026-05-26 13:54:49 +00:00
ole 46fd22c277 Enhance Docker and Compose configurations; add health check endpoint and caching improvements
- Updated Dockerfile to include FINN_CACHE_PATH and create data directory.
- Modified docker-compose.prod.yml to expose port 8010 and adjust resource limits.
- Updated docker-compose.yml to include FINN_CACHE_PATH and ensure proper port mapping.
- Added health check endpoint in http_server.py for container orchestration.
- Improved caching logic in analysis.py and service.py for similar units.
- Refined scoring.py with updated scoring model and constants for better accuracy.

Co-authored-by: Copilot <copilot@github.com>
2026-05-26 12:10:00 +00:00
ole d3f4bfa838 scoring and analyzsis 2026-05-23 07:43:30 +00:00
ole c9383788de update
Co-authored-by: Copilot <copilot@github.com>
2026-05-18 21:31:52 +00:00
ole 71cc9c86a0 phase 2 2026-05-16 16:14:01 +00:00
ole 1399f61c1a initial 2026-05-16 06:54:17 +00:00