LICENSE
README.md
pyproject.toml
adef/__init__.py
adef/cli.py
adef/plugin_system.py
adef/agents/__init__.py
adef/agents/deprecation_recommender.py
adef/agents/hunt_promotion.py
adef/agents/hypothesis_from_intel.py
adef/agents/tune_recommender.py
adef/agents/wrappers/__init__.py
adef/agents/wrappers/_base.py
adef/agents/wrappers/performance_metrics.py
adef/agents/wrappers/rule_overlap.py
adef/agents/wrappers/rule_similarity.py
adef/agents/wrappers/verification.py
adef/commands/__init__.py
adef/commands/attack.py
adef/commands/catalog.py
adef/commands/coverage.py
adef/commands/detection.py
adef/commands/hunt_promote.py
adef/commands/init.py
adef/commands/install_skills.py
adef/commands/profile.py
adef/commands/reindex.py
adef/commands/schema.py
adef/commands/sync.py
adef/core/__init__.py
adef/core/attack.py
adef/core/catalog.py
adef/core/coverage.py
adef/core/declaration.py
adef/core/journal.py
adef/core/memory.py
adef/core/profiles.py
adef/core/recipes.py
adef/core/reconcile.py
adef/core/reshape.py
adef/core/rule_discovery.py
adef/core/rule_parser.py
adef/core/tag.py
adef/core/workspace.py
adef/data/__init__.py
adef/data/attack/__init__.py
adef/data/attack/_generate.py
adef/data/attack/enterprise.json
adef/data/prompts/evolve.md
adef/data/prompts/find.md
adef/data/prompts/govern.md
adef/data/prompts/observe.md
adef/data/prompts/refine.md
adef/data/templates/DETECTION_FORGE.md
adef/data/templates/WORKSPACE_AGENTS.md
adef/mcp/__init__.py
adef/mcp/register.py
adef/mcp/server.py
adef/mcp/tools/__init__.py
adef/mcp/tools/agent_tools.py
adef/mcp/tools/init_tools.py
adef/mcp/tools/lifecycle_tools.py
adef/mcp/tools/memory_tools.py
adef/mcp/tools/schema_tools.py
adef/orchestration/__init__.py
adef/orchestration/refine_chain.py
agentic_detection_engineering_framework.egg-info/PKG-INFO
agentic_detection_engineering_framework.egg-info/SOURCES.txt
agentic_detection_engineering_framework.egg-info/dependency_links.txt
agentic_detection_engineering_framework.egg-info/entry_points.txt
agentic_detection_engineering_framework.egg-info/requires.txt
agentic_detection_engineering_framework.egg-info/top_level.txt
tests/test_agents.py
tests/test_attack.py
tests/test_authoring.py
tests/test_catalog.py
tests/test_catalog_command.py
tests/test_coverage.py
tests/test_coverage_command.py
tests/test_declaration.py
tests/test_detection_browse.py
tests/test_discover_outcomes.py
tests/test_hunt_promote.py
tests/test_install_skills.py
tests/test_journal_core.py
tests/test_journal_lifecycle.py
tests/test_memory.py
tests/test_no_new_engine_types.py
tests/test_no_vendor_connectors.py
tests/test_no_web_ui_deps.py
tests/test_profile_cli.py
tests/test_profiles.py
tests/test_recipes.py
tests/test_recognizers.py
tests/test_reconcile.py
tests/test_reshape.py
tests/test_review_reasons.py
tests/test_rule_discovery.py
tests/test_rule_parser.py
tests/test_schema_parity.py
tests/test_schema_tools_safety.py
tests/test_skills.py
tests/test_sync_command.py
tests/test_tag_mitre.py
tests/test_template_and_init.py
tests/test_workspace.py