AGENTS.md
AI_AGENT_QUICKSTART.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
TROUBLESHOOTING.md
llms.txt
pyproject.toml
examples/adapters/README.md
examples/adapters/sim_ntc_adapter.py
examples/pytest/test_ntc_diagnosis.py
src/agentic_hil/__init__.py
src/agentic_hil/__main__.py
src/agentic_hil/adapters.py
src/agentic_hil/artifacts.py
src/agentic_hil/bridge.py
src/agentic_hil/can.py
src/agentic_hil/cli.py
src/agentic_hil/comports.py
src/agentic_hil/comstdio.py
src/agentic_hil/config.py
src/agentic_hil/debugger.py
src/agentic_hil/gdbmi.py
src/agentic_hil/mcp.py
src/agentic_hil/pytest_plugin.py
src/agentic_hil/report.py
src/agentic_hil/stdio.py
src/agentic_hil/tools.py
src/agentic_hil/types.py
src/agentic_hil.egg-info/PKG-INFO
src/agentic_hil.egg-info/SOURCES.txt
src/agentic_hil.egg-info/dependency_links.txt
src/agentic_hil.egg-info/entry_points.txt
src/agentic_hil.egg-info/requires.txt
src/agentic_hil.egg-info/top_level.txt
src/agentic_hil/backends/__init__.py
src/agentic_hil/backends/common.py
src/agentic_hil/backends/gdbdebug.py
src/agentic_hil/backends/openocd.py
src/agentic_hil/backends/pyocd.py
src/agentic_hil/backends/stlink.py
src/agentic_hil/schemas/config.schema.json
src/agentic_hil/skills/agentic-hil-config-setup/SKILL.md
src/agentic_hil/templates/mcp.json
tests/conftest.py
tests/test_agentic_hil.py
tests/test_debug_sessions.py
tests/test_hardening.py
tests/test_pytest_plugin.py
tests/fixtures/fake_gdb.py
tests/fixtures/fake_openocd.py
tests/fixtures/fake_pyocd.py
tests/fixtures/fake_stlink.py
tests/fixtures/fake_stlink_unconfirmed.py