docs: define OpenVINO GenAI NPU worker contract

This commit is contained in:
William Valentin
2026-06-04 12:06:28 -07:00
parent 5b01b1bd11
commit cb874f9743
2 changed files with 300 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ The worker does not write memory, does not restart Atlas/Hermes, does not change
## Files
- `CONTRACT.md` — bounded-worker service contract, endpoint/CLI API, smoke plan, NPU verification, docs implications, and no-go criteria.
- `worker.py` — stdlib HTTP API plus CLI wrapper.
- `smoke_llm_npu.py` — direct GenAI smoke test with NPU busy-time verification.
- `systemd/openvino-genai-npu-worker.service` — optional user-service template; not installed by this prototype.