Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.17 KB

File metadata and controls

32 lines (26 loc) · 1.17 KB

Q CLI Delegate Feature for Autonomous Operations

Key Capabilities

  • Use delegate feature of Q CLI to launch async and continuous running subagents
  • Full autonomous operations capability
  • Q CLI with Claude 4.5 Sonnet can run for 30 hours non-stop
  • Subagents run independently in the background
  • Perfect for long-running, multi-step tasks that require sustained execution

Usage Pattern

  1. Launch subagents using delegate operation for complex, time-consuming tasks
  2. Subagents can work autonomously without blocking main conversation
  3. Check status periodically to monitor progress
  4. Ideal for: infrastructure deployments, comprehensive testing, multi-file refactoring, complex debugging

Best Practices

  • Break down large tasks into clear, actionable steps for subagents
  • Use delegate for tasks that would take multiple conversation turns
  • Monitor subagent progress with status checks
  • Leverage 30-hour runtime for comprehensive autonomous operations

Example Commands

# Launch a subagent
delegate launch --agent "ui-fixer" --task "Fix landing page and profile functionality"

# Check status
delegate status --agent "ui-fixer"

# Check all agents
delegate status