Manage long context in debates
For debates with many rounds, you can control how much prior context each expert sees. This prevents responses from becoming repetitive and manages token usage.
Recent context only
Section titled “Recent context only”Experts see only the most recent turns:
council convene "Long architectural debate" --template architecture-review \ --max-rounds 10 --context-scope recentSame-round context
Section titled “Same-round context”Experts only see other responses from the current round:
council convene "Long debate" --template architecture-review \ --max-rounds 10 --context-scope same-roundRolling summary
Section titled “Rolling summary”Prepend a summary after a specified round:
council convene "Long debate" --template architecture-review \ --max-rounds 10 --summarize-after 3Inspect panel memory
Section titled “Inspect panel memory”View what Council remembers about a panel:
council memory listcouncil memory inspect strategy-reviewView a specific expert’s memory and provenance:
council memory inspect strategy-review --expert ctoClear debate history
Section titled “Clear debate history”Clear debate history while keeping the panel configuration:
council memory reset strategy-review --yesRelated
Section titled “Related”- Use moderator strategies — control debate dynamics