Files
agents_and_robots/app.md
T
egutierrez 1f90953ccc chore: auto-commit (1 archivos)
- app.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 00:31:32 +02:00

2.1 KiB

name, lang, domain, version, description, tags, uses_functions, uses_types, framework, entry_point, dir_path, repo_url, service
name lang domain version description tags uses_functions uses_types framework entry_point dir_path repo_url service
agents_and_robots go agents 0.1.0 Plataforma Go de bots autonomos Matrix con arquitectura pure core / impure shell. Launcher, agentctl, dashboard TUI y register.
agents
matrix
bots
llm
element
e2ee
tools
service
mautrix cmd/launcher/main.go projects/element_agents/apps/agents_and_robots https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/egutierrez/agents_and_robots.git
port health_endpoint health_timeout_s systemd_unit systemd_scope restart_policy runtime pc_targets is_local_only
null null 5 agents_and_robots.service system always systemd-system
organic-machine.com
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.