MicroFish/backend
renancloudwalk 7adc361249
feat(swarm): v15 parallel run + gate-25 deepdive SQL + gate-23 token count + gate-8 examples
- tools/parallel_run_v15.sh: run A/B/C/controls concurrently with shared concurrency budget (~152) over the SSH tunnel; ~2.7x faster than sequential
- backend/sql/deepdive_universe.sql: gate-25 Tier-2 top-N-by-market-cap deep-dive universe, deterministic, null-safe
- tests/test_sql_contracts.py: deepdive_universe.sql contract test
- run_tiered_swarm.py: gate-23 record screen_dossier_token_count (B,C)
- backend/scripts/extract_examples.py + tests/test_extract_examples.py: gate-8 curated example extractor (flip/tie-break/opposing roles)
- tools/live_run_v15.sh, make_acceptance_v15.sh: live + acceptance helpers
34 targeted tests pass.
2026-07-16 07:18:52 -03:00
..
app refactor: add type hints and FileParser.is_supported() helper 2026-05-23 14:57:46 +08:00
scripts feat(swarm): v15 parallel run + gate-25 deepdive SQL + gate-23 token count + gate-8 examples 2026-07-16 07:18:52 -03:00
sql feat(swarm): v15 parallel run + gate-25 deepdive SQL + gate-23 token count + gate-8 examples 2026-07-16 07:18:52 -03:00
tests feat(swarm): v15 parallel run + gate-25 deepdive SQL + gate-23 token count + gate-8 examples 2026-07-16 07:18:52 -03:00
pyproject.toml feat: add stock swarm throughput benchmark 2026-07-15 12:02:57 -03:00
requirements.txt fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection 2026-01-22 18:28:37 +08:00
run.py Add UTF-8 encoding support for Windows console in run.py and logger.py to prevent character encoding issues 2025-12-26 17:58:48 +08:00
uv.lock fix(backend): constrain Python version to 3.11-3.12 2026-05-24 22:59:36 +08:00