README.md
pyproject.toml
setup.cfg
agomax/__init__.py
agomax/api.py
agomax/cli.py
agomax/live_drone.py
agomax.egg-info/PKG-INFO
agomax.egg-info/SOURCES.txt
agomax.egg-info/dependency_links.txt
agomax.egg-info/entry_points.txt
agomax.egg-info/requires.txt
agomax.egg-info/top_level.txt
agomax/configs/columns.yaml
agomax/configs/live.yaml
agomax/configs/rules.yaml
agomax/configs/thresholds.yaml
agomax/core/detect.py
agomax/core/models.py
agomax/core/preprocessing.py
agomax/core/rules.py
agomax/dashboard/streamlit_app.py
agomax/dashboard/pages/__init__.py
agomax/dashboard/pages/homepage.py
agomax/dashboard/pages/live.py
agomax/dashboard/pages/offline.py
agomax/data/base.csv
agomax/data/live.csv
agomax/data/live_base.csv
agomax/data/synthetic_drone.csv
agomax/tests/smoke.py
agomax/tests/test_offline_mode.py
tests/test_api.py
tests/test_core_logic.py
tests/test_e2e_integration.py
tests/test_phase1_realistic.py
tests/test_phase1_thresholds.py
tests/test_sim_longrun.py