codeflash-agent/evals/templates/ranking-hard/CLAUDE.md
2026-04-03 17:36:50 -05:00

292 B

Event Analytics

Event analytics pipeline for processing, scoring, and ranking structured records.

Commands

  • Install: uv sync
  • Test: PYTHONPATH=src uv run python -m pytest tests/ -v
  • Single test: PYTHONPATH=src uv run python -m pytest tests/test_pipeline.py -k "test_name" -v