unreal.ProgrammaticToolset¶
- class unreal.ProgrammaticToolset(*args: Any, **kwargs: Any)¶
Bases:
ToolsetDefinition- Batches calls to other registered tools through a small sandboxed Python
script that glues them together with custom logic. The script’s purpose is tool orchestration, not general Python execution.