Monkeys

Computing Power

Compute control and runtime resources in Monkeys

Computing Power

Compute-related capabilities are split across the frontend control plane, backend APIs, and optional runtime services.

Main Components

  • monkeys-compute: compute control-plane frontend.
  • monkeys-server: compute APIs, registry, integrations, runtime, workloads, and power modules.
  • monkeys-training-worker: training and model-test background execution.
  • monkeys-comfyui-worker: ComfyUI queue and image execution.

Typical Uses

  • Register compute resources.
  • Manage runtime workloads.
  • Connect Kubernetes, GitHub, Harbor, or other integrations where enabled.
  • Run training, evaluation, or generation workloads.

Treat compute configuration as deployment-specific. Keep credentials and cluster access in secret stores, not in docs or workflow definitions.

On this page