# ============================================ # ROBOT PLANTILLA (command-only, sin LLM) # ============================================ # Referencia canonica para robots. NO se lanza (template: true). # Un robot solo responde a comandos (!xxx). Mensajes normales se ignoran. # Copiar y adaptar para nuevos robots. agent: id: "_template_robot" name: "Template Robot" version: "0.0.0" type: robot # robot = command-only, sin LLM ni reglas enabled: true template: true # el launcher ignora este robot description: "Robot plantilla. No se lanza." tags: [template, robot] # ============================================ # PERSONALIDAD (minima para robots) # ============================================ personality: prefix: "" language: es # ============================================ # MATRIX # ============================================ bus: nats_url: "nats://127.0.0.1:4250" # NATS data plane ctrl_url: "http://127.0.0.1:8470" # membershipd control plane identity_path: "./agents/_template_robot/data/_template_robot.id" # claves del bot (0600, creado si falta) handle: "_template_robot" # nombre para detectar menciones command_prefix: "!" threads: enabled: true auto_thread: false