@codexdock/sdk 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ Server-side SDK and protocol schemas for routing app AI invocations to local Cod
|
|
|
4
4
|
|
|
5
5
|
Use this package inside a host web app. It stores invocations through a persistence adapter, exposes route-handler helpers, exports shared protocol types and Zod schemas, and lets local workers claim work and submit results.
|
|
6
6
|
|
|
7
|
+
Need the local worker? Install [`codexdock`](https://www.npmjs.com/package/codexdock). The CLI connects to the routes exposed by this SDK and runs pending invocations through the local Codex runtime.
|
|
8
|
+
|
|
7
9
|
## Install
|
|
8
10
|
|
|
9
11
|
```bash
|