Monkeys

Computing Power

Kernel runtime control and runtime resources in Monkeys

Computing Power

Runtime and infrastructure capabilities are managed from Kernel routes in monkeys-studio, backed by Kernel APIs in monkeys-server and optional runtime services.

Main Components

  • monkeys-studio: Kernel runtime and infrastructure pages under /kernel.
  • monkeys-server: Kernel APIs for registry, integrations, runtime, workloads, and infrastructure resources.
  • monkeys-training-worker: training and model-test background execution.
  • monkeys-comfyui-worker: ComfyUI queue and image execution.

Typical Uses

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

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

On this page