kitchen-sink/plugin-inspector.config.json
2026-04-28 15:38:15 -07:00

42 lines
810 B
JSON

{
"version": 1,
"plugin": {
"id": "openclaw-kitchen-sink-fixture",
"priority": "high",
"seams": [
"dynamic-tool",
"llm-observer",
"gateway-service",
"provider-capability",
"manifest-contract",
"sdk-surface"
],
"sourceRoot": "src",
"expect": {
"hooks": [
"before_prompt_build",
"before_tool_call",
"llm_input",
"llm_output",
"agent_end",
"gateway_start",
"gateway_stop"
],
"registrations": [
"registerTool",
"registerChannel",
"registerService",
"registerHttpRoute",
"registerSpeechProvider"
],
"manifestContracts": [
"tools",
"speechProviders"
]
}
},
"capture": {
"mockSdk": true
}
}