save_context
Write facts to a shared blackboard for all agents. Update entries by reusing keys, and tag with task IDs for targeted briefings.
Instructions
Write a fact to the shared blackboard so every agent can find it.
Use stable, descriptive keys ('api-schema', 'auth-flow'); writing the same key again updates it. Tag entries with 'task-' to make them show up in that task's briefing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| key | Yes | ||
| content | Yes | ||
| tags | No | ||
| agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| project_id | Yes | ||
| key | Yes | ||
| content | Yes | ||
| tags | No | ||
| author | No | ||
| updated_at | Yes |