Files
openclaw/extensions/tokenjuice/openclaw.plugin.json
Peter Steinberger 85f3e9e988 refactor: extract shared llm runtime
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.
2026-05-27 10:40:15 +01:00

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": {}
}
}