deliberation
Manage multi-agent deliberations: create, get status, list by group or agent, delete, set governance template, and export complete history. Supports vote collection, clustering, and consensus detection.
Instructions
Manage deliberations. Actions:
create: Create a new deliberation (topic, description, template, group_id, deadline_minutes, rules, visibility, max_participants, type)
get: Get status/stats of a deliberation (deliberation_id)
list: List all deliberations (limit, offset)
list_by_group: List deliberations in a group (group_id, limit, offset)
list_by_agent: List deliberations an agent participated in (agent_id, limit, offset)
delete: Soft-delete a deliberation (deliberation_id)
set_template: Change governance template (deliberation_id, template)
export: Export complete multi-round history (deliberation_id)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| topic | No | ||
| description | No | ||
| type | No | ||
| visibility | No | ||
| max_participants | No | ||
| template | No | ||
| rules | No | ||
| group_id | No | ||
| deadline_minutes | No | ||
| deliberation_id | No | ||
| agent_id | No | ||
| limit | No | ||
| offset | No |