mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
292 B
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