@rindle/daemon-client 0.4.2 → 0.4.4
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,6 +9,11 @@ It is intentionally small: it knows the control/write request shapes and can POS
|
|
|
9
9
|
daemon, but it does not resolve named queries, authenticate users, or run application mutator
|
|
10
10
|
policy. Use `@rindle/api-server` for that higher-level app boundary.
|
|
11
11
|
|
|
12
|
+
Full docs — the control plane, seeding, and the boot-id re-warm hook:
|
|
13
|
+
**[rindle.sh/docs/api-server](https://rindle.sh/docs/api-server#talking-to-the-daemon)** ·
|
|
14
|
+
the daemon itself: [rindle.sh/docs/daemon](https://rindle.sh/docs/daemon) · for agents:
|
|
15
|
+
[llms.txt](https://rindle.sh/llms.txt)
|
|
16
|
+
|
|
12
17
|
```ts
|
|
13
18
|
import { HttpRindleDaemonClient } from "@rindle/daemon-client";
|
|
14
19
|
|