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-roleStructs§
- Config
Template - A pre-built configuration template for quick start
- Template
Registry - Registry of all available templates
Enums§
- Onboarding
Error - Errors that can occur during onboarding
- Setup
Mode - Mode for running the setup wizard
- Setup
Result - 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