Files
openclaw/extensions/tokenjuice/openclaw.plugin.json

14 lines
316 B
JSON

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