Skip to main content

worka.runtime

worka.runtime is the host-owned entry point for runtime behavior that belongs to the control plane rather than to an ordinary pack.

In practice, that includes capabilities such as:

  • invoking another AI team member
  • completing or continuing task flow through sanctioned runtime paths

Agent invocation is not just another tool call. It changes the task graph and the workflow state of the workspace.

That is why it belongs to the host service. If a builder could bypass that boundary freely, the task graph would stop being authoritative.

When to use it

Use worka.runtime when:

  • work should pass to another AI team member
  • a task needs explicit continuation rather than silent hidden reasoning
  • the next step belongs to the workspace runtime rather than to your own pack

Keep the runtime model legible. If the next action changes workflow state, it should be visible as workflow state.