@@ -29,7 +29,7 @@ The expense approval example requires no API key and is the recommended starting
2929
3030``` bash
3131# Core (required for all examples)
32- npm install @loop-engine/sdk @loop-engine/adapter-memory
32+ npm install @loop-engine/sdk @loop-engine/adapter-memory @loop-engine/adapter-openclaw
3333
3434# For the Claude example only
3535npm install @loop-engine/adapter-anthropic @anthropic-ai/sdk
@@ -43,6 +43,7 @@ npm install @loop-engine/adapter-grok openai
4343
4444Verify package maintainers before installing:
4545- ` @loop-engine/* ` — published by the ` betterdata ` npm org
46+ - ` @loop-engine/adapter-openclaw ` — published by the ` betterdata ` npm org
4647- ` @anthropic-ai/sdk ` — published by Anthropic
4748- ` openai ` — published by OpenAI
4849
@@ -70,6 +71,7 @@ The included examples use synthetic illustrative data only:
7071Loop Engine captures evidence in its local audit trail. The evidence object
7172is also sent to the LLM provider API as part of the actor prompt. These are
7273two separate destinations — plan accordingly.
74+ Loop Engine itself never transmits data externally. Only the AI provider adapter calls send data — and only what you explicitly pass as ` evidence ` .
7375
7476## What this skill does
7577
@@ -86,7 +88,7 @@ step can be governed by:
8688```
8789OpenClaw agent proposes action
8890 ↓
89- Loop Engine evaluates guards
91+ Loop Engine evaluates guards ← @loop-engine/adapter-openclaw
9092 ↓
9193Human approves (if policy requires)
9294 ↓
0 commit comments