--- name: agents_and_robots lang: go domain: agents version: 0.1.0 description: "Plataforma Go de bots autonomos Matrix con arquitectura pure core / impure shell. Launcher, agentctl, dashboard TUI y register." tags: [agents, matrix, bots, llm, element, e2ee, tools, service] uses_functions: [] uses_types: [] framework: "mautrix" entry_point: "cmd/launcher/main.go" dir_path: "projects/element_agents/apps/agents_and_robots" repo_url: "https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/egutierrez/agents_and_robots.git" service: port: null health_endpoint: null health_timeout_s: 5 systemd_unit: agents_and_robots.service systemd_scope: system restart_policy: always runtime: systemd-system pc_targets: - organic-machine.com is_local_only: false --- ## Deploy - **VPS:** organic-machine.com (SSH alias: organic-machine.com) - **Remote path:** /home/ubuntu/CodeProyects/agents_and_robots - **Build:** `go build -tags goolm -ldflags="-s -w" -o bin/launcher ./cmd/launcher` - **Run:** `./bin/launcher --log-level info` - **Binarios:** launcher, agentctl, register, dashboard, verify (en bin/) - **Proceso:** launcher corre como proceso directo (no systemd) - **Config:** agents/*/config.yaml + .env con tokens Matrix, API keys LLM, pickle keys E2EE ## Notas 4 binarios principales: - **launcher** — Inicia agentes como goroutines, descubre configs, sync Matrix - **agentctl** — CLI: list, start, stop, remove agentes - **register** — Registra usuarios bot en Synapse via admin API - **dashboard** — TUI interactiva (bubbletea) para gestion de agentes Agentes desplegados: assistant-bot, asistente-2, meteorologo, wikipedia-bot, exchange-bot, reminder-bot, test-bot, father-bot (orchestrator). Dependencias clave: mautrix-go, go-openai, mcp-go, cobra, bubbletea, modernc/sqlite, zerolog. No requiere CGO (usa pure Go SQLite via modernc). ## Capability growth log Una linea por bump SemVer. Bump-type segun `.claude/commands/version.md`: - `major`: breaking observable (CLI args, schema BBDD propia, formato wire). - `minor`: feature aditiva (nuevo panel, endpoint, opcion). - `patch`: bugfix sin cambio observable. - v0.1.0 (2026-05-18) — baseline.