assign_task
Assign a task to another agent. The recipient agent autonomously starts executing the task upon receipt, no manual confirmation needed.
Instructions
将任务分配给另一个 Agent。对方收到 task_assigned 事件后会自主开始执行,无需人工确认。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | 发起方 Agent ID | |
| to | Yes | 执行方 Agent ID | |
| description | Yes | 任务目标描述,尽量清晰,包含期望输出格式 | |
| context | No | 执行任务所需背景信息,减少执行方反复询问 | |
| priority | No | normal |