This commit is contained in:
2026-09-11 13:50:53 -04:00
parent 2ee0c42e32
commit 4c81d26274
10 changed files with 6714 additions and 178 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
# QVAC integration pin
Pinned against the live QVAC documentation for SDK release **v0.19.0** on
Pinned against the live QVAC documentation for SDK series **v0.19.x** on
2026-09-11. Source of truth: <https://docs.qvac.tether.io/reference/api/> and
<https://docs.qvac.tether.io/reference/release-notes/>.
## Rules for Jarvis
- Use the function-centric `@qvac/sdk` API at version `0.19.0`.
- Use the function-centric `@qvac/sdk` API in the `0.19.x` series. The current
repository package pin is `0.19.1`; verify the installed package before use.
- Do not use removed `startQVACProvider`, `delegate`, or `no_mmap` APIs.
- Use `load_mode` for the replacement load behavior described by the release notes.
- Use `completion()` for streamed LLM work; its canonical surfaces are `events`