Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions openclaw.plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@
"default": 8,
"description": "Minimum number of turns before the same memory can be recalled again in the same session. Set to 0 to disable deduplication."
},
"autoRecallTimeoutMs": {
"type": "integer",
"minimum": 500,
"maximum": 60000,
"default": 5000,
"description": "Timeout for the entire auto-recall pipeline (embedding + search + rerank) in milliseconds."
},
"autoRecallMaxItems": {
"type": "integer",
"minimum": 1,
Expand Down Expand Up @@ -321,7 +328,7 @@
},
"rerankTimeoutMs": {
"type": "integer",
"minimum": 1,
"minimum": 500,
"default": 5000,
"description": "Rerank API timeout in milliseconds (default: 5000). Increase for local/CPU-based rerank servers."
},
Expand Down Expand Up @@ -701,7 +708,7 @@
},
"timeoutMs": {
"type": "integer",
"minimum": 1,
"minimum": 500,
"default": 30000
}
}
Expand Down