convene
Assemble a committee of AI agents to deliberate a topic and produce a structured decision. Choose from go/no-go, vote, or review modes, with a chair managing the discussion.
Instructions
Assemble committee for group decision. members respond, chair manages order.
Creates a mediated committee session where multiple agents deliberate. Supports go_nogo (GO/NO-GO extraction), vote, and review decision types.
Args: topic: What the committee is deciding members: Committee member roles (e.g. ["CRS", "CE"]) brief: The brief/description for the committee chair_role: Who chairs the committee (default: "Chair") decision_type: "go_nogo" | "vote" | "review" (default: "review") thread_id: Custom thread ID (auto-generated if omitted) context: Additional context for the committee max_turns: Committee turn limit (default: 12)
Returns: Dictionary with thread_id, status, session_type, decision_type, chair_role, members, awaiting, turn_count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | Yes | ||
| topic | Yes | ||
| context | No | ||
| members | Yes | ||
| max_turns | No | ||
| thread_id | No | ||
| chair_role | No | Chair | |
| decision_type | No | review |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||