Expand description
Unsafe local code executor (no sandboxing). Unsafe local code executor — runs code directly on the host.
Mirrors ADK-Python’s unsafe_local_code_executor. Runs Python code
directly on the host machine without any sandboxing.
WARNING: This executor provides NO isolation. Only use in trusted development environments.
Structs§
- Unsafe
Local Code Executor - Code executor that runs Python code directly on the host.