ShallowCodeResearch_code_runner_wrapper
Execute code strings or objects async in a sandbox environment, ensuring readiness and returning results or user-friendly errors. Integrates with MCP Hub for efficient code execution workflows.
Instructions
Wrapper for CodeRunnerAgent that uses async execution with warm pool. Ensures a sandbox is spawned if not already present, waits for readiness, and then executes the code. Provides user-friendly error messages. Returns: The execution result or user-friendly error message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code_or_obj | No | The code string or object to be executed |