LICENSE
README.md
pyproject.toml
src/cli.py
src/config_menu.py
src/semantic_firewall.py
src/semfire.py
src/aegis/__init__.py
src/api/__init__.py
src/api/app.py
src/detectors/__init__.py
src/detectors/echo_chamber.py
src/detectors/heuristic_detector.py
src/detectors/injection_detector.py
src/detectors/llm_provider.py
src/detectors/rule_based.py
src/semfire.egg-info/PKG-INFO
src/semfire.egg-info/SOURCES.txt
src/semfire.egg-info/dependency_links.txt
src/semfire.egg-info/entry_points.txt
src/semfire.egg-info/requires.txt
src/semfire.egg-info/top_level.txt
tests/test_api.py
tests/test_cli.py
tests/test_cli_config.py
tests/test_cli_detector.py
tests/test_demo_ui.py
tests/test_echo_chamber_detector.py
tests/test_heuristic_detector.py
tests/test_injection_detector.py
tests/test_install.py
tests/test_llm_default.py
tests/test_readme.py
tests/test_rule_based.py
tests/test_semantic_firewall.py
tests/test_semantic_firewall_extended.py
tests/test_spotlighting.py