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

299 B

Data Aggregator

Processes structured records into per-category summaries with cross-reference indexes.

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_aggregator.py -k "test_name" -v