request_review
Submit an issue for structured review; the issue description serves as the thesis so reviewers answer or return a verdict directly. Disable reuse to run an explicit two-call review.
Instructions
Primary workflow name for structured review; implemented by dialectic(action='request'). The issue description is reused as the thesis by default, so a reviewer answers or a verdict returns without duplicating the brief. Pass use_brief_as_thesis=false for the explicit two-call flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason (for action=request/reassign) | |
| agent_id | No | Filter by agent (for action=get or list) | |
| reasoning | No | Explanation/reasoning | |
| root_cause | No | Root cause analysis (for action=thesis/synthesis) | |
| continuity_token | No | Ownership proof from onboard()/identity(), for same-live-process rebinds only. Not a cross-process resume credential. | |
| client_session_id | No | In-session binding id from start_session()/identity(); pass it on same-process calls. Not a cross-process proof. | |
| issue_description | No | Issue description (for action=request) | |
| proposed_conditions | No | Conditions for resumption (for action=thesis/synthesis) | |
| use_brief_as_thesis | No | For action=request or thesis, reuse the issue description or saved session brief as the thesis instead of repeating it. |