create_mission
Assign a bounded job to an agent by specifying a goal, constraints, and success criteria for governed execution.
Instructions
Create a mission (bounded job) for an agent.
Args: agent_id: Agent to assign this mission to. goal: What the mission should accomplish. constraints: Constraints on execution. success_criteria: How to determine success. allowed_capabilities: Capability packs allowed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| agent_id | Yes | ||
| constraints | No | ||
| success_criteria | No | ||
| allowed_capabilities | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |