@bignumbertheory/openclaw-bnt-experiences
v0.10.0
Published
BNT experiences plugin for openclaw.
Readme
BNT Experiences (OpenClaw plugin)
Combined plugin for:
- Preprocess (
before_agent_start): fetch BNT experiences and inject viaprependContext - Sync (
agent_end): sync latest user/assistant exchange to BNT ingest endpoint
Install (dev link)
openclaw plugins install @bignumbertheory/openclaw-bnt-experiences
openclaw plugins enable openclaw-bnt-experiencesConfig
{
"plugins": {
"load": {
"paths": ["/Users/<username>/.openclaw/workspace/extensions/openclaw-bnt-experiences"]
},
"entries": {
"bnt-experiences": {
"enabled": true,
"config": {
"enabled": true,
"agentsAllowlist": ["main"],
"verbose": true,
"preprocess": {
"enabled": true,
"timeoutMs": 15000,
"reportTimeoutMs": 3000,
"maxContextChars": 12000,
"cacheTtlSeconds": 30
},
"sync": {
"enabled": true,
"timeoutMs": 10000,
"forceExtraction": true,
"minAssistantChars": 1
}
}
}
}
}
}Credentials fallback
If baseUrl / apiKey are not provided in config, plugin falls back to:
~/.bnt/credentials.json
Logs
~/.bnt/state/openclaw-bnt-experiences.log
