Skip to main content

Module setup_agent

Module setup_agent 

Source
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.