Skip to main content

Module onboarding

Module onboarding 

Source
Expand description

CLI Onboarding Wizard for terraphim-agent

Provides interactive setup wizard for first-time users, supporting:

  • Quick start templates (Terraphim Engineer, LLM Enforcer, etc.)
  • Custom role configuration with haystacks, LLM, and knowledge graphs
  • Add-role capability to extend existing configuration

§Example

# Interactive setup
terraphim-agent setup

# Apply template directly
terraphim-agent setup --template terraphim-engineer

# Add role to existing config
terraphim-agent setup --add-role

Structs§

ConfigTemplate
A pre-built configuration template for quick start
TemplateRegistry
Registry of all available templates

Enums§

OnboardingError
Errors that can occur during onboarding
SetupMode
Mode for running the setup wizard
SetupResult
Result of running the setup wizard

Functions§

apply_template
Apply a template directly without interactive wizard
list_templates
List all available templates
run_setup_wizard
Run the interactive setup wizard