Commit Graph

3 Commits

Author SHA1 Message Date
egutierrez 184d7ca0ae fix: permitir robots sin llm.primary.provider + command_prefix vacio
- internal/config/loader.go: skip validacion de LLM provider cuando
  agent.type es "robot" — los robots no usan LLM
- agents/test-bot/config.yaml: usar command_prefix: "" para que acepte
  comandos sin prefijo ! (feature del issue 0033)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 20:33:43 +00:00
egutierrez 235c5ff827 feat: implementar comandos custom !echo y !dice para test-bot
- !echo <texto>: repite el texto recibido (util para assertions exactas)
- !dice / !dado: lanza un dado aleatorio (1-6)
- Registro en cmd/launcher/main.go via testbot.Commands()

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 20:25:41 +00:00
egutierrez 899108e3f8 feat: crear robot test-bot para validar pipeline de creacion
Robot command-only (type: robot) sin LLM. Scaffold via create-full.sh,
registrado en Matrix con E2EE verificado. Config minimo basado en
template_robot con encryption habilitada.

Archivos:
- agents/test-bot/agent.go — Rules() retorna nil (robot)
- agents/test-bot/config.yaml — tipo robot, sin LLM
- cmd/launcher/main.go — blank import añadido

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 20:24:35 +00:00