open_discussion
Opens a structured discussion to resolve disagreements or gather diverse perspectives on a decidable question, enabling collaborative decision-making among agents.
Instructions
Open a discussion when agents disagree or a choice needs multiple perspectives.
Frame the topic as a decidable question ('Postgres or SQLite for the cache?'), then invite positions via post_to_discussion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| topic | Yes | ||
| agent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| project_id | Yes | ||
| topic | Yes | ||
| status | No | open | |
| opened_by | No | ||
| resolution | No | ||
| created_at | Yes | ||
| resolved_at | No |