UNPKG

aios-core

Version:

Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework

24 lines (18 loc) 721 B
# ============================================ # AIOS User Configuration (L5) # Location: ~/.aios/user-config.yaml # Scope: Cross-project, per-user preferences # Priority: Highest (overrides L1-L4) # ============================================ # User profile mode (REQUIRED) # - bob: Simplified mode — only Bob visible, orchestrates internally # - advanced: Full access to all agents and commands user_profile: "bob" # Default AI model for agent operations default_model: "claude-sonnet" # Default language for agent responses default_language: "pt-BR" # CodeRabbit automated review integration coderabbit_integration: true # Educational mode — provides detailed explanations of actions educational_mode: false