LICENSE
NOTICE
README.md
pyproject.toml
src/agentboot/__init__.py
src/agentboot/_errors.py
src/agentboot/cli.py
src/agentboot/config.py
src/agentboot/errors.py
src/agentboot/hardware_detector.py
src/agentboot/logging_setup.py
src/agentboot/os_compatibility.py
src/agentboot/agent/__init__.py
src/agentboot/agent/orchestrator.py
src/agentboot/agent/session.py
src/agentboot/autoinstall/__init__.py
src/agentboot/autoinstall/generators.py
src/agentboot/autoinstall/profile.py
src/agentboot/flasher/__init__.py
src/agentboot/flasher/enumerate.py
src/agentboot/flasher/flash.py
src/agentboot/iso/__init__.py
src/agentboot/iso/catalog.py
src/agentboot/iso/downloader.py
src/agentboot/llm/__init__.py
src/agentboot/llm/base.py
src/agentboot/llm/local.py
src/agentboot/llm/remote.py
src/agentboot/llm/router.py
src/agentboot/serial_link/__init__.py
src/agentboot/serial_link/protocol.py
src/agentboot/serial_link/transport.py
src/agentboot/tools/__init__.py
src/agentboot_ai.egg-info/PKG-INFO
src/agentboot_ai.egg-info/SOURCES.txt
src/agentboot_ai.egg-info/dependency_links.txt
src/agentboot_ai.egg-info/entry_points.txt
src/agentboot_ai.egg-info/requires.txt
src/agentboot_ai.egg-info/top_level.txt
tests/test_agent_session.py
tests/test_autoinstall.py
tests/test_cli.py
tests/test_collector_script.py
tests/test_config.py
tests/test_errors.py
tests/test_flasher.py
tests/test_hardware.py
tests/test_hardware_detector.py
tests/test_iso_catalog.py
tests/test_iso_downloader.py
tests/test_llm_router.py
tests/test_local_llm.py
tests/test_logging_setup.py
tests/test_os_compatibility.py
tests/test_serial_link.py