Expand description
Interactive and non-interactive setup wizard for a local environment.
Drives PostgreSQL provisioning, secret collection, profile generation, and
optional migrations. SetupArgs captures the CLI flags and environment
overrides; execute dispatches to the wizard, which writes a profile and
secrets file under .systemprompt/.
Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.
Modules§
- ai_
config - Reconcile
services/ai/config.yamlwith the provider chosen during setup. - catalog
- Default provider-registry and route generation for the setup wizard.
- common
- Shared setup types: Postgres connection configuration.
- ddl
- Bootstrap DDL statement builders for
PostgreSQLprovisioning. - docker_
compose - docker-compose file generation for the local database.
- postgres
PostgreSQLprovisioning steps for the setup wizard.