assign_task
Assign a task to a specific agent or unassign by providing task ID and agent ID, enabling delegation management.
Instructions
Assign a task to an agent (or unassign by passing null)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID to assign | |
| agent_id | Yes | Agent ID to assign the task to, or null to unassign |