Executes a state method via the executor.
This method is called when receiving messages from BridgeExecutor (VS Code context). It does NOT call operations - operations only run in extension host where validation happens. It calls the executor which directly invokes state methods.
Name of the state method to execute
Arguments for the state method (already in state parameter format)
Response format ("json" or "toon"), defaults to "toon"
Promise resolving to the formatted result
Gets the list of available operation names.
Array of operation names
Checks if an operation is available.
Name of the operation
True if operation exists
Simple Runner implementation for tool execution in webview. Maps operation names to their implementations and executes them directly. Generic to support different operation types (notebook, lexical, etc.)