mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 12:00:01 +00:00
Move provider model registries, stream wrappers, OAuth helpers, and LLM utilities into src/llm with plugin-sdk barrels instead of depending on the old embedded runtime layout.
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"id": "tokenjuice",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"name": "tokenjuice",
|
|
"description": "Compacts exec and bash tool results with tokenjuice reducers.",
|
|
"contracts": {
|
|
"agentToolResultMiddleware": ["openclaw", "codex"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|