LICENSE
README.md
pyproject.toml
difend/__init__.py
difend/__main__.py
difend/bundle.py
difend/cli.py
difend/config.py
difend/diff.py
difend/observability.py
difend/sdk.py
difend.egg-info/PKG-INFO
difend.egg-info/SOURCES.txt
difend.egg-info/dependency_links.txt
difend.egg-info/entry_points.txt
difend.egg-info/requires.txt
difend.egg-info/top_level.txt
difend/agents/__init__.py
difend/agents/cache.py
difend/agents/classifier.py
difend/agents/context.py
difend/agents/feedback.py
difend/agents/gates.py
difend/agents/graph.py
difend/agents/handoff.py
difend/agents/model.py
difend/agents/prompts.py
difend/agents/reasoning.py
difend/agents/schemas.py
difend/agents/scoring.py
difend/agents/utils.py
difend/commands/__init__.py
difend/commands/feedback.py
difend/commands/scan.py
tests/test_agentic_graph.py
tests/test_bundle.py
tests/test_cache.py
tests/test_cli.py
tests/test_context.py
tests/test_diff.py
tests/test_feedback.py
tests/test_gates.py
tests/test_llm_schemas.py
tests/test_merge.py
tests/test_package_metadata.py
tests/test_routing.py
tests/test_scan_command.py
tests/test_sdk_scan.py