Module unsafe_local

Module unsafe_local 

Source
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§

UnsafeLocalCodeExecutor
Code executor that runs Python code directly on the host.