mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:10:44 +00:00
17 lines
351 B
JSON
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": {}
|
|
}
|
|
}
|