@jonathangu/openclawbrain 0.3.0 → 0.3.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 +140 -290
- package/docs/END_STATE.md +106 -94
- package/docs/EVIDENCE.md +71 -23
- package/docs/RELEASE_CONTRACT.md +46 -32
- package/docs/agent-tools.md +65 -34
- package/docs/architecture.md +128 -142
- package/docs/configuration.md +62 -25
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/channels-status.txt +20 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/config-snapshot.json +94 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/doctor.json +14 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/gateway-probe.txt +24 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/gateway-status.txt +31 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/init-capture.json +15 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/logs.txt +357 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/status-all.txt +61 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/status.json +275 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/summary.md +18 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/trace.json +222 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/validation-report.json +1515 -0
- package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/workspace-inventory.json +4 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/channels-status.txt +20 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/config-snapshot.json +94 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/doctor.json +14 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/gateway-probe.txt +24 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/gateway-status.txt +31 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/init-capture.json +15 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/logs.txt +362 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/status-all.txt +61 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/status.json +275 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/summary.md +21 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/trace.json +222 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/validation-report.json +4400 -0
- package/docs/evidence/2026-03-16/4ccd71a22418b9170128b8d948f5a95801a10380/workspace-inventory.json +4 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/channels-status.txt +31 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/config-snapshot.json +94 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/doctor.json +14 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/gateway-probe.txt +34 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/gateway-status.txt +41 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/logs.txt +441 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/status-all.txt +60 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/status.json +276 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/summary.md +13 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/trace.json +4 -0
- package/docs/evidence/2026-03-16/d93f09feea123a08d020fcad8a4523b6c1d26507/validation-report.json +387 -0
- package/docs/tui.md +11 -4
- package/index.ts +194 -1
- package/package.json +1 -1
- package/src/brain-cli.ts +12 -1
- package/src/brain-harvest/scanner.ts +286 -16
- package/src/brain-harvest/self.ts +134 -6
- package/src/brain-runtime/evidence-detectors.ts +3 -1
- package/src/brain-runtime/harvester-extension.ts +3 -0
- package/src/brain-runtime/service.ts +2 -0
- package/src/brain-store/embedding.ts +29 -8
- package/src/brain-worker/worker.ts +40 -0
- package/src/engine.ts +1 -0
package/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b/validation-report.json
ADDED
|
@@ -0,0 +1,1515 @@
|
|
|
1
|
+
{
|
|
2
|
+
"validationRoot": "/Users/cormorantai/.openclaw-ocbphase1",
|
|
3
|
+
"validationHome": "/Users/cormorantai",
|
|
4
|
+
"validationStateDir": "/Users/cormorantai/.openclaw-ocbphase1",
|
|
5
|
+
"fixtureWorkspace": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture",
|
|
6
|
+
"configPath": "/Users/cormorantai/.openclaw-ocbphase1/openclaw.json",
|
|
7
|
+
"artifactDir": "/Users/cormorantai/openclawbrain/docs/evidence/2026-03-16/1fc8ee6fd7892e3deb27d111434df948bca2a66b",
|
|
8
|
+
"gitSha": "1fc8ee6fd7892e3deb27d111434df948bca2a66b",
|
|
9
|
+
"diagnostics": {
|
|
10
|
+
"status": {
|
|
11
|
+
"command": "openclaw",
|
|
12
|
+
"args": [
|
|
13
|
+
"status",
|
|
14
|
+
"--json",
|
|
15
|
+
"--timeout",
|
|
16
|
+
"10000"
|
|
17
|
+
],
|
|
18
|
+
"cwd": "/Users/cormorantai/openclawbrain",
|
|
19
|
+
"exitCode": 0,
|
|
20
|
+
"signal": null,
|
|
21
|
+
"ok": true,
|
|
22
|
+
"stdout": "[plugins] [openclawbrain] Plugin loaded (enabled=true, db=/Users/cormorantai/.openclaw-ocbphase1/lcm.db, threshold=0.75)\n[plugins] [openclawbrain] Plugin loaded (enabled=true, db=/Users/cormorantai/.openclaw-ocbphase1/lcm.db, threshold=0.75)\n{\n \"runtimeVersion\": \"2026.3.13\",\n \"heartbeat\": {\n \"defaultAgentId\": \"main\",\n \"agents\": [\n {\n \"agentId\": \"main\",\n \"enabled\": true,\n \"every\": \"30m\",\n \"everyMs\": 1800000\n }\n ]\n },\n \"channelSummary\": [],\n \"queuedSystemEvents\": [],\n \"sessions\": {\n \"paths\": [\n \"/Users/cormorantai/.openclaw-ocbphase1/agents/main/sessions/sessions.json\"\n ],\n \"count\": 1,\n \"defaults\": {\n \"model\": \"qwen2.5:7b-instruct\",\n \"contextTokens\": 262144\n },\n \"recent\": [\n {\n \"agentId\": \"main\",\n \"key\": \"agent:main:main\",\n \"kind\": \"direct\",\n \"sessionId\": \"93eb604e-21e6-4802-81c1-04c889244efb\",\n \"updatedAt\": 1773661673401,\n \"age\": 12954192,\n \"abortedLastRun\": false,\n \"inputTokens\": 17600,\n \"outputTokens\": 271,\n \"cacheRead\": 0,\n \"cacheWrite\": 0,\n \"totalTokens\": 17600,\n \"totalTokensFresh\": true,\n \"remainingTokens\": 244544,\n \"percentUsed\": 7,\n \"model\": \"qwen2.5:7b-instruct\",\n \"contextTokens\": 262144,\n \"flags\": [\n \"id:93eb604e-21e6-4802-81c1-04c889244efb\"\n ]\n }\n ],\n \"byAgent\": [\n {\n \"agentId\": \"main\",\n \"path\": \"/Users/cormorantai/.openclaw-ocbphase1/agents/main/sessions/sessions.json\",\n \"count\": 1,\n \"recent\": [\n {\n \"agentId\": \"main\",\n \"key\": \"agent:main:main\",\n \"kind\": \"direct\",\n \"sessionId\": \"93eb604e-21e6-4802-81c1-04c889244efb\",\n \"updatedAt\": 1773661673401,\n \"age\": 12954192,\n \"abortedLastRun\": false,\n \"inputTokens\": 17600,\n \"outputTokens\": 271,\n \"cacheRead\": 0,\n \"cacheWrite\": 0,\n \"totalTokens\": 17600,\n \"totalTokensFresh\": true,\n \"remainingTokens\": 244544,\n \"percentUsed\": 7,\n \"model\": \"qwen2.5:7b-instruct\",\n \"contextTokens\": 262144,\n \"flags\": [\n \"id:93eb604e-21e6-4802-81c1-04c889244efb\"\n ]\n }\n ]\n }\n ]\n },\n \"os\": {\n \"platform\": \"darwin\",\n \"arch\": \"arm64\",\n \"release\": \"25.3.0\",\n \"label\": \"macos 26.3 (arm64)\"\n },\n \"update\": {\n \"root\": \"/Users/cormorantai/opencormorant\",\n \"installKind\": \"git\",\n \"packageManager\": \"pnpm\",\n \"git\": {\n \"root\": \"/Users/cormorantai/opencormorant\",\n \"sha\": \"66e02b296fa7c18c04dc94fe071d916042a30137\",\n \"tag\": null,\n \"branch\": \"main\",\n \"upstream\": \"origin/main\",\n \"dirty\": false,\n \"ahead\": 0,\n \"behind\": 615,\n \"fetchOk\": true\n },\n \"deps\": {\n \"manager\": \"pnpm\",\n \"status\": \"ok\",\n \"lockfilePath\": \"/Users/cormorantai/opencormorant/pnpm-lock.yaml\",\n \"markerPath\": \"/Users/cormorantai/opencormorant/node_modules/.modules.yaml\"\n },\n \"registry\": {\n \"latestVersion\": \"2026.3.13\"\n }\n },\n \"updateChannel\": \"dev\",\n \"updateChannelSource\": \"git-branch\",\n \"memory\": {\n \"agentId\": \"main\",\n \"backend\": \"builtin\",\n \"files\": 0,\n \"chunks\": 0,\n \"dirty\": true,\n \"workspaceDir\": \"/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture\",\n \"dbPath\": \"/Users/cormorantai/.openclaw-ocbphase1/memory/main.sqlite\",\n \"provider\": \"gemini\",\n \"model\": \"gemini-embedding-001\",\n \"requestedProvider\": \"auto\",\n \"sources\": [\n \"memory\"\n ],\n \"extraPaths\": [],\n \"sourceCounts\": [\n {\n \"source\": \"memory\",\n \"files\": 0,\n \"chunks\": 0\n }\n ],\n \"cache\": {\n \"enabled\": true,\n \"entries\": 0\n },\n \"fts\": {\n \"enabled\": true,\n \"available\": true\n },\n \"vector\": {\n \"enabled\": true,\n \"available\": true,\n \"extensionPath\": \"/Users/cormorantai/opencormorant/node_modules/.pnpm/sqlite-vec@0.1.7-alpha.2/node_modules/sqlite-vec-darwin-arm64/vec0.dylib\"\n },\n \"batch\": {\n \"enabled\": false,\n \"failures\": 0,\n \"limit\": 2,\n \"wait\": true,\n \"concurrency\": 2,\n \"pollIntervalMs\": 2000,\n \"timeoutMs\": 3600000\n },\n \"custom\": {\n \"searchMode\": \"hybrid\",\n \"readonlyRecovery\": {\n \"attempts\": 0,\n \"successes\": 0,\n \"failures\": 0\n }\n }\n },\n \"memoryPlugin\": {\n \"enabled\": true,\n \"slot\": \"memory-core\"\n },\n \"gateway\": {\n \"mode\": \"local\",\n \"url\": \"ws://127.0.0.1:19031\",\n \"urlSource\": \"local loopback\",\n \"misconfigured\": false,\n \"reachable\": false,\n \"connectLatencyMs\": null,\n \"self\": null,\n \"error\": \"connect failed: connect ECONNREFUSED 127.0.0.1:19031\",\n \"authWarning\": null\n },\n \"gatewayService\": {\n \"label\": \"LaunchAgent\",\n \"installed\": false,\n \"managedByOpenClaw\": false,\n \"externallyManaged\": false,\n \"loadedText\": \"not loaded\",\n \"runtimeShort\": \"unknown\"\n },\n \"nodeService\": {\n \"label\": \"LaunchAgent\",\n \"installed\": false,\n \"managedByOpenClaw\": false,\n \"externallyManaged\": false,\n \"loadedText\": \"not loaded\",\n \"runtimeShort\": \"unknown\"\n },\n \"agents\": {\n \"defaultId\": \"main\",\n \"agents\": [\n {\n \"id\": \"main\",\n \"workspaceDir\": \"/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture\",\n \"bootstrapPending\": false,\n \"sessionsPath\": \"/Users/cormorantai/.openclaw-ocbphase1/agents/main/sessions/sessions.json\",\n \"sessionsCount\": 1,\n \"lastUpdatedAt\": 1773661673401,\n \"lastActiveAgeMs\": 12954188\n }\n ],\n \"totalSessions\": 1,\n \"bootstrapPendingCount\": 0\n },\n \"securityAudit\": {\n \"ts\": 1773674630139,\n \"summary\": {\n \"critical\": 3,\n \"warn\": 1,\n \"info\": 1\n },\n \"findings\": [\n {\n \"checkId\": \"summary.attack_surface\",\n \"severity\": \"info\",\n \"title\": \"Attack surface summary\",\n \"detail\": \"groups: open=0, allowlist=0\\ntools.elevated: enabled\\nhooks.webhooks: disabled\\nhooks.internal: disabled\\nbrowser control: enabled\\ntrust model: personal assistant (one trusted operator boundary), not hostile multi-tenant on one shared gateway\"\n },\n {\n \"checkId\": \"gateway.trusted_proxies_missing\",\n \"severity\": \"warn\",\n \"title\": \"Reverse proxy headers are not trusted\",\n \"detail\": \"gateway.bind is loopback and gateway.trustedProxies is empty. If you expose the Control UI through a reverse proxy, configure trusted proxies so local-client checks cannot be spoofed.\",\n \"remediation\": \"Set gateway.trustedProxies to your proxy IPs or keep the Control UI local-only.\"\n },\n {\n \"checkId\": \"gateway.loopback_no_auth\",\n \"severity\": \"critical\",\n \"title\": \"Gateway auth missing on loopback\",\n \"detail\": \"gateway.bind is loopback but no gateway auth secret is configured. If the Control UI is exposed through a reverse proxy, unauthenticated access is possible.\",\n \"remediation\": \"Set gateway.auth (token recommended) or keep the Control UI local-only.\"\n },\n {\n \"checkId\": \"browser.control_no_auth\",\n \"severity\": \"critical\",\n \"title\": \"Browser control has no auth\",\n \"detail\": \"Browser control HTTP routes are enabled but no gateway.auth token/password is configured. Any local process (or SSRF to loopback) can call browser control endpoints.\",\n \"remediation\": \"Set gateway.auth.token (recommended) or gateway.auth.password so browser control HTTP routes require authentication. Restarting the gateway will auto-generate gateway.auth.token when browser control is enabled.\"\n },\n {\n \"checkId\": \"models.small_params\",\n \"severity\": \"critical\",\n \"title\": \"Small models require sandboxing and web tools disabled\",\n \"detail\": \"Small models (<=300B params) detected:\\n- ollama/qwen2.5:7b-instruct (7B) @ agents.defaults.model.primary (unsafe; sandbox=off; web=[web_search, web_fetch, browser])\\nUncontrolled input tools allowed: web_search, web_fetch, browser.\\nSmall models are not recommended for untrusted inputs.\",\n \"remediation\": \"If you must use small models, enable sandboxing for all sessions (agents.defaults.sandbox.mode=\\\"all\\\") and disable web_search/web_fetch/browser (tools.deny=[\\\"group:web\\\",\\\"browser\\\"]).\"\n }\n ]\n },\n \"secretDiagnostics\": []\n}\n",
|
|
23
|
+
"stderr": "[plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclawbrain (/Users/cormorantai/openclawbrain/index.ts). Set plugins.allow to explicit trusted ids.\n[plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclawbrain (/Users/cormorantai/openclawbrain/index.ts). Set plugins.allow to explicit trusted ids.\n",
|
|
24
|
+
"error": null,
|
|
25
|
+
"parsed": {
|
|
26
|
+
"runtimeVersion": "2026.3.13",
|
|
27
|
+
"heartbeat": {
|
|
28
|
+
"defaultAgentId": "main",
|
|
29
|
+
"agents": [
|
|
30
|
+
{
|
|
31
|
+
"agentId": "main",
|
|
32
|
+
"enabled": true,
|
|
33
|
+
"every": "30m",
|
|
34
|
+
"everyMs": 1800000
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"channelSummary": [],
|
|
39
|
+
"queuedSystemEvents": [],
|
|
40
|
+
"sessions": {
|
|
41
|
+
"paths": [
|
|
42
|
+
"/Users/cormorantai/.openclaw-ocbphase1/agents/main/sessions/sessions.json"
|
|
43
|
+
],
|
|
44
|
+
"count": 1,
|
|
45
|
+
"defaults": {
|
|
46
|
+
"model": "qwen2.5:7b-instruct",
|
|
47
|
+
"contextTokens": 262144
|
|
48
|
+
},
|
|
49
|
+
"recent": [
|
|
50
|
+
{
|
|
51
|
+
"agentId": "main",
|
|
52
|
+
"key": "agent:main:main",
|
|
53
|
+
"kind": "direct",
|
|
54
|
+
"sessionId": "93eb604e-21e6-4802-81c1-04c889244efb",
|
|
55
|
+
"updatedAt": 1773661673401,
|
|
56
|
+
"age": 12954192,
|
|
57
|
+
"abortedLastRun": false,
|
|
58
|
+
"inputTokens": 17600,
|
|
59
|
+
"outputTokens": 271,
|
|
60
|
+
"cacheRead": 0,
|
|
61
|
+
"cacheWrite": 0,
|
|
62
|
+
"totalTokens": 17600,
|
|
63
|
+
"totalTokensFresh": true,
|
|
64
|
+
"remainingTokens": 244544,
|
|
65
|
+
"percentUsed": 7,
|
|
66
|
+
"model": "qwen2.5:7b-instruct",
|
|
67
|
+
"contextTokens": 262144,
|
|
68
|
+
"flags": [
|
|
69
|
+
"id:93eb604e-21e6-4802-81c1-04c889244efb"
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"byAgent": [
|
|
74
|
+
{
|
|
75
|
+
"agentId": "main",
|
|
76
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/agents/main/sessions/sessions.json",
|
|
77
|
+
"count": 1,
|
|
78
|
+
"recent": [
|
|
79
|
+
{
|
|
80
|
+
"agentId": "main",
|
|
81
|
+
"key": "agent:main:main",
|
|
82
|
+
"kind": "direct",
|
|
83
|
+
"sessionId": "93eb604e-21e6-4802-81c1-04c889244efb",
|
|
84
|
+
"updatedAt": 1773661673401,
|
|
85
|
+
"age": 12954192,
|
|
86
|
+
"abortedLastRun": false,
|
|
87
|
+
"inputTokens": 17600,
|
|
88
|
+
"outputTokens": 271,
|
|
89
|
+
"cacheRead": 0,
|
|
90
|
+
"cacheWrite": 0,
|
|
91
|
+
"totalTokens": 17600,
|
|
92
|
+
"totalTokensFresh": true,
|
|
93
|
+
"remainingTokens": 244544,
|
|
94
|
+
"percentUsed": 7,
|
|
95
|
+
"model": "qwen2.5:7b-instruct",
|
|
96
|
+
"contextTokens": 262144,
|
|
97
|
+
"flags": [
|
|
98
|
+
"id:93eb604e-21e6-4802-81c1-04c889244efb"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"os": {
|
|
106
|
+
"platform": "darwin",
|
|
107
|
+
"arch": "arm64",
|
|
108
|
+
"release": "25.3.0",
|
|
109
|
+
"label": "macos 26.3 (arm64)"
|
|
110
|
+
},
|
|
111
|
+
"update": {
|
|
112
|
+
"root": "/Users/cormorantai/opencormorant",
|
|
113
|
+
"installKind": "git",
|
|
114
|
+
"packageManager": "pnpm",
|
|
115
|
+
"git": {
|
|
116
|
+
"root": "/Users/cormorantai/opencormorant",
|
|
117
|
+
"sha": "66e02b296fa7c18c04dc94fe071d916042a30137",
|
|
118
|
+
"tag": null,
|
|
119
|
+
"branch": "main",
|
|
120
|
+
"upstream": "origin/main",
|
|
121
|
+
"dirty": false,
|
|
122
|
+
"ahead": 0,
|
|
123
|
+
"behind": 615,
|
|
124
|
+
"fetchOk": true
|
|
125
|
+
},
|
|
126
|
+
"deps": {
|
|
127
|
+
"manager": "pnpm",
|
|
128
|
+
"status": "ok",
|
|
129
|
+
"lockfilePath": "/Users/cormorantai/opencormorant/pnpm-lock.yaml",
|
|
130
|
+
"markerPath": "/Users/cormorantai/opencormorant/node_modules/.modules.yaml"
|
|
131
|
+
},
|
|
132
|
+
"registry": {
|
|
133
|
+
"latestVersion": "2026.3.13"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"updateChannel": "dev",
|
|
137
|
+
"updateChannelSource": "git-branch",
|
|
138
|
+
"memory": {
|
|
139
|
+
"agentId": "main",
|
|
140
|
+
"backend": "builtin",
|
|
141
|
+
"files": 0,
|
|
142
|
+
"chunks": 0,
|
|
143
|
+
"dirty": true,
|
|
144
|
+
"workspaceDir": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture",
|
|
145
|
+
"dbPath": "/Users/cormorantai/.openclaw-ocbphase1/memory/main.sqlite",
|
|
146
|
+
"provider": "gemini",
|
|
147
|
+
"model": "gemini-embedding-001",
|
|
148
|
+
"requestedProvider": "auto",
|
|
149
|
+
"sources": [
|
|
150
|
+
"memory"
|
|
151
|
+
],
|
|
152
|
+
"extraPaths": [],
|
|
153
|
+
"sourceCounts": [
|
|
154
|
+
{
|
|
155
|
+
"source": "memory",
|
|
156
|
+
"files": 0,
|
|
157
|
+
"chunks": 0
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"cache": {
|
|
161
|
+
"enabled": true,
|
|
162
|
+
"entries": 0
|
|
163
|
+
},
|
|
164
|
+
"fts": {
|
|
165
|
+
"enabled": true,
|
|
166
|
+
"available": true
|
|
167
|
+
},
|
|
168
|
+
"vector": {
|
|
169
|
+
"enabled": true,
|
|
170
|
+
"available": true,
|
|
171
|
+
"extensionPath": "/Users/cormorantai/opencormorant/node_modules/.pnpm/sqlite-vec@0.1.7-alpha.2/node_modules/sqlite-vec-darwin-arm64/vec0.dylib"
|
|
172
|
+
},
|
|
173
|
+
"batch": {
|
|
174
|
+
"enabled": false,
|
|
175
|
+
"failures": 0,
|
|
176
|
+
"limit": 2,
|
|
177
|
+
"wait": true,
|
|
178
|
+
"concurrency": 2,
|
|
179
|
+
"pollIntervalMs": 2000,
|
|
180
|
+
"timeoutMs": 3600000
|
|
181
|
+
},
|
|
182
|
+
"custom": {
|
|
183
|
+
"searchMode": "hybrid",
|
|
184
|
+
"readonlyRecovery": {
|
|
185
|
+
"attempts": 0,
|
|
186
|
+
"successes": 0,
|
|
187
|
+
"failures": 0
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"memoryPlugin": {
|
|
192
|
+
"enabled": true,
|
|
193
|
+
"slot": "memory-core"
|
|
194
|
+
},
|
|
195
|
+
"gateway": {
|
|
196
|
+
"mode": "local",
|
|
197
|
+
"url": "ws://127.0.0.1:19031",
|
|
198
|
+
"urlSource": "local loopback",
|
|
199
|
+
"misconfigured": false,
|
|
200
|
+
"reachable": false,
|
|
201
|
+
"connectLatencyMs": null,
|
|
202
|
+
"self": null,
|
|
203
|
+
"error": "connect failed: connect ECONNREFUSED 127.0.0.1:19031",
|
|
204
|
+
"authWarning": null
|
|
205
|
+
},
|
|
206
|
+
"gatewayService": {
|
|
207
|
+
"label": "LaunchAgent",
|
|
208
|
+
"installed": false,
|
|
209
|
+
"managedByOpenClaw": false,
|
|
210
|
+
"externallyManaged": false,
|
|
211
|
+
"loadedText": "not loaded",
|
|
212
|
+
"runtimeShort": "unknown"
|
|
213
|
+
},
|
|
214
|
+
"nodeService": {
|
|
215
|
+
"label": "LaunchAgent",
|
|
216
|
+
"installed": false,
|
|
217
|
+
"managedByOpenClaw": false,
|
|
218
|
+
"externallyManaged": false,
|
|
219
|
+
"loadedText": "not loaded",
|
|
220
|
+
"runtimeShort": "unknown"
|
|
221
|
+
},
|
|
222
|
+
"agents": {
|
|
223
|
+
"defaultId": "main",
|
|
224
|
+
"agents": [
|
|
225
|
+
{
|
|
226
|
+
"id": "main",
|
|
227
|
+
"workspaceDir": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture",
|
|
228
|
+
"bootstrapPending": false,
|
|
229
|
+
"sessionsPath": "/Users/cormorantai/.openclaw-ocbphase1/agents/main/sessions/sessions.json",
|
|
230
|
+
"sessionsCount": 1,
|
|
231
|
+
"lastUpdatedAt": 1773661673401,
|
|
232
|
+
"lastActiveAgeMs": 12954188
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"totalSessions": 1,
|
|
236
|
+
"bootstrapPendingCount": 0
|
|
237
|
+
},
|
|
238
|
+
"securityAudit": {
|
|
239
|
+
"ts": 1773674630139,
|
|
240
|
+
"summary": {
|
|
241
|
+
"critical": 3,
|
|
242
|
+
"warn": 1,
|
|
243
|
+
"info": 1
|
|
244
|
+
},
|
|
245
|
+
"findings": [
|
|
246
|
+
{
|
|
247
|
+
"checkId": "summary.attack_surface",
|
|
248
|
+
"severity": "info",
|
|
249
|
+
"title": "Attack surface summary",
|
|
250
|
+
"detail": "groups: open=0, allowlist=0\ntools.elevated: enabled\nhooks.webhooks: disabled\nhooks.internal: disabled\nbrowser control: enabled\ntrust model: personal assistant (one trusted operator boundary), not hostile multi-tenant on one shared gateway"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"checkId": "gateway.trusted_proxies_missing",
|
|
254
|
+
"severity": "warn",
|
|
255
|
+
"title": "Reverse proxy headers are not trusted",
|
|
256
|
+
"detail": "gateway.bind is loopback and gateway.trustedProxies is empty. If you expose the Control UI through a reverse proxy, configure trusted proxies so local-client checks cannot be spoofed.",
|
|
257
|
+
"remediation": "Set gateway.trustedProxies to your proxy IPs or keep the Control UI local-only."
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"checkId": "gateway.loopback_no_auth",
|
|
261
|
+
"severity": "critical",
|
|
262
|
+
"title": "Gateway auth missing on loopback",
|
|
263
|
+
"detail": "gateway.bind is loopback but no gateway auth secret is configured. If the Control UI is exposed through a reverse proxy, unauthenticated access is possible.",
|
|
264
|
+
"remediation": "Set gateway.auth (token recommended) or keep the Control UI local-only."
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"checkId": "browser.control_no_auth",
|
|
268
|
+
"severity": "critical",
|
|
269
|
+
"title": "Browser control has no auth",
|
|
270
|
+
"detail": "Browser control HTTP routes are enabled but no gateway.auth token/password is configured. Any local process (or SSRF to loopback) can call browser control endpoints.",
|
|
271
|
+
"remediation": "Set gateway.auth.token (recommended) or gateway.auth.password so browser control HTTP routes require authentication. Restarting the gateway will auto-generate gateway.auth.token when browser control is enabled."
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"checkId": "models.small_params",
|
|
275
|
+
"severity": "critical",
|
|
276
|
+
"title": "Small models require sandboxing and web tools disabled",
|
|
277
|
+
"detail": "Small models (<=300B params) detected:\n- ollama/qwen2.5:7b-instruct (7B) @ agents.defaults.model.primary (unsafe; sandbox=off; web=[web_search, web_fetch, browser])\nUncontrolled input tools allowed: web_search, web_fetch, browser.\nSmall models are not recommended for untrusted inputs.",
|
|
278
|
+
"remediation": "If you must use small models, enable sandboxing for all sessions (agents.defaults.sandbox.mode=\"all\") and disable web_search/web_fetch/browser (tools.deny=[\"group:web\",\"browser\"])."
|
|
279
|
+
}
|
|
280
|
+
]
|
|
281
|
+
},
|
|
282
|
+
"secretDiagnostics": []
|
|
283
|
+
}
|
|
284
|
+
},
|
|
285
|
+
"statusAll": {
|
|
286
|
+
"command": "openclaw",
|
|
287
|
+
"args": [
|
|
288
|
+
"status",
|
|
289
|
+
"--all",
|
|
290
|
+
"--timeout",
|
|
291
|
+
"10000"
|
|
292
|
+
],
|
|
293
|
+
"cwd": "/Users/cormorantai/openclawbrain",
|
|
294
|
+
"exitCode": 0,
|
|
295
|
+
"signal": null,
|
|
296
|
+
"ok": true,
|
|
297
|
+
"stdout": "[plugins] [openclawbrain] Plugin loaded (enabled=true, db=/Users/cormorantai/.openclaw-ocbphase1/lcm.db, threshold=0.75)\n[plugins] [openclawbrain] Plugin loaded (enabled=true, db=/Users/cormorantai/.openclaw-ocbphase1/lcm.db, threshold=0.75)\nOpenClaw status --all\n\nOverview\n┌─────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────┐\n│ Item │ Value │\n├─────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────┤\n│ Version │ 2026.3.13 │\n│ OS │ macos 26.3 (arm64) │\n│ Node │ 22.22.0 │\n│ Config │ $OPENCLAW_HOME/openclaw.json │\n│ Dashboard │ http://127.0.0.1:19031/ │\n│ Tailscale │ off · Running · cormorantais-mac-mini.tail499c70.ts.net │\n│ Channel │ dev (main) │\n│ Git │ main · @ 66e02b29 │\n│ Update │ git main · ↔ origin/main · behind 615 · npm latest 2026.3.13 · deps ok │\n│ Gateway │ local · ws://127.0.0.1:19031 (local loopback) · unreachable (connect failed: connect ECONNREFUSED │\n│ │ 127.0.0.1:19031) │\n│ Security │ Run: openclaw security audit --deep │\n│ Gateway self │ unknown │\n│ Gateway service │ LaunchAgent not installed │\n│ Node service │ LaunchAgent not installed │\n│ Agents │ 1 total · 0 bootstrapping · 0 active · 1 sessions │\n└─────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────┘\n\nChannels\n┌──────────┬─────────┬────────┬────────────────────────────────────────────────────────────────────────────────────────┐\n│ Channel │ Enabled │ State │ Detail │\n├──────────┼─────────┼────────┼────────────────────────────────────────────────────────────────────────────────────────┤\n└──────────┴─────────┴────────┴────────────────────────────────────────────────────────────────────────────────────────┘\n\nAgents\n┌────────────┬────────────────┬──────────┬──────────┬──────────────────────────────────────────────────────────────────┐\n│ Agent │ Bootstrap file │ Sessions │ Active │ Store │\n├────────────┼────────────────┼──────────┼──────────┼──────────────────────────────────────────────────────────────────┤\n│ main │ ABSENT │ 1 │ 4h ago │ $OPENCLAW_HOME/agents/main/sessions/sessions.json │\n└────────────┴────────────────┴──────────┴──────────┴──────────────────────────────────────────────────────────────────┘\n\nDiagnosis (read-only)\n\nGateway connection details:\n Gateway target: ws://127.0.0.1:19031\n Source: local loopback\n Config: /Users/cormorantai/.openclaw-ocbphase1/openclaw.json\n Bind: loopback\n\n✓ Config: /Users/cormorantai/.openclaw-ocbphase1/openclaw.json\n✓ Restart sentinel: none\n✓ Port 19031\n✓ Tailscale: off · Running · cormorantais-mac-mini.tail499c70.ts.net\n ips: 100.73.247.26, fd7a:115c:a1e0::e932:f71a\n✓ Skills: 9 eligible · 0 missing · /Users/cormorantai/.openclaw-ocbphase1/workspace-fixture\n! Channel issues skipped (gateway unreachable)\n\nGateway health:\n connect failed: connect ECONNREFUSED 127.0.0.1:19031\n\nPasteable debug report. Auth tokens redacted.\nTroubleshooting: https://docs.openclaw.ai/troubleshooting\n\n",
|
|
298
|
+
"stderr": "[plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclawbrain (/Users/cormorantai/openclawbrain/index.ts). Set plugins.allow to explicit trusted ids.\n[plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclawbrain (/Users/cormorantai/openclawbrain/index.ts). Set plugins.allow to explicit trusted ids.\n",
|
|
299
|
+
"error": null
|
|
300
|
+
},
|
|
301
|
+
"gatewayProbe": {
|
|
302
|
+
"command": "openclaw",
|
|
303
|
+
"args": [
|
|
304
|
+
"gateway",
|
|
305
|
+
"probe"
|
|
306
|
+
],
|
|
307
|
+
"cwd": "/Users/cormorantai/openclawbrain",
|
|
308
|
+
"exitCode": 1,
|
|
309
|
+
"signal": null,
|
|
310
|
+
"ok": false,
|
|
311
|
+
"stdout": "[plugins] [openclawbrain] Plugin loaded (enabled=true, db=/Users/cormorantai/.openclaw-ocbphase1/lcm.db, threshold=0.75)\n│\n◇ Doctor changes ──────────────────────────────╮\n│ │\n│ Telegram configured, enabled automatically. │\n│ │\n├───────────────────────────────────────────────╯\n│\n◇ Doctor ──────────────────────────────────────────────╮\n│ │\n│ Run \"openclaw doctor --fix\" to apply these changes. │\n│ │\n├───────────────────────────────────────────────────────╯\nGateway Status\nReachable: no\nProbe budget: 3000ms\n\nDiscovery (this machine)\nFound 4 gateway(s) via Bonjour (local.)\n\nTargets\nLocal loopback ws://127.0.0.1:19031\n Connect: failed - connect failed: connect ECONNREFUSED 127.0.0.1:19031\n\n",
|
|
312
|
+
"stderr": "[plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclawbrain (/Users/cormorantai/openclawbrain/index.ts). Set plugins.allow to explicit trusted ids.\n",
|
|
313
|
+
"error": null
|
|
314
|
+
},
|
|
315
|
+
"gatewayStatus": {
|
|
316
|
+
"command": "openclaw",
|
|
317
|
+
"args": [
|
|
318
|
+
"gateway",
|
|
319
|
+
"status"
|
|
320
|
+
],
|
|
321
|
+
"cwd": "/Users/cormorantai/openclawbrain",
|
|
322
|
+
"exitCode": 0,
|
|
323
|
+
"signal": null,
|
|
324
|
+
"ok": true,
|
|
325
|
+
"stdout": "[plugins] [openclawbrain] Plugin loaded (enabled=true, db=/Users/cormorantai/.openclaw-ocbphase1/lcm.db, threshold=0.75)\n│\n◇ Doctor changes ──────────────────────────────╮\n│ │\n│ Telegram configured, enabled automatically. │\n│ │\n├───────────────────────────────────────────────╯\n│\n◇ Doctor ──────────────────────────────────────────────╮\n│ │\n│ Run \"openclaw doctor --fix\" to apply these changes. │\n│ │\n├───────────────────────────────────────────────────────╯\nService: LaunchAgent (not loaded)\nFile logs: /tmp/openclaw/openclaw-2026-03-16.log\n\nConfig (cli): $OPENCLAW_HOME/openclaw.json\nConfig (service): $OPENCLAW_HOME/openclaw.json\n\nGateway: bind=loopback (127.0.0.1), port=19031 (env/config)\nProbe target: ws://127.0.0.1:19031\nDashboard: http://127.0.0.1:19031/\nProbe note: Loopback-only gateway; only local clients can connect.\n\nRuntime: unknown (Bad request.\nCould not find service \"ai.openclaw.gateway\" in domain for user gui: 501)\n\n\n\nTroubles: run openclaw status\nTroubleshooting: https://docs.openclaw.ai/troubleshooting\n",
|
|
326
|
+
"stderr": "[plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclawbrain (/Users/cormorantai/openclawbrain/index.ts). Set plugins.allow to explicit trusted ids.\nService config looks out of date or non-standard.\nService config issue: Gateway service PATH is not set; the daemon should use a minimal PATH.\nRecommendation: run \"openclaw doctor\" (or \"openclaw doctor --repair\").\nRPC probe: failed\nRPC target: ws://127.0.0.1:19031\n gateway url override requires explicit credentials\n Fix: pass --token or --password (or gatewayToken in tools).\n Config: /Users/cormorantai/.openclaw-ocbphase1/openclaw.json\nService unit not found.\nService not installed. Run: openclaw gateway install\nFile logs: /tmp/openclaw/openclaw-2026-03-16.log\nOther gateway-like services detected (best effort):\n- com.openclawbrain.daemon.activation.0ec88212fa7d (user, plist: /Users/cormorantai/Library/LaunchAgents/com.openclawbrain.daemon.activation.0ec88212fa7d.plist)\n- com.openclawbrain.daemon.activation.546e84bf06ac (user, plist: /Users/cormorantai/Library/LaunchAgents/com.openclawbrain.daemon.activation.546e84bf06ac.plist)\n- com.openclawbrain.daemon.activation.b3eeb450ca08 (user, plist: /Users/cormorantai/Library/LaunchAgents/com.openclawbrain.daemon.activation.b3eeb450ca08.plist)\nCleanup hint: launchctl bootout gui/$UID/ai.openclaw.gateway\nCleanup hint: rm ~/Library/LaunchAgents/ai.openclaw.gateway.plist\nRecommendation: run a single gateway per machine for most setups. One gateway supports multiple agents (see docs: /gateway#multiple-gateways-same-host).\nIf you need multiple gateways (e.g., a rescue bot on the same host), isolate ports + config/state (see docs: /gateway#multiple-gateways-same-host).\n",
|
|
327
|
+
"error": null
|
|
328
|
+
},
|
|
329
|
+
"doctor": {
|
|
330
|
+
"command": "openclaw",
|
|
331
|
+
"args": [
|
|
332
|
+
"doctor",
|
|
333
|
+
"--non-interactive"
|
|
334
|
+
],
|
|
335
|
+
"cwd": "/Users/cormorantai/openclawbrain",
|
|
336
|
+
"exitCode": 0,
|
|
337
|
+
"signal": null,
|
|
338
|
+
"ok": true,
|
|
339
|
+
"stdout": "▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄\n██░▄▄▄░██░▄▄░██░▄▄▄██░▀██░██░▄▄▀██░████░▄▄▀██░███░██\n██░███░██░▀▀░██░▄▄▄██░█░█░██░█████░████░▀▀░██░█░█░██\n██░▀▀▀░██░█████░▀▀▀██░██▄░██░▀▀▄██░▀▀░█░██░██▄▀▄▀▄██\n▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀\n 🦞 OPENCLAW 🦞 \n \n┌ OpenClaw doctor\n[plugins] [openclawbrain] Plugin loaded (enabled=true, db=/Users/cormorantai/.openclaw-ocbphase1/lcm.db, threshold=0.75)\n│\n◇ Install ─────────────────────────────────────────────────────────╮\n│ │\n│ - package-lock.json present in a pnpm workspace. If you ran npm │\n│ install, remove it and reinstall with pnpm. │\n│ │\n├───────────────────────────────────────────────────────────────────╯\n│\n◇ Doctor changes ──────────────────────────────╮\n│ │\n│ Telegram configured, enabled automatically. │\n│ │\n├───────────────────────────────────────────────╯\n│\n◇ Doctor ──────────────────────────────────────────────╮\n│ │\n│ Run \"openclaw doctor --fix\" to apply these changes. │\n│ │\n├───────────────────────────────────────────────────────╯\n│\n◇ Gateway auth ──────────────────────────────────────────────────╮\n│ │\n│ Gateway auth is off or missing a token. Token auth is now the │\n│ recommended default (including loopback). │\n│ │\n├─────────────────────────────────────────────────────────────────╯\n│\n◇ State integrity ────────────────────────────────────────────────────────╮\n│ │\n│ - OAuth dir not present ($OPENCLAW_HOME/credentials). Skipping create │\n│ because no WhatsApp/pairing channel config is active. │\n│ - Multiple state directories detected. This can split session history. │\n│ - /Users/cormorantai/.openclaw │\n│ Active state dir: $OPENCLAW_HOME │\n│ │\n├──────────────────────────────────────────────────────────────────────────╯\n│\n◇ Other gateway-like services detected ───────────────────────────────────────╮\n│ │\n│ - com.openclawbrain.daemon.activation.0ec88212fa7d (user, plist: │\n│ /Users/cormorantai/Library/LaunchAgents/com.openclawbrain.daemon.activat │\n│ ion.0ec88212fa7d.plist) │\n│ - com.openclawbrain.daemon.activation.546e84bf06ac (user, plist: │\n│ /Users/cormorantai/Library/LaunchAgents/com.openclawbrain.daemon.activat │\n│ ion.546e84bf06ac.plist) │\n│ - com.openclawbrain.daemon.activation.b3eeb450ca08 (user, plist: │\n│ /Users/cormorantai/Library/LaunchAgents/com.openclawbrain.daemon.activat │\n│ ion.b3eeb450ca08.plist) │\n│ │\n├──────────────────────────────────────────────────────────────────────────────╯\n│\n◇ Cleanup hints ─────────────────────────────────────────╮\n│ │\n│ - launchctl bootout gui/$UID/ai.openclaw.gateway │\n│ - rm ~/Library/LaunchAgents/ai.openclaw.gateway.plist │\n│ │\n├─────────────────────────────────────────────────────────╯\n│\n◇ Gateway recommendation ───────────────────────────────────────────────╮\n│ │\n│ Recommendation: run a single gateway per machine for most setups. │\n│ One gateway supports multiple agents. │\n│ If you need multiple gateways (e.g., a rescue bot on the same host), │\n│ isolate ports + config/state (see docs: │\n│ /gateway#multiple-gateways-same-host). │\n│ │\n├────────────────────────────────────────────────────────────────────────╯\n│\n◇ Security ─────────────────────────────────╮\n│ │\n│ - No channel security warnings detected. │\n│ - Run: openclaw security audit --deep │\n│ │\n├────────────────────────────────────────────╯\n│\n◇ Skills status ────────────╮\n│ │\n│ Eligible: 9 │\n│ Missing requirements: 43 │\n│ Blocked by allowlist: 0 │\n│ │\n├────────────────────────────╯\n│\n◇ Plugins ──────╮\n│ │\n│ Loaded: 8 │\n│ Disabled: 34 │\n│ Errors: 0 │\n│ │\n├────────────────╯\n│\n◇ Gateway ──────────────╮\n│ │\n│ Gateway not running. │\n│ │\n├────────────────────────╯\n│\n◇ Gateway connection ───────────────────────────────────────────╮\n│ │\n│ Gateway target: ws://127.0.0.1:19031 │\n│ Source: local loopback │\n│ Config: /Users/cormorantai/.openclaw-ocbphase1/openclaw.json │\n│ Bind: loopback │\n│ │\n├────────────────────────────────────────────────────────────────╯\n│\n◇ Gateway ────────────────────────╮\n│ │\n│ Gateway service not installed. │\n│ │\n├──────────────────────────────────╯\nRun \"openclaw doctor --fix\" to apply changes.\n│\n└ Doctor complete.\n\n",
|
|
340
|
+
"stderr": "[plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclawbrain (/Users/cormorantai/openclawbrain/index.ts). Set plugins.allow to explicit trusted ids.\n",
|
|
341
|
+
"error": null
|
|
342
|
+
},
|
|
343
|
+
"channelsStatus": {
|
|
344
|
+
"command": "openclaw",
|
|
345
|
+
"args": [
|
|
346
|
+
"channels",
|
|
347
|
+
"status",
|
|
348
|
+
"--probe"
|
|
349
|
+
],
|
|
350
|
+
"cwd": "/Users/cormorantai/openclawbrain",
|
|
351
|
+
"exitCode": 0,
|
|
352
|
+
"signal": null,
|
|
353
|
+
"ok": true,
|
|
354
|
+
"stdout": "[plugins] [openclawbrain] Plugin loaded (enabled=true, db=/Users/cormorantai/.openclaw-ocbphase1/lcm.db, threshold=0.75)\n│\n◇ Doctor changes ──────────────────────────────╮\n│ │\n│ Telegram configured, enabled automatically. │\n│ │\n├───────────────────────────────────────────────╯\n│\n◇ Doctor ──────────────────────────────────────────────╮\n│ │\n│ Run \"openclaw doctor --fix\" to apply these changes. │\n│ │\n├───────────────────────────────────────────────────────╯\nChecking channel status (probe)…\nGateway not reachable; showing config-only status.\nConfig: /Users/cormorantai/.openclaw-ocbphase1/openclaw.json\nMode: local\n\n\nTip: https://docs.openclaw.ai/cli#status adds gateway health probes to status output (requires a reachable gateway).\n",
|
|
355
|
+
"stderr": "[plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclawbrain (/Users/cormorantai/openclawbrain/index.ts). Set plugins.allow to explicit trusted ids.\nGateway not reachable: Error: gateway closed (1006 abnormal closure (no close frame)): no close reason\nGateway target: ws://127.0.0.1:19031\nSource: local loopback\nConfig: /Users/cormorantai/.openclaw-ocbphase1/openclaw.json\nBind: loopback\n",
|
|
356
|
+
"error": null
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"trace": {
|
|
360
|
+
"command": "node",
|
|
361
|
+
"args": [
|
|
362
|
+
"bin/openclawbrain.js",
|
|
363
|
+
"trace"
|
|
364
|
+
],
|
|
365
|
+
"cwd": "/Users/cormorantai/openclawbrain",
|
|
366
|
+
"exitCode": 0,
|
|
367
|
+
"signal": null,
|
|
368
|
+
"ok": true,
|
|
369
|
+
"stdout": "{\n \"command\": \"trace\",\n \"trace\": {\n \"id\": \"bt_c79a93d6\",\n \"episodeId\": \"be_5a29c9cf-99b\",\n \"packVersion\": 1,\n \"queryText\": \"How do I open a pull request again?\",\n \"seedScores\": [\n {\n \"nodeId\": \"bn_40502fac-df0\",\n \"priorScore\": 0.7326886480086391,\n \"learnedSeedWeight\": 0,\n \"policyScore\": 0.7326886480086391,\n \"probability\": 0.9999999999986446,\n \"chosen\": true\n }\n ],\n \"trajectory\": [\n {\n \"stateSnapshot\": {\n \"currentNodeId\": null,\n \"hopCount\": 0,\n \"budgetRemaining\": 314572,\n \"visitedCount\": 0,\n \"firedCount\": 0\n },\n \"candidates\": [\n {\n \"action\": {\n \"type\": \"traverse\",\n \"targetNodeId\": \"bn_40502fac-df0\",\n \"seedScore\": 0.7326886480086391\n },\n \"score\": 0.7326886480086391,\n \"probability\": 0.9999999999986446,\n \"priorScore\": 0.7326886480086391,\n \"learnedSeedWeight\": 0\n },\n {\n \"action\": {\n \"type\": \"stop\"\n },\n \"score\": -2,\n \"probability\": 1.3554515361624555e-12\n }\n ],\n \"chosenAction\": {\n \"type\": \"traverse\",\n \"targetNodeId\": \"bn_40502fac-df0\",\n \"seedScore\": 0.7326886480086391\n },\n \"chosenActionProbability\": 0.9999999999986446,\n \"stopProbability\": 1.3554515361624555e-12\n },\n {\n \"stateSnapshot\": {\n \"currentNodeId\": \"bn_40502fac-df0\",\n \"hopCount\": 1,\n \"budgetRemaining\": 314539,\n \"visitedCount\": 1,\n \"firedCount\": 1\n },\n \"candidates\": [\n {\n \"action\": {\n \"type\": \"traverse\",\n \"targetNodeId\": \"bn_0e867ad3-a44\"\n },\n \"score\": 1.3833746213110998,\n \"probability\": 0.9999999999999754\n },\n {\n \"action\": {\n \"type\": \"stop\"\n },\n \"score\": -1.7496852866752284,\n \"probability\": 2.4733962892288202e-14\n }\n ],\n \"chosenAction\": {\n \"type\": \"traverse\",\n \"targetNodeId\": \"bn_0e867ad3-a44\"\n },\n \"chosenActionProbability\": 0.9999999999999754,\n \"stopProbability\": 2.4733962892288202e-14\n },\n {\n \"stateSnapshot\": {\n \"currentNodeId\": \"bn_0e867ad3-a44\",\n \"hopCount\": 2,\n \"budgetRemaining\": 314524,\n \"visitedCount\": 2,\n \"firedCount\": 2\n },\n \"candidates\": [\n {\n \"action\": {\n \"type\": \"traverse\",\n \"targetNodeId\": \"bn_7aa03640-409\"\n },\n \"score\": 1.6571061718222952,\n \"probability\": 0.9346462837250167\n },\n {\n \"action\": {\n \"type\": \"traverse\",\n \"targetNodeId\": \"bn_56d0d6a0-bf5\"\n },\n \"score\": 1.3910707872392618,\n \"probability\": 0.065353716274965\n },\n {\n \"action\": {\n \"type\": \"stop\"\n },\n \"score\": -1.499542235163969,\n \"probability\": 1.825985980821016e-14\n }\n ],\n \"chosenAction\": {\n \"type\": \"traverse\",\n \"targetNodeId\": \"bn_7aa03640-409\"\n },\n \"chosenActionProbability\": 0.9346462837250167,\n \"stopProbability\": 1.825985980821016e-14\n },\n {\n \"stateSnapshot\": {\n \"currentNodeId\": \"bn_7aa03640-409\",\n \"hopCount\": 3,\n \"budgetRemaining\": 314510,\n \"visitedCount\": 3,\n \"firedCount\": 3\n },\n \"candidates\": [\n {\n \"action\": {\n \"type\": \"traverse\",\n \"targetNodeId\": \"bn_56d0d6a0-bf5\"\n },\n \"score\": 1.385168196641951,\n \"probability\": 0.9999999999963844\n },\n {\n \"action\": {\n \"type\": \"stop\"\n },\n \"score\": -1.2494087204201265,\n \"probability\": 3.61557877056812e-12\n }\n ],\n \"chosenAction\": {\n \"type\": \"traverse\",\n \"targetNodeId\": \"bn_56d0d6a0-bf5\"\n },\n \"chosenActionProbability\": 0.9999999999963844,\n \"stopProbability\": 3.61557877056812e-12\n },\n {\n \"stateSnapshot\": {\n \"currentNodeId\": \"bn_56d0d6a0-bf5\",\n \"hopCount\": 4,\n \"budgetRemaining\": 314473,\n \"visitedCount\": 4,\n \"firedCount\": 4\n },\n \"candidates\": [\n {\n \"action\": {\n \"type\": \"stop\"\n },\n \"score\": 0,\n \"probability\": 1\n }\n ],\n \"chosenAction\": {\n \"type\": \"stop\"\n },\n \"chosenActionProbability\": 1,\n \"stopProbability\": 1\n }\n ],\n \"firedNodes\": [\n \"bn_40502fac-df0\",\n \"bn_0e867ad3-a44\",\n \"bn_7aa03640-409\",\n \"bn_56d0d6a0-bf5\"\n ],\n \"vetoedNodes\": [],\n \"contextChars\": 391,\n \"footer\": \"Brain · 1 seeds · start bn_40502fac-df0 · 4 hops · 4 fired · 0 veto · 391 chars\",\n \"createdAt\": 1773635212770\n },\n \"chosenSeed\": {\n \"nodeId\": \"bn_40502fac-df0\",\n \"priorScore\": 0.7326886480086391,\n \"learnedSeedWeight\": 0,\n \"policyScore\": 0.7326886480086391,\n \"probability\": 0.9999999999986446,\n \"chosen\": true\n },\n \"finalSectionOrder\": [\n \"correction_cards\",\n \"route_selected_evidence\",\n \"toolcards_and_workflows\",\n \"transcript_support\"\n ]\n}\n",
|
|
370
|
+
"stderr": "",
|
|
371
|
+
"error": null,
|
|
372
|
+
"parsed": {
|
|
373
|
+
"command": "trace",
|
|
374
|
+
"trace": {
|
|
375
|
+
"id": "bt_c79a93d6",
|
|
376
|
+
"episodeId": "be_5a29c9cf-99b",
|
|
377
|
+
"packVersion": 1,
|
|
378
|
+
"queryText": "How do I open a pull request again?",
|
|
379
|
+
"seedScores": [
|
|
380
|
+
{
|
|
381
|
+
"nodeId": "bn_40502fac-df0",
|
|
382
|
+
"priorScore": 0.7326886480086391,
|
|
383
|
+
"learnedSeedWeight": 0,
|
|
384
|
+
"policyScore": 0.7326886480086391,
|
|
385
|
+
"probability": 0.9999999999986446,
|
|
386
|
+
"chosen": true
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"trajectory": [
|
|
390
|
+
{
|
|
391
|
+
"stateSnapshot": {
|
|
392
|
+
"currentNodeId": null,
|
|
393
|
+
"hopCount": 0,
|
|
394
|
+
"budgetRemaining": 314572,
|
|
395
|
+
"visitedCount": 0,
|
|
396
|
+
"firedCount": 0
|
|
397
|
+
},
|
|
398
|
+
"candidates": [
|
|
399
|
+
{
|
|
400
|
+
"action": {
|
|
401
|
+
"type": "traverse",
|
|
402
|
+
"targetNodeId": "bn_40502fac-df0",
|
|
403
|
+
"seedScore": 0.7326886480086391
|
|
404
|
+
},
|
|
405
|
+
"score": 0.7326886480086391,
|
|
406
|
+
"probability": 0.9999999999986446,
|
|
407
|
+
"priorScore": 0.7326886480086391,
|
|
408
|
+
"learnedSeedWeight": 0
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"action": {
|
|
412
|
+
"type": "stop"
|
|
413
|
+
},
|
|
414
|
+
"score": -2,
|
|
415
|
+
"probability": 1.3554515361624555e-12
|
|
416
|
+
}
|
|
417
|
+
],
|
|
418
|
+
"chosenAction": {
|
|
419
|
+
"type": "traverse",
|
|
420
|
+
"targetNodeId": "bn_40502fac-df0",
|
|
421
|
+
"seedScore": 0.7326886480086391
|
|
422
|
+
},
|
|
423
|
+
"chosenActionProbability": 0.9999999999986446,
|
|
424
|
+
"stopProbability": 1.3554515361624555e-12
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"stateSnapshot": {
|
|
428
|
+
"currentNodeId": "bn_40502fac-df0",
|
|
429
|
+
"hopCount": 1,
|
|
430
|
+
"budgetRemaining": 314539,
|
|
431
|
+
"visitedCount": 1,
|
|
432
|
+
"firedCount": 1
|
|
433
|
+
},
|
|
434
|
+
"candidates": [
|
|
435
|
+
{
|
|
436
|
+
"action": {
|
|
437
|
+
"type": "traverse",
|
|
438
|
+
"targetNodeId": "bn_0e867ad3-a44"
|
|
439
|
+
},
|
|
440
|
+
"score": 1.3833746213110998,
|
|
441
|
+
"probability": 0.9999999999999754
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"action": {
|
|
445
|
+
"type": "stop"
|
|
446
|
+
},
|
|
447
|
+
"score": -1.7496852866752284,
|
|
448
|
+
"probability": 2.4733962892288202e-14
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"chosenAction": {
|
|
452
|
+
"type": "traverse",
|
|
453
|
+
"targetNodeId": "bn_0e867ad3-a44"
|
|
454
|
+
},
|
|
455
|
+
"chosenActionProbability": 0.9999999999999754,
|
|
456
|
+
"stopProbability": 2.4733962892288202e-14
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"stateSnapshot": {
|
|
460
|
+
"currentNodeId": "bn_0e867ad3-a44",
|
|
461
|
+
"hopCount": 2,
|
|
462
|
+
"budgetRemaining": 314524,
|
|
463
|
+
"visitedCount": 2,
|
|
464
|
+
"firedCount": 2
|
|
465
|
+
},
|
|
466
|
+
"candidates": [
|
|
467
|
+
{
|
|
468
|
+
"action": {
|
|
469
|
+
"type": "traverse",
|
|
470
|
+
"targetNodeId": "bn_7aa03640-409"
|
|
471
|
+
},
|
|
472
|
+
"score": 1.6571061718222952,
|
|
473
|
+
"probability": 0.9346462837250167
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"action": {
|
|
477
|
+
"type": "traverse",
|
|
478
|
+
"targetNodeId": "bn_56d0d6a0-bf5"
|
|
479
|
+
},
|
|
480
|
+
"score": 1.3910707872392618,
|
|
481
|
+
"probability": 0.065353716274965
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"action": {
|
|
485
|
+
"type": "stop"
|
|
486
|
+
},
|
|
487
|
+
"score": -1.499542235163969,
|
|
488
|
+
"probability": 1.825985980821016e-14
|
|
489
|
+
}
|
|
490
|
+
],
|
|
491
|
+
"chosenAction": {
|
|
492
|
+
"type": "traverse",
|
|
493
|
+
"targetNodeId": "bn_7aa03640-409"
|
|
494
|
+
},
|
|
495
|
+
"chosenActionProbability": 0.9346462837250167,
|
|
496
|
+
"stopProbability": 1.825985980821016e-14
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"stateSnapshot": {
|
|
500
|
+
"currentNodeId": "bn_7aa03640-409",
|
|
501
|
+
"hopCount": 3,
|
|
502
|
+
"budgetRemaining": 314510,
|
|
503
|
+
"visitedCount": 3,
|
|
504
|
+
"firedCount": 3
|
|
505
|
+
},
|
|
506
|
+
"candidates": [
|
|
507
|
+
{
|
|
508
|
+
"action": {
|
|
509
|
+
"type": "traverse",
|
|
510
|
+
"targetNodeId": "bn_56d0d6a0-bf5"
|
|
511
|
+
},
|
|
512
|
+
"score": 1.385168196641951,
|
|
513
|
+
"probability": 0.9999999999963844
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"action": {
|
|
517
|
+
"type": "stop"
|
|
518
|
+
},
|
|
519
|
+
"score": -1.2494087204201265,
|
|
520
|
+
"probability": 3.61557877056812e-12
|
|
521
|
+
}
|
|
522
|
+
],
|
|
523
|
+
"chosenAction": {
|
|
524
|
+
"type": "traverse",
|
|
525
|
+
"targetNodeId": "bn_56d0d6a0-bf5"
|
|
526
|
+
},
|
|
527
|
+
"chosenActionProbability": 0.9999999999963844,
|
|
528
|
+
"stopProbability": 3.61557877056812e-12
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"stateSnapshot": {
|
|
532
|
+
"currentNodeId": "bn_56d0d6a0-bf5",
|
|
533
|
+
"hopCount": 4,
|
|
534
|
+
"budgetRemaining": 314473,
|
|
535
|
+
"visitedCount": 4,
|
|
536
|
+
"firedCount": 4
|
|
537
|
+
},
|
|
538
|
+
"candidates": [
|
|
539
|
+
{
|
|
540
|
+
"action": {
|
|
541
|
+
"type": "stop"
|
|
542
|
+
},
|
|
543
|
+
"score": 0,
|
|
544
|
+
"probability": 1
|
|
545
|
+
}
|
|
546
|
+
],
|
|
547
|
+
"chosenAction": {
|
|
548
|
+
"type": "stop"
|
|
549
|
+
},
|
|
550
|
+
"chosenActionProbability": 1,
|
|
551
|
+
"stopProbability": 1
|
|
552
|
+
}
|
|
553
|
+
],
|
|
554
|
+
"firedNodes": [
|
|
555
|
+
"bn_40502fac-df0",
|
|
556
|
+
"bn_0e867ad3-a44",
|
|
557
|
+
"bn_7aa03640-409",
|
|
558
|
+
"bn_56d0d6a0-bf5"
|
|
559
|
+
],
|
|
560
|
+
"vetoedNodes": [],
|
|
561
|
+
"contextChars": 391,
|
|
562
|
+
"footer": "Brain · 1 seeds · start bn_40502fac-df0 · 4 hops · 4 fired · 0 veto · 391 chars",
|
|
563
|
+
"createdAt": 1773635212770
|
|
564
|
+
},
|
|
565
|
+
"chosenSeed": {
|
|
566
|
+
"nodeId": "bn_40502fac-df0",
|
|
567
|
+
"priorScore": 0.7326886480086391,
|
|
568
|
+
"learnedSeedWeight": 0,
|
|
569
|
+
"policyScore": 0.7326886480086391,
|
|
570
|
+
"probability": 0.9999999999986446,
|
|
571
|
+
"chosen": true
|
|
572
|
+
},
|
|
573
|
+
"finalSectionOrder": [
|
|
574
|
+
"correction_cards",
|
|
575
|
+
"route_selected_evidence",
|
|
576
|
+
"toolcards_and_workflows",
|
|
577
|
+
"transcript_support"
|
|
578
|
+
]
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"setup": {
|
|
582
|
+
"linkedPlugin": "/Users/cormorantai/openclawbrain",
|
|
583
|
+
"lcmDbPath": "/Users/cormorantai/.openclaw-ocbphase1/lcm.db",
|
|
584
|
+
"brainRoot": "/Users/cormorantai/.openclaw-ocbphase1/openclawbrain",
|
|
585
|
+
"manualContextEngineSlot": null,
|
|
586
|
+
"validationMode": "sterile-lane",
|
|
587
|
+
"validationLaneName": "ocbphase1",
|
|
588
|
+
"validationGatewayPort": 19031,
|
|
589
|
+
"validationModel": "ollama/qwen2.5:7b-instruct",
|
|
590
|
+
"workerMode": "child",
|
|
591
|
+
"embeddingProvider": "ollama",
|
|
592
|
+
"embeddingModel": "bge-large:latest",
|
|
593
|
+
"agentTimeoutMs": 120000
|
|
594
|
+
},
|
|
595
|
+
"init": {
|
|
596
|
+
"command": "init",
|
|
597
|
+
"workspaceRoot": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture",
|
|
598
|
+
"summary": "Brain initialized: 3 nodes (3 chunk), 4 edges",
|
|
599
|
+
"packVersion": 6
|
|
600
|
+
},
|
|
601
|
+
"doctor": {
|
|
602
|
+
"command": "doctor",
|
|
603
|
+
"brainRoot": "/Users/cormorantai/.openclaw-ocbphase1/openclawbrain",
|
|
604
|
+
"stateDbExists": true,
|
|
605
|
+
"currentPackVersion": 6,
|
|
606
|
+
"currentPackSnapshotExists": true,
|
|
607
|
+
"embeddingConfigured": true,
|
|
608
|
+
"embeddingProvider": "ollama",
|
|
609
|
+
"embeddingModel": "bge-large:latest",
|
|
610
|
+
"embeddingBaseUrl": "http://127.0.0.1:11434/v1",
|
|
611
|
+
"embeddingAuthMode": "none",
|
|
612
|
+
"embeddingConfigError": null,
|
|
613
|
+
"shadowMode": false,
|
|
614
|
+
"workerMode": "child",
|
|
615
|
+
"workerModeDevOnly": false,
|
|
616
|
+
"workerModeWarning": null,
|
|
617
|
+
"workerPid": null,
|
|
618
|
+
"workerStatus": "unknown",
|
|
619
|
+
"workerLastHeartbeatAt": null,
|
|
620
|
+
"workerLastReadyAt": null,
|
|
621
|
+
"workerHealthy": false,
|
|
622
|
+
"workerLastExit": null,
|
|
623
|
+
"workerRestartCount": 0,
|
|
624
|
+
"workerLastRestartAt": null,
|
|
625
|
+
"workerStartedAt": null,
|
|
626
|
+
"workerLastReloadRequestedAt": null,
|
|
627
|
+
"workerLastReloadAckAt": null,
|
|
628
|
+
"workerLastTickAt": null,
|
|
629
|
+
"workerLastTickResultAt": null,
|
|
630
|
+
"workerLastTickOk": null,
|
|
631
|
+
"workerLastTickError": null,
|
|
632
|
+
"workerLastFatalError": null,
|
|
633
|
+
"disabled": false,
|
|
634
|
+
"pendingEvidence": 1,
|
|
635
|
+
"mutationBacklog": {
|
|
636
|
+
"pending": 0,
|
|
637
|
+
"validated": 0,
|
|
638
|
+
"promoted": 0,
|
|
639
|
+
"rejected": 0
|
|
640
|
+
},
|
|
641
|
+
"orphanedTraceRows": 0,
|
|
642
|
+
"nodeCount": 3,
|
|
643
|
+
"edgeCount": 4,
|
|
644
|
+
"lastTraceId": "bt_c79a93d6"
|
|
645
|
+
},
|
|
646
|
+
"status": {
|
|
647
|
+
"command": "status",
|
|
648
|
+
"brainRoot": "/Users/cormorantai/.openclaw-ocbphase1/openclawbrain",
|
|
649
|
+
"disabled": false,
|
|
650
|
+
"shadowMode": false,
|
|
651
|
+
"embeddingProvider": "ollama",
|
|
652
|
+
"embeddingModel": "bge-large:latest",
|
|
653
|
+
"embeddingBaseUrl": "http://127.0.0.1:11434/v1",
|
|
654
|
+
"embeddingAuthMode": "none",
|
|
655
|
+
"embeddingConfigError": null,
|
|
656
|
+
"workerMode": "child",
|
|
657
|
+
"workerModeDevOnly": false,
|
|
658
|
+
"workerModeWarning": null,
|
|
659
|
+
"workerPid": null,
|
|
660
|
+
"workerStatus": "unknown",
|
|
661
|
+
"workerLastHeartbeatAt": null,
|
|
662
|
+
"workerLastReadyAt": null,
|
|
663
|
+
"workerHealthy": false,
|
|
664
|
+
"workerLastExit": null,
|
|
665
|
+
"workerRestartCount": 0,
|
|
666
|
+
"workerLastRestartAt": null,
|
|
667
|
+
"workerStartedAt": null,
|
|
668
|
+
"workerLastReloadRequestedAt": null,
|
|
669
|
+
"workerLastReloadAckAt": null,
|
|
670
|
+
"workerLastTickAt": null,
|
|
671
|
+
"workerLastTickResultAt": null,
|
|
672
|
+
"workerLastTickOk": null,
|
|
673
|
+
"workerLastTickError": null,
|
|
674
|
+
"workerLastFatalError": null,
|
|
675
|
+
"currentPackVersion": 6,
|
|
676
|
+
"currentPackMetadata": {
|
|
677
|
+
"reason": "cli-init",
|
|
678
|
+
"workspaceRoot": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture",
|
|
679
|
+
"summary": "Brain initialized: 3 nodes (3 chunk), 4 edges"
|
|
680
|
+
},
|
|
681
|
+
"pendingEvidence": 1,
|
|
682
|
+
"pendingEvidenceBySource": {
|
|
683
|
+
"human": 0,
|
|
684
|
+
"self": 0,
|
|
685
|
+
"scanner": 1,
|
|
686
|
+
"teacher": 0
|
|
687
|
+
},
|
|
688
|
+
"pendingLabels": 0,
|
|
689
|
+
"pendingLabelsBySource": {
|
|
690
|
+
"human": 0,
|
|
691
|
+
"self": 0,
|
|
692
|
+
"scanner": 0,
|
|
693
|
+
"teacher": 0
|
|
694
|
+
},
|
|
695
|
+
"mutationBacklog": {
|
|
696
|
+
"pending": 0,
|
|
697
|
+
"validated": 0,
|
|
698
|
+
"promoted": 0,
|
|
699
|
+
"rejected": 0
|
|
700
|
+
},
|
|
701
|
+
"lastPromotionReason": null,
|
|
702
|
+
"lastReplayFailureReason": null,
|
|
703
|
+
"lastAssemblyDecision": {
|
|
704
|
+
"mode": "use_brain",
|
|
705
|
+
"footer": "Brain · 1 seeds · start bn_40502fac-df0 · 4 hops · 4 fired · 0 veto · 391 chars",
|
|
706
|
+
"episodeId": "be_5a29c9cf-99b",
|
|
707
|
+
"traceId": "bt_c79a93d6"
|
|
708
|
+
},
|
|
709
|
+
"seedLearningEnabled": false,
|
|
710
|
+
"recentTraceCount": 1,
|
|
711
|
+
"nodeCount": 3,
|
|
712
|
+
"edgeCount": 4,
|
|
713
|
+
"nodesByKind": {
|
|
714
|
+
"chunk": 3,
|
|
715
|
+
"workflow": 0,
|
|
716
|
+
"correction": 0,
|
|
717
|
+
"toolcard": 0,
|
|
718
|
+
"episode_anchor": 0,
|
|
719
|
+
"summary_bridge": 0
|
|
720
|
+
},
|
|
721
|
+
"edgesByKind": {
|
|
722
|
+
"sibling": 2,
|
|
723
|
+
"semantic": 2,
|
|
724
|
+
"learned": 0,
|
|
725
|
+
"seed": 0,
|
|
726
|
+
"inhibitory": 0,
|
|
727
|
+
"bridge": 0
|
|
728
|
+
},
|
|
729
|
+
"firedPerQuery": 4,
|
|
730
|
+
"dormantPercent": 1,
|
|
731
|
+
"inhibitoryPercent": 0,
|
|
732
|
+
"orphanCount": 0,
|
|
733
|
+
"avgPathLength": 5,
|
|
734
|
+
"avgReward": 0,
|
|
735
|
+
"crossFileEdgePercent": 0.5,
|
|
736
|
+
"churn": 0,
|
|
737
|
+
"packVersion": 6,
|
|
738
|
+
"lastUpdateAt": 1773674657451,
|
|
739
|
+
"totalEpisodes": 1
|
|
740
|
+
},
|
|
741
|
+
"runtime": {
|
|
742
|
+
"ok": true,
|
|
743
|
+
"teachRetrieval": {
|
|
744
|
+
"taughtNodeId": "bn_8c0d6437-cc6",
|
|
745
|
+
"packVersion": 7,
|
|
746
|
+
"retrievedCorrectionVisible": true,
|
|
747
|
+
"traceIncludesTaughtNode": true,
|
|
748
|
+
"retrievedPackVersion": 7
|
|
749
|
+
},
|
|
750
|
+
"workerDownFailOpen": {
|
|
751
|
+
"servedBeforeCrash": true,
|
|
752
|
+
"servedPullRequestGuidanceBeforeCrash": true,
|
|
753
|
+
"workerHealthyAfterCrash": false,
|
|
754
|
+
"workerLastExit": {
|
|
755
|
+
"code": null,
|
|
756
|
+
"signal": "SIGKILL",
|
|
757
|
+
"at": 1773674656519
|
|
758
|
+
},
|
|
759
|
+
"currentPackVersion": 3,
|
|
760
|
+
"servedAfterCrash": true,
|
|
761
|
+
"servedPackVersion": 3,
|
|
762
|
+
"servedPullRequestGuidance": true
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"agent": {
|
|
766
|
+
"recurrentPrimer": {
|
|
767
|
+
"payloads": [
|
|
768
|
+
{
|
|
769
|
+
"text": "To open a pull request (PR) again, follow these steps:\n\n1. **Ensure Your Branch Is Up-to-Date:**\n ```sh\n git pull origin main\n ```\n\n2. **Make Your Changes:**\n - Add your code or make your changes.\n\n3. **Commit Your Changes:**\n ```sh\n git add .\n git commit -m \"Your descriptive commit message\"\n ```\n\n4. **Push Your Changes to the Remote Repository:**\n ```sh\n git push origin <your-branch>\n ```\n\n5. **Create the Pull Request:**\n - Go to your repository on GitHub.\n - Click on the \"Pull Requests\" tab.\n - Click on the \"New Pull Request\" button.\n - Select the base repository and branch (usually `main` or `master`), and the source branch (your branch).\n - Add a title and description for the PR.\n - Click on \"Create Pull Request.\"\n\nAlternatively, you can use the `gh` CLI tool to create the pull request directly from the terminal:\n\n```sh\ngh pr create --title \"Your PR title\" --body \"Your PR description\" --base main --head <your-branch>\n```\n\nWould you like to proceed with any of these steps or need further assistance?",
|
|
770
|
+
"mediaUrl": null
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"meta": {
|
|
774
|
+
"durationMs": 75026,
|
|
775
|
+
"agentMeta": {
|
|
776
|
+
"sessionId": "475abd74-ed4f-4334-a896-8ffd7d81eec7",
|
|
777
|
+
"provider": "ollama",
|
|
778
|
+
"model": "qwen2.5:7b-instruct",
|
|
779
|
+
"usage": {
|
|
780
|
+
"input": 17889,
|
|
781
|
+
"output": 272,
|
|
782
|
+
"total": 18161
|
|
783
|
+
},
|
|
784
|
+
"lastCallUsage": {
|
|
785
|
+
"input": 17889,
|
|
786
|
+
"output": 272,
|
|
787
|
+
"cacheRead": 0,
|
|
788
|
+
"cacheWrite": 0,
|
|
789
|
+
"total": 18161
|
|
790
|
+
},
|
|
791
|
+
"promptTokens": 17889
|
|
792
|
+
},
|
|
793
|
+
"aborted": false,
|
|
794
|
+
"systemPromptReport": {
|
|
795
|
+
"source": "run",
|
|
796
|
+
"generatedAt": 1773674660639,
|
|
797
|
+
"sessionId": "93eb604e-21e6-4802-81c1-04c889244efb",
|
|
798
|
+
"sessionKey": "agent:main:main",
|
|
799
|
+
"provider": "ollama",
|
|
800
|
+
"model": "qwen2.5:7b-instruct",
|
|
801
|
+
"workspaceDir": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture",
|
|
802
|
+
"bootstrapMaxChars": 20000,
|
|
803
|
+
"bootstrapTotalMaxChars": 150000,
|
|
804
|
+
"bootstrapTruncation": {
|
|
805
|
+
"warningMode": "once",
|
|
806
|
+
"warningShown": false,
|
|
807
|
+
"truncatedFiles": 0,
|
|
808
|
+
"nearLimitFiles": 0,
|
|
809
|
+
"totalNearLimit": false
|
|
810
|
+
},
|
|
811
|
+
"sandbox": {
|
|
812
|
+
"mode": "off",
|
|
813
|
+
"sandboxed": false
|
|
814
|
+
},
|
|
815
|
+
"systemPrompt": {
|
|
816
|
+
"chars": 31507,
|
|
817
|
+
"projectContextChars": 13769,
|
|
818
|
+
"nonProjectContextChars": 17738
|
|
819
|
+
},
|
|
820
|
+
"injectedWorkspaceFiles": [
|
|
821
|
+
{
|
|
822
|
+
"name": "AGENTS.md",
|
|
823
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/AGENTS.md",
|
|
824
|
+
"missing": false,
|
|
825
|
+
"rawChars": 7809,
|
|
826
|
+
"injectedChars": 7809,
|
|
827
|
+
"truncated": false
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"name": "SOUL.md",
|
|
831
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/SOUL.md",
|
|
832
|
+
"missing": false,
|
|
833
|
+
"rawChars": 1664,
|
|
834
|
+
"injectedChars": 1664,
|
|
835
|
+
"truncated": false
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"name": "TOOLS.md",
|
|
839
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/TOOLS.md",
|
|
840
|
+
"missing": false,
|
|
841
|
+
"rawChars": 850,
|
|
842
|
+
"injectedChars": 850,
|
|
843
|
+
"truncated": false
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"name": "IDENTITY.md",
|
|
847
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/IDENTITY.md",
|
|
848
|
+
"missing": false,
|
|
849
|
+
"rawChars": 633,
|
|
850
|
+
"injectedChars": 633,
|
|
851
|
+
"truncated": false
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "USER.md",
|
|
855
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/USER.md",
|
|
856
|
+
"missing": false,
|
|
857
|
+
"rawChars": 474,
|
|
858
|
+
"injectedChars": 474,
|
|
859
|
+
"truncated": false
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "HEARTBEAT.md",
|
|
863
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/HEARTBEAT.md",
|
|
864
|
+
"missing": false,
|
|
865
|
+
"rawChars": 167,
|
|
866
|
+
"injectedChars": 167,
|
|
867
|
+
"truncated": false
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"name": "BOOTSTRAP.md",
|
|
871
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/BOOTSTRAP.md",
|
|
872
|
+
"missing": false,
|
|
873
|
+
"rawChars": 1449,
|
|
874
|
+
"injectedChars": 1449,
|
|
875
|
+
"truncated": false
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"skills": {
|
|
879
|
+
"promptChars": 4781,
|
|
880
|
+
"entries": [
|
|
881
|
+
{
|
|
882
|
+
"name": "coding-agent",
|
|
883
|
+
"blockChars": 808
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"name": "gh-issues",
|
|
887
|
+
"blockChars": 484
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"name": "github",
|
|
891
|
+
"blockChars": 548
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"name": "gog",
|
|
895
|
+
"blockChars": 208
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"name": "healthcheck",
|
|
899
|
+
"blockChars": 467
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "node-connect",
|
|
903
|
+
"blockChars": 517
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"name": "session-logs",
|
|
907
|
+
"blockChars": 229
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"name": "skill-creator",
|
|
911
|
+
"blockChars": 735
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "weather",
|
|
915
|
+
"blockChars": 392
|
|
916
|
+
}
|
|
917
|
+
]
|
|
918
|
+
},
|
|
919
|
+
"tools": {
|
|
920
|
+
"listChars": 4389,
|
|
921
|
+
"schemaChars": 23292,
|
|
922
|
+
"entries": [
|
|
923
|
+
{
|
|
924
|
+
"name": "read",
|
|
925
|
+
"summaryChars": 298,
|
|
926
|
+
"schemaChars": 392,
|
|
927
|
+
"propertiesCount": 4
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "edit",
|
|
931
|
+
"summaryChars": 129,
|
|
932
|
+
"schemaChars": 591,
|
|
933
|
+
"propertiesCount": 6
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "write",
|
|
937
|
+
"summaryChars": 127,
|
|
938
|
+
"schemaChars": 313,
|
|
939
|
+
"propertiesCount": 3
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "exec",
|
|
943
|
+
"summaryChars": 181,
|
|
944
|
+
"schemaChars": 1086,
|
|
945
|
+
"propertiesCount": 12
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "process",
|
|
949
|
+
"summaryChars": 85,
|
|
950
|
+
"schemaChars": 961,
|
|
951
|
+
"propertiesCount": 12
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "browser",
|
|
955
|
+
"summaryChars": 1251,
|
|
956
|
+
"schemaChars": 2799,
|
|
957
|
+
"propertiesCount": 48
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"name": "canvas",
|
|
961
|
+
"summaryChars": 106,
|
|
962
|
+
"schemaChars": 661,
|
|
963
|
+
"propertiesCount": 18
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"name": "nodes",
|
|
967
|
+
"summaryChars": 122,
|
|
968
|
+
"schemaChars": 1800,
|
|
969
|
+
"propertiesCount": 37
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"name": "cron",
|
|
973
|
+
"summaryChars": 2689,
|
|
974
|
+
"schemaChars": 690,
|
|
975
|
+
"propertiesCount": 13
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"name": "message",
|
|
979
|
+
"summaryChars": 89,
|
|
980
|
+
"schemaChars": 4872,
|
|
981
|
+
"propertiesCount": 91
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"name": "tts",
|
|
985
|
+
"summaryChars": 152,
|
|
986
|
+
"schemaChars": 223,
|
|
987
|
+
"propertiesCount": 2
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
"name": "gateway",
|
|
991
|
+
"summaryChars": 464,
|
|
992
|
+
"schemaChars": 497,
|
|
993
|
+
"propertiesCount": 12
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"name": "agents_list",
|
|
997
|
+
"summaryChars": 118,
|
|
998
|
+
"schemaChars": 33,
|
|
999
|
+
"propertiesCount": 0
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "sessions_list",
|
|
1003
|
+
"summaryChars": 54,
|
|
1004
|
+
"schemaChars": 212,
|
|
1005
|
+
"propertiesCount": 4
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"name": "sessions_history",
|
|
1009
|
+
"summaryChars": 36,
|
|
1010
|
+
"schemaChars": 161,
|
|
1011
|
+
"propertiesCount": 3
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "sessions_send",
|
|
1015
|
+
"summaryChars": 84,
|
|
1016
|
+
"schemaChars": 273,
|
|
1017
|
+
"propertiesCount": 5
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "sessions_yield",
|
|
1021
|
+
"summaryChars": 97,
|
|
1022
|
+
"schemaChars": 60,
|
|
1023
|
+
"propertiesCount": 1
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "sessions_spawn",
|
|
1027
|
+
"summaryChars": 198,
|
|
1028
|
+
"schemaChars": 1179,
|
|
1029
|
+
"propertiesCount": 17
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"name": "subagents",
|
|
1033
|
+
"summaryChars": 105,
|
|
1034
|
+
"schemaChars": 191,
|
|
1035
|
+
"propertiesCount": 4
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"name": "session_status",
|
|
1039
|
+
"summaryChars": 207,
|
|
1040
|
+
"schemaChars": 89,
|
|
1041
|
+
"propertiesCount": 2
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "web_search",
|
|
1045
|
+
"summaryChars": 123,
|
|
1046
|
+
"schemaChars": 767,
|
|
1047
|
+
"propertiesCount": 7
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "web_fetch",
|
|
1051
|
+
"summaryChars": 129,
|
|
1052
|
+
"schemaChars": 374,
|
|
1053
|
+
"propertiesCount": 3
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"name": "pdf",
|
|
1057
|
+
"summaryChars": 275,
|
|
1058
|
+
"schemaChars": 400,
|
|
1059
|
+
"propertiesCount": 6
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "lcm_grep",
|
|
1063
|
+
"summaryChars": 320,
|
|
1064
|
+
"schemaChars": 1193,
|
|
1065
|
+
"propertiesCount": 8
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "lcm_describe",
|
|
1069
|
+
"summaryChars": 233,
|
|
1070
|
+
"schemaChars": 592,
|
|
1071
|
+
"propertiesCount": 4
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "lcm_expand",
|
|
1075
|
+
"summaryChars": 400,
|
|
1076
|
+
"schemaChars": 987,
|
|
1077
|
+
"propertiesCount": 7
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"name": "lcm_expand_query",
|
|
1081
|
+
"summaryChars": 205,
|
|
1082
|
+
"schemaChars": 970,
|
|
1083
|
+
"propertiesCount": 7
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "brain_teach",
|
|
1087
|
+
"summaryChars": 126,
|
|
1088
|
+
"schemaChars": 494,
|
|
1089
|
+
"propertiesCount": 3
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "brain_status",
|
|
1093
|
+
"summaryChars": 81,
|
|
1094
|
+
"schemaChars": 33,
|
|
1095
|
+
"propertiesCount": 0
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "brain_trace",
|
|
1099
|
+
"summaryChars": 173,
|
|
1100
|
+
"schemaChars": 132,
|
|
1101
|
+
"propertiesCount": 1
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "memory_search",
|
|
1105
|
+
"summaryChars": 334,
|
|
1106
|
+
"schemaChars": 139,
|
|
1107
|
+
"propertiesCount": 3
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "memory_get",
|
|
1111
|
+
"summaryChars": 151,
|
|
1112
|
+
"schemaChars": 128,
|
|
1113
|
+
"propertiesCount": 3
|
|
1114
|
+
}
|
|
1115
|
+
]
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
"stopReason": "stop"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
"recurrentQuery": {
|
|
1122
|
+
"payloads": [
|
|
1123
|
+
{
|
|
1124
|
+
"text": "To open a pull request (PR) again, you can follow these steps:\n\n1. **Ensure Your Branch Is Up-to-Date:**\n ```sh\n git pull origin main\n ```\n\n2. **Make Your Changes:**\n - Add your code or make your changes.\n\n3. **Commit Your Changes:**\n ```sh\n git add .\n git commit -m \"Your descriptive commit message\"\n ```\n\n4. **Push Your Changes to the Remote Repository:**\n ```sh\n git push origin <your-branch>\n ```\n\n5. **Create the Pull Request:**\n - Go to your repository on GitHub.\n - Click on the \"Pull Requests\" tab.\n - Click on the \"New Pull Request\" button.\n - Select the base repository and branch (usually `main` or `master`), and the source branch (your branch).\n - Add a title and description for the PR.\n - Click on \"Create Pull Request.\"\n\nAlternatively, you can use the `gh` CLI tool to create the pull request directly from the terminal:\n\n```sh\ngh pr create --title \"Your PR title\" --body \"Your PR description\" --base main --head <your-branch>\n```\n\nWould you like to proceed with any of these steps or need further assistance?",
|
|
1125
|
+
"mediaUrl": null
|
|
1126
|
+
}
|
|
1127
|
+
],
|
|
1128
|
+
"meta": {
|
|
1129
|
+
"durationMs": 8886,
|
|
1130
|
+
"agentMeta": {
|
|
1131
|
+
"sessionId": "475abd74-ed4f-4334-a896-8ffd7d81eec7",
|
|
1132
|
+
"provider": "ollama",
|
|
1133
|
+
"model": "qwen2.5:7b-instruct",
|
|
1134
|
+
"usage": {
|
|
1135
|
+
"input": 18177,
|
|
1136
|
+
"output": 274,
|
|
1137
|
+
"total": 18451
|
|
1138
|
+
},
|
|
1139
|
+
"lastCallUsage": {
|
|
1140
|
+
"input": 18177,
|
|
1141
|
+
"output": 274,
|
|
1142
|
+
"cacheRead": 0,
|
|
1143
|
+
"cacheWrite": 0,
|
|
1144
|
+
"total": 18451
|
|
1145
|
+
},
|
|
1146
|
+
"promptTokens": 18177
|
|
1147
|
+
},
|
|
1148
|
+
"aborted": false,
|
|
1149
|
+
"systemPromptReport": {
|
|
1150
|
+
"source": "run",
|
|
1151
|
+
"generatedAt": 1773674739329,
|
|
1152
|
+
"sessionId": "93eb604e-21e6-4802-81c1-04c889244efb",
|
|
1153
|
+
"sessionKey": "agent:main:main",
|
|
1154
|
+
"provider": "ollama",
|
|
1155
|
+
"model": "qwen2.5:7b-instruct",
|
|
1156
|
+
"workspaceDir": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture",
|
|
1157
|
+
"bootstrapMaxChars": 20000,
|
|
1158
|
+
"bootstrapTotalMaxChars": 150000,
|
|
1159
|
+
"bootstrapTruncation": {
|
|
1160
|
+
"warningMode": "once",
|
|
1161
|
+
"warningShown": false,
|
|
1162
|
+
"truncatedFiles": 0,
|
|
1163
|
+
"nearLimitFiles": 0,
|
|
1164
|
+
"totalNearLimit": false
|
|
1165
|
+
},
|
|
1166
|
+
"sandbox": {
|
|
1167
|
+
"mode": "off",
|
|
1168
|
+
"sandboxed": false
|
|
1169
|
+
},
|
|
1170
|
+
"systemPrompt": {
|
|
1171
|
+
"chars": 31507,
|
|
1172
|
+
"projectContextChars": 13769,
|
|
1173
|
+
"nonProjectContextChars": 17738
|
|
1174
|
+
},
|
|
1175
|
+
"injectedWorkspaceFiles": [
|
|
1176
|
+
{
|
|
1177
|
+
"name": "AGENTS.md",
|
|
1178
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/AGENTS.md",
|
|
1179
|
+
"missing": false,
|
|
1180
|
+
"rawChars": 7809,
|
|
1181
|
+
"injectedChars": 7809,
|
|
1182
|
+
"truncated": false
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "SOUL.md",
|
|
1186
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/SOUL.md",
|
|
1187
|
+
"missing": false,
|
|
1188
|
+
"rawChars": 1664,
|
|
1189
|
+
"injectedChars": 1664,
|
|
1190
|
+
"truncated": false
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "TOOLS.md",
|
|
1194
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/TOOLS.md",
|
|
1195
|
+
"missing": false,
|
|
1196
|
+
"rawChars": 850,
|
|
1197
|
+
"injectedChars": 850,
|
|
1198
|
+
"truncated": false
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"name": "IDENTITY.md",
|
|
1202
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/IDENTITY.md",
|
|
1203
|
+
"missing": false,
|
|
1204
|
+
"rawChars": 633,
|
|
1205
|
+
"injectedChars": 633,
|
|
1206
|
+
"truncated": false
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"name": "USER.md",
|
|
1210
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/USER.md",
|
|
1211
|
+
"missing": false,
|
|
1212
|
+
"rawChars": 474,
|
|
1213
|
+
"injectedChars": 474,
|
|
1214
|
+
"truncated": false
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "HEARTBEAT.md",
|
|
1218
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/HEARTBEAT.md",
|
|
1219
|
+
"missing": false,
|
|
1220
|
+
"rawChars": 167,
|
|
1221
|
+
"injectedChars": 167,
|
|
1222
|
+
"truncated": false
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "BOOTSTRAP.md",
|
|
1226
|
+
"path": "/Users/cormorantai/.openclaw-ocbphase1/workspace-fixture/BOOTSTRAP.md",
|
|
1227
|
+
"missing": false,
|
|
1228
|
+
"rawChars": 1449,
|
|
1229
|
+
"injectedChars": 1449,
|
|
1230
|
+
"truncated": false
|
|
1231
|
+
}
|
|
1232
|
+
],
|
|
1233
|
+
"skills": {
|
|
1234
|
+
"promptChars": 4781,
|
|
1235
|
+
"entries": [
|
|
1236
|
+
{
|
|
1237
|
+
"name": "coding-agent",
|
|
1238
|
+
"blockChars": 808
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "gh-issues",
|
|
1242
|
+
"blockChars": 484
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "github",
|
|
1246
|
+
"blockChars": 548
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"name": "gog",
|
|
1250
|
+
"blockChars": 208
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "healthcheck",
|
|
1254
|
+
"blockChars": 467
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"name": "node-connect",
|
|
1258
|
+
"blockChars": 517
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "session-logs",
|
|
1262
|
+
"blockChars": 229
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "skill-creator",
|
|
1266
|
+
"blockChars": 735
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "weather",
|
|
1270
|
+
"blockChars": 392
|
|
1271
|
+
}
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
1274
|
+
"tools": {
|
|
1275
|
+
"listChars": 4389,
|
|
1276
|
+
"schemaChars": 23292,
|
|
1277
|
+
"entries": [
|
|
1278
|
+
{
|
|
1279
|
+
"name": "read",
|
|
1280
|
+
"summaryChars": 298,
|
|
1281
|
+
"schemaChars": 392,
|
|
1282
|
+
"propertiesCount": 4
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "edit",
|
|
1286
|
+
"summaryChars": 129,
|
|
1287
|
+
"schemaChars": 591,
|
|
1288
|
+
"propertiesCount": 6
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "write",
|
|
1292
|
+
"summaryChars": 127,
|
|
1293
|
+
"schemaChars": 313,
|
|
1294
|
+
"propertiesCount": 3
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "exec",
|
|
1298
|
+
"summaryChars": 181,
|
|
1299
|
+
"schemaChars": 1086,
|
|
1300
|
+
"propertiesCount": 12
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"name": "process",
|
|
1304
|
+
"summaryChars": 85,
|
|
1305
|
+
"schemaChars": 961,
|
|
1306
|
+
"propertiesCount": 12
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "browser",
|
|
1310
|
+
"summaryChars": 1251,
|
|
1311
|
+
"schemaChars": 2799,
|
|
1312
|
+
"propertiesCount": 48
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "canvas",
|
|
1316
|
+
"summaryChars": 106,
|
|
1317
|
+
"schemaChars": 661,
|
|
1318
|
+
"propertiesCount": 18
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": "nodes",
|
|
1322
|
+
"summaryChars": 122,
|
|
1323
|
+
"schemaChars": 1800,
|
|
1324
|
+
"propertiesCount": 37
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "cron",
|
|
1328
|
+
"summaryChars": 2689,
|
|
1329
|
+
"schemaChars": 690,
|
|
1330
|
+
"propertiesCount": 13
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"name": "message",
|
|
1334
|
+
"summaryChars": 89,
|
|
1335
|
+
"schemaChars": 4872,
|
|
1336
|
+
"propertiesCount": 91
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"name": "tts",
|
|
1340
|
+
"summaryChars": 152,
|
|
1341
|
+
"schemaChars": 223,
|
|
1342
|
+
"propertiesCount": 2
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "gateway",
|
|
1346
|
+
"summaryChars": 464,
|
|
1347
|
+
"schemaChars": 497,
|
|
1348
|
+
"propertiesCount": 12
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"name": "agents_list",
|
|
1352
|
+
"summaryChars": 118,
|
|
1353
|
+
"schemaChars": 33,
|
|
1354
|
+
"propertiesCount": 0
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"name": "sessions_list",
|
|
1358
|
+
"summaryChars": 54,
|
|
1359
|
+
"schemaChars": 212,
|
|
1360
|
+
"propertiesCount": 4
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"name": "sessions_history",
|
|
1364
|
+
"summaryChars": 36,
|
|
1365
|
+
"schemaChars": 161,
|
|
1366
|
+
"propertiesCount": 3
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "sessions_send",
|
|
1370
|
+
"summaryChars": 84,
|
|
1371
|
+
"schemaChars": 273,
|
|
1372
|
+
"propertiesCount": 5
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "sessions_yield",
|
|
1376
|
+
"summaryChars": 97,
|
|
1377
|
+
"schemaChars": 60,
|
|
1378
|
+
"propertiesCount": 1
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "sessions_spawn",
|
|
1382
|
+
"summaryChars": 198,
|
|
1383
|
+
"schemaChars": 1179,
|
|
1384
|
+
"propertiesCount": 17
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "subagents",
|
|
1388
|
+
"summaryChars": 105,
|
|
1389
|
+
"schemaChars": 191,
|
|
1390
|
+
"propertiesCount": 4
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"name": "session_status",
|
|
1394
|
+
"summaryChars": 207,
|
|
1395
|
+
"schemaChars": 89,
|
|
1396
|
+
"propertiesCount": 2
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"name": "web_search",
|
|
1400
|
+
"summaryChars": 123,
|
|
1401
|
+
"schemaChars": 767,
|
|
1402
|
+
"propertiesCount": 7
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "web_fetch",
|
|
1406
|
+
"summaryChars": 129,
|
|
1407
|
+
"schemaChars": 374,
|
|
1408
|
+
"propertiesCount": 3
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"name": "pdf",
|
|
1412
|
+
"summaryChars": 275,
|
|
1413
|
+
"schemaChars": 400,
|
|
1414
|
+
"propertiesCount": 6
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "lcm_grep",
|
|
1418
|
+
"summaryChars": 320,
|
|
1419
|
+
"schemaChars": 1193,
|
|
1420
|
+
"propertiesCount": 8
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "lcm_describe",
|
|
1424
|
+
"summaryChars": 233,
|
|
1425
|
+
"schemaChars": 592,
|
|
1426
|
+
"propertiesCount": 4
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"name": "lcm_expand",
|
|
1430
|
+
"summaryChars": 400,
|
|
1431
|
+
"schemaChars": 987,
|
|
1432
|
+
"propertiesCount": 7
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "lcm_expand_query",
|
|
1436
|
+
"summaryChars": 205,
|
|
1437
|
+
"schemaChars": 970,
|
|
1438
|
+
"propertiesCount": 7
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "brain_teach",
|
|
1442
|
+
"summaryChars": 126,
|
|
1443
|
+
"schemaChars": 494,
|
|
1444
|
+
"propertiesCount": 3
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"name": "brain_status",
|
|
1448
|
+
"summaryChars": 81,
|
|
1449
|
+
"schemaChars": 33,
|
|
1450
|
+
"propertiesCount": 0
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"name": "brain_trace",
|
|
1454
|
+
"summaryChars": 173,
|
|
1455
|
+
"schemaChars": 132,
|
|
1456
|
+
"propertiesCount": 1
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"name": "memory_search",
|
|
1460
|
+
"summaryChars": 334,
|
|
1461
|
+
"schemaChars": 139,
|
|
1462
|
+
"propertiesCount": 3
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"name": "memory_get",
|
|
1466
|
+
"summaryChars": 151,
|
|
1467
|
+
"schemaChars": 128,
|
|
1468
|
+
"propertiesCount": 3
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
}
|
|
1472
|
+
},
|
|
1473
|
+
"stopReason": "stop"
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
"assertions": {
|
|
1478
|
+
"teachRetrieval": {
|
|
1479
|
+
"taughtNodeId": "bn_8c0d6437-cc6",
|
|
1480
|
+
"packVersion": 7,
|
|
1481
|
+
"retrievedCorrectionVisible": true,
|
|
1482
|
+
"traceIncludesTaughtNode": true,
|
|
1483
|
+
"retrievedPackVersion": 7
|
|
1484
|
+
},
|
|
1485
|
+
"workerDownFailOpen": {
|
|
1486
|
+
"servedBeforeCrash": true,
|
|
1487
|
+
"servedPullRequestGuidanceBeforeCrash": true,
|
|
1488
|
+
"workerHealthyAfterCrash": false,
|
|
1489
|
+
"workerLastExit": {
|
|
1490
|
+
"code": null,
|
|
1491
|
+
"signal": "SIGKILL",
|
|
1492
|
+
"at": 1773674656519
|
|
1493
|
+
},
|
|
1494
|
+
"currentPackVersion": 3,
|
|
1495
|
+
"servedAfterCrash": true,
|
|
1496
|
+
"servedPackVersion": 3,
|
|
1497
|
+
"servedPullRequestGuidance": true
|
|
1498
|
+
},
|
|
1499
|
+
"recurrentQuery": {
|
|
1500
|
+
"validationRecordCountBefore": 2,
|
|
1501
|
+
"validationRecordCountAfter": 2,
|
|
1502
|
+
"mode": null,
|
|
1503
|
+
"traceId": null,
|
|
1504
|
+
"episodeId": null,
|
|
1505
|
+
"traceQueryText": null,
|
|
1506
|
+
"workerMode": "child",
|
|
1507
|
+
"workerPid": null,
|
|
1508
|
+
"workerHealthy": false,
|
|
1509
|
+
"workerLastHeartbeatAt": null,
|
|
1510
|
+
"currentPackVersion": 6,
|
|
1511
|
+
"aborted": false
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"skipped": []
|
|
1515
|
+
}
|