Files
agents_and_robots/config/matrix.yaml
T
egutierrez 1a649fdcb2 chore: remove devops-bot agent
Eliminar el agente devops-bot completo (directorio agents/devops/,
código, config y prompt). El agente nunca llegó a estar activo y se
decide eliminarlo para mantener limpio el proyecto. Se elimina también
la referencia al room devops en config/matrix.yaml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 00:55:14 +00:00

14 lines
410 B
YAML

# Global Matrix configuration
# Agent-specific overrides go in agents/<name>/config.yaml
homeserver: "${MATRIX_HOMESERVER}"
server_name: "${MATRIX_SERVER_NAME}"
# Shared rooms — reference these IDs in per-agent configs
rooms:
alerts: "${MATRIX_ROOM_ALERTS}"
logs: "${MATRIX_ROOM_LOGS}"
admin: "${MATRIX_ROOM_ADMIN}"
audit: "${MATRIX_ROOM_AUDIT}"
agents_internal: "${MATRIX_ROOM_AGENTS_INTERNAL}"