Skip to main content
Task Management tools enable the Meta Agent to execute agents on remote workers, create and manage tasks in the Kubiya Kanban board, and schedule background jobs. These tools provide durable task execution that persists across worker restarts and can span multiple compute environments. Meta Agent Task Execution

Agent Execution Tools

The Meta Agent can execute any configured agent on available workers through task queues.

Executing Agents

Execute agents with natural language - the Meta Agent handles routing to the appropriate worker. Example Usage:

How It Works

  1. List available agents - Meta Agent checks which agents are configured
  2. Find active workers - Identifies task queues with connected workers
  3. Create durable task - Task is persisted and tracked
  4. Route to worker - Task sent to appropriate queue based on environment
  5. Stream results - Real-time output displayed as agent works
  6. Track completion - Execution ID provided for monitoring
Tasks are durable - they persist through worker restarts, network issues, and can be monitored asynchronously. Each execution gets a unique ID for tracking and audit.

Task Tools


Creating Tasks

Create tasks directly from conversation. Example Usage:
Tasks created through the Meta Agent appear in the Task Kanban board.

Managing Tasks

Update and track task progress. Example Usage:

Listing Tasks

Filter and search tasks. Example Usage:

Background Jobs

Schedule and manage recurring background jobs. Example Usage:

Workflow Examples

Incident to Task

Automated Follow-up

Bulk Task Creation