mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
302 B
302 B
Event Pipeline
Python event processing pipeline for ingesting, enriching, and formatting structured events.
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_enricher.py -k "test_name" -v