configure_atlas_council
Save your Atlas Cloud council and optional synthesizer to the config file so it persists across sessions. Pick panel members from the live catalog to set the default for ask_atlas_council.
Instructions
Save the user's chosen Atlas Cloud council (and optionally its adjudicator) so it sticks across sessions (written to ask_fable's config file, which overrides the ASK_FABLE_ATLAS_COUNCIL / ASK_FABLE_ATLAS_SYNTHESIZER env defaults). Pass models as the list of Atlas model ids ask_atlas_council should use by default (e.g. ['zai-org/glm-5.2','deepseek-ai/deepseek-v4-pro', 'moonshotai/kimi-k2']; an 'atlas:' prefix is optional). Optionally set synthesizer ('gpt' = the local GPT-5.6 Sol CLI, 'openai/gpt-5.6-sol' = the Atlas-hosted one, 'fable', …); omit it to keep the built-in ladder (local codex CLI → Atlas-hosted GPT-5.6 Sol → Fable). Confirm the selection with the user first — call list_atlas_models to ground it in the live catalog. Returns the saved config and its file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | No | Atlas Cloud model ids for the council (e.g. ['zai-org/glm-5.2','deepseek-ai/deepseek-v4-pro','moonshotai/kimi-k2']). An 'atlas:' prefix is optional. This becomes ask_atlas_council's default, persisted across sessions. Ground the picks with list_atlas_models first. | |
| synthesizer | No | Optional: the model ask_atlas_council uses to reconcile the panel (e.g. 'gpt' for the local GPT-5.6 Sol CLI, 'openai/gpt-5.6-sol' for the Atlas-hosted one, or 'fable'). Omit to keep the built-in ladder: local codex CLI → Atlas-hosted GPT-5.6 Sol → Fable. |