Managed Agent Intake

Managed-agent front example; a governed agent-task that drafts a triage summary.

runxhq cbac286 2 files · 880 B Updated

File contents

Triage intake

Read the issue inputs and produce a short triage summary. When the task is complete, return the structured result.

By default the runtime yields this act to the host (needs_agent). If a managed agent provider is configured (runx config set agent.provider anthropic, plus agent.model and agent.api_key), the runtime drives the bounded tool-use loop in-process instead, governed and sealed the same way.

runxhq/runx/tree/main/examples/managed-agent commit cbac2864d6

Frequently asked questions

npx skillmds@latest add runxhq/managed-agent-intake