LICENSE
README.md
pyproject.toml
src/embpilot/__init__.py
src/embpilot/__main__.py
src/embpilot/cli.py
src/embpilot/cli_daemon.py
src/embpilot/cli_flags.py
src/embpilot/cli_format.py
src/embpilot/cli_loop.py
src/embpilot/cli_shell.py
src/embpilot/config.py
src/embpilot/doctor.py
src/embpilot/mcp_compat.py
src/embpilot/mcp_contracts.py
src/embpilot/rpc.py
src/embpilot/server.py
src/embpilot/session_manager.py
src/embpilot.egg-info/PKG-INFO
src/embpilot.egg-info/SOURCES.txt
src/embpilot.egg-info/dependency_links.txt
src/embpilot.egg-info/entry_points.txt
src/embpilot.egg-info/requires.txt
src/embpilot.egg-info/top_level.txt
src/embpilot/core/__init__.py
src/embpilot/core/commands.py
src/embpilot/core/database.py
src/embpilot/core/engine.py
src/embpilot/core/rag.py
src/embpilot/core/schema_main.sql
src/embpilot/core/schema_session.sql
src/embpilot/drivers/__init__.py
src/embpilot/drivers/base.py
src/embpilot/drivers/serial_dev.py
src/embpilot/drivers/ssh_dev.py
src/embpilot/drivers/telnet_dev.py
src/embpilot/installer/install.py
src/embpilot/installer/instructions.py
src/embpilot/installer/prompts.py
src/embpilot/installer/shared.py
src/embpilot/installer/targets.py
src/embpilot/installer/skill_template/SKILL.md
tests/test_cli.py
tests/test_cli_flags.py
tests/test_cli_shell.py
tests/test_commands.py
tests/test_database.py
tests/test_engine.py
tests/test_installer.py
tests/test_mcp_compat.py
tests/test_mcp_contracts.py
tests/test_mcp_integration.py
tests/test_packaging.py
tests/test_rag.py
tests/test_rpc.py
tests/test_server.py
tests/test_throughput.py