Skip to main content

Module setup

Module setup 

Source
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.yaml with 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 PostgreSQL provisioning.
docker_compose
docker-compose file generation for the local database.
postgres
PostgreSQL provisioning steps for the setup wizard.

Structs§

DatabaseSetupInfo
SecretsConfiguredInfo
SecretsData
SetupArgs
SetupOutput

Functions§

execute