feat(councils-ui): add on-demand council conversations panel and model config controls

This commit is contained in:
William Valentin
2026-02-21 11:26:04 -08:00
parent cfd7fa6fd0
commit 7c121b82c6
11 changed files with 481 additions and 4 deletions
+4
View File
@@ -612,6 +612,7 @@ automation:
# D:
# arbiter_agent: council_d_arbiter
# freethinker_agent: council_d_freethinker
# model_tier: complex
# group_prompt_prefix: Optimize for feasibility and speed-to-test. Prefer boring-but-true.
# novelty_bias: low
# risk_tolerance: low
@@ -622,6 +623,7 @@ automation:
# P:
# arbiter_agent: council_p_arbiter
# freethinker_agent: council_p_freethinker
# model_tier: complex
# group_prompt_prefix: Optimize for reframing and non-obvious leverage. Weird is fine; label speculation.
# novelty_bias: high
# risk_tolerance: high
@@ -630,6 +632,8 @@ automation:
# - obvious best practices
# - purely conventional solutions
# meta_arbiter_agent: council_meta_arbiter
# meta_model_tier: complex
# # scaffold_path: docs/councils/ai-council-production-scaffold.json
# Optional: explicit intent rules for agent routing.
# If enabled, these rules are evaluated before default sender/channel routing.