README.md
setup.py
sentinel/__init__.py
sentinel/board_detector.py
sentinel/cli.py
sentinel/command_router.py
sentinel/plugin_registry.py
sentinel/sdk.py
sentinel/slp_logger.py
sentinel/slp_protocol_handler.py
sentinel/hardware_backends/__init__.py
sentinel/hardware_backends/arduino.py
sentinel/hardware_backends/raspberry_pi.py
sentinel/llm_api/__init__.py
sentinel/llm_api/openai_llm.py
sentinel/plugins/__init__.py
sentinel/plugins/motor_control.py
sentinel/plugins/sensor_readers.py
sentinel/plugins/servo_control.py
sentinel_llm_sdk.egg-info/PKG-INFO
sentinel_llm_sdk.egg-info/SOURCES.txt
sentinel_llm_sdk.egg-info/dependency_links.txt
sentinel_llm_sdk.egg-info/entry_points.txt
sentinel_llm_sdk.egg-info/requires.txt
sentinel_llm_sdk.egg-info/top_level.txt
tests/test_plugins.py
tests/test_raspberry_pi.py