-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
phase:examplesExample scriptsExample scriptspriority:lowNice to haveNice to havetype:featureNew functionalityNew functionality
Milestone
Description
Summary
Demonstrate HTTPDriver with a local in-process HTTP server (no internet).
Behavior
- Start a minimal HTTP server in a background thread (use stdlib http.server or similar)
- Server responds to POST requests with a JSON payload
- Register capability routed to HTTPDriver pointing at localhost
- Invoke capability → print Frame
- Shut down server cleanly on exit
Acceptance criteria
- Runs with
python examples/http_driver_demo.py— exit 0 - No internet required (localhost only)
- Server starts and stops cleanly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
phase:examplesExample scriptsExample scriptspriority:lowNice to haveNice to havetype:featureNew functionalityNew functionality