Skip to main content

Module compute

Module compute 

Source
Expand description

Compute tool for distributed task submission.

Wraps repartir::Pool for parallel task execution across CPU, GPU, or remote workers. The agent submits shell-based tasks and receives their output.

Phase 3: Requires Capability::Compute and the distributed feature (which pulls in repartir).

Security: Tasks are validated before submission — only commands matching the allowed list can execute (Poka-Yoke).

Structs§

ComputeTool
Compute tool for distributed task execution.