rlm_htask_complete
Complete an N3 task by submitting required evidence and result, while automatically capturing learnings and decision impact as a linked memory for future context.
Instructions
Complete an N3 task with evidence and optional memory creation.
Evidence may be required based on policy. Use for leaf tasks (N3_TASK). Automatically creates a linked memory with task outcome, learnings, and decision impact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID | |
| task_id | Yes | Task ID | |
| evidence | No | Evidence list [{type, description, ...}] | |
| result | No | Task result data | |
| learnings | No | Lessons learned from this task | |
| decision_impact | No | How this task affects future decisions | |
| create_memory | No | Auto-create a memory with task outcome (default: true) |