plugins/_code_execution/README.md
Run terminal commands and execute Python or Node.js code through Agent Zero using persistent shell sessions.
This plugin provides the code execution tool used by agents for development tasks. It supports:
ipython -cnode /exe/node_eval.jsruntime: terminal, python, nodejs, output, or reset.tools/code_execution_tool.py contains runtime dispatch, session lifecycle, and streaming output logic.helpers/shell_local.py provides the local interactive shell implementation.helpers/shell_ssh.py provides the SSH-backed interactive shell implementation.default_config.yaml defines execution, prompt, and timeout settings.prompts/ contains the response templates shown to the agent.agenttruetruefalse_code_executionCode Execution