Expand description
Conversational onboarding via a minimal Setup Agent (§16).
Reads natural-language intent from the user, sends it to a Brain with a structured-output system prompt, parses the resulting JSON into Config updates, validates against the registry, prompts for missing secrets, and writes config.toml.
Functions§
- run_
setup_ agent - Run the conversational setup. Falls back to a minimal interactive flow if no Brain is reachable.