.gitignore
CLAUDE.md
LICENSE
README.md
pyproject.toml
.github/workflows/fuzz.yml
.github/workflows/lint.yml
.github/workflows/mutation.yml
.github/workflows/taint.yml
.github/workflows/test.yml
.github/workflows/typecheck.yml
src/aofire_python_agent.egg-info/PKG-INFO
src/aofire_python_agent.egg-info/SOURCES.txt
src/aofire_python_agent.egg-info/dependency_links.txt
src/aofire_python_agent.egg-info/entry_points.txt
src/aofire_python_agent.egg-info/requires.txt
src/aofire_python_agent.egg-info/top_level.txt
src/python_agent/CLAUDE.md
src/python_agent/__init__.py
src/python_agent/agent_utils.py
src/python_agent/call_graph.py
src/python_agent/coding_agent.py
src/python_agent/convergence_agent.py
src/python_agent/dag_integrity.py
src/python_agent/dag_utils.py
src/python_agent/discovery_agent.py
src/python_agent/divergence_agent.py
src/python_agent/ontology.py
src/python_agent/planning_agent.py
src/python_agent/py.typed
src/python_agent/rules.py
src/python_agent/tool_guard.py
src/python_agent/types.py
src/python_agent/tools/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_agent_utils.py
tests/test_call_graph.py
tests/test_coding_agent.py
tests/test_convergence_agent.py
tests/test_dag_integrity.py
tests/test_dag_utils.py
tests/test_discovery_agent.py
tests/test_divergence_agent.py
tests/test_fuzz.py
tests/test_injection_defense.py
tests/test_ontology.py
tests/test_planning_agent.py
tests/test_rules.py
tests/test_tool_guard.py