Files
openclaw/extensions/tokenjuice/openclaw.plugin.json
2026-04-28 04:33:47 +01:00

17 lines
351 B
JSON

{
"id": "tokenjuice",
"activation": {
"onStartup": false
},
"name": "tokenjuice",
"description": "Compacts exec and bash tool results with tokenjuice reducers.",
"contracts": {
"agentToolResultMiddleware": ["pi", "codex"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}