SmartStick Agent — Reference Preview
====================================

This package contains a non-privileged reference implementation of the
SmartStick Agent for the SmartStick AI web app.

WHAT THIS IS
  A small Python HTTP server that responds to the SmartStick discovery
  and pairing endpoints on http://127.0.0.1:43621. Use it to explore
  the protocol and verify the web app can connect to a local agent.

WHAT THIS IS NOT
  It does NOT format drives, install AI runtimes, download models, or
  perform any privileged operation. A production agent is a signed
  native binary that performs those tasks under strict OS permissions.

REQUIREMENTS
  Python 3.9 or newer.

RUN
  Windows:  double-click run-agent.bat
  macOS:    double-click run-agent.command  (allow in Gatekeeper on first run)
  Linux:    ./run-agent.sh   (chmod +x first if needed)

ENDPOINTS
  GET /health   -> liveness
  GET /system   -> host info
  GET /drives   -> reference (stub) drive list

Version: 0.2.0-preview
License: MIT (reference code)
