LICENSE
README.md
pyproject.toml
gamepilot/__init__.py
gamepilot.egg-info/PKG-INFO
gamepilot.egg-info/SOURCES.txt
gamepilot.egg-info/dependency_links.txt
gamepilot.egg-info/entry_points.txt
gamepilot.egg-info/requires.txt
gamepilot.egg-info/top_level.txt
gamepilot/app/__init__.py
gamepilot/app/__main__.py
gamepilot/app/action_mapping.py
gamepilot/app/blackboard.py
gamepilot/app/commands.py
gamepilot/app/main.py
gamepilot/app/orchestrator.py
gamepilot/app/api/__init__.py
gamepilot/app/api/server.py
gamepilot/app/companion/__init__.py
gamepilot/app/companion/intent_parser.py
gamepilot/app/companion/llm_chat.py
gamepilot/app/decision/__init__.py
gamepilot/app/decision/planner_llm.py
gamepilot/app/decision/policy_selector.py
gamepilot/app/decision/rules.py
gamepilot/app/decision/triggers.py
gamepilot/app/domains/__init__.py
gamepilot/app/domains/construction/__init__.py
gamepilot/app/domains/construction/planner.py
gamepilot/app/executor/__init__.py
gamepilot/app/executor/controls.py
gamepilot/app/executor/input_driver.py
gamepilot/app/models/__init__.py
gamepilot/app/models/model_loader.py
gamepilot/app/models/registry.py
gamepilot/app/models/imitation/__init__.py
gamepilot/app/models/transformer/__init__.py
gamepilot/app/perception/__init__.py
gamepilot/app/perception/detector.py
gamepilot/app/perception/detector_yolo.py
gamepilot/app/perception/ocr_reader.py
gamepilot/app/perception/screen_capture.py
gamepilot/app/perception/screen_capture_real.py
gamepilot/app/perception/state_builder.py
gamepilot/autopilot/__init__.py
gamepilot/autopilot/controller.py
gamepilot/autopilot/safety_config.py
gamepilot/core/__init__.py
gamepilot/core/action.py
gamepilot/core/events.py
gamepilot/core/memory.py
gamepilot/core/observation.py
gamepilot/core/world_state.py
gamepilot/environments/__init__.py
gamepilot/environments/base.py
gamepilot/environments/companion_only.py
gamepilot/environments/private_sandbox.py
gamepilot/environments/screen_observer.py
gamepilot/environments/video_observer.py
gamepilot/safety/__init__.py
gamepilot/safety/guardrails.py
gamepilot/safety/permissions.py
gamepilot/safety/rate_limit.py
tests/test_action_mapping.py
tests/test_api_server.py
tests/test_commands.py
tests/test_demo_video.py
tests/test_deployment_api.py
tests/test_executor.py
tests/test_input_mapping.py
tests/test_nn_model.py
tests/test_orchestrator.py
tests/test_policy_selector.py
tests/test_rules.py
tests/test_state_builder.py
tests/test_triggers.py
tests/test_version.py
tests/test_video_processing.py