Files
agents_and_robots/app.md
T
2026-04-28 22:05:14 +02:00

1.6 KiB

name, lang, domain, description, tags, uses_functions, uses_types, framework, entry_point, dir_path, repo_url
name lang domain description tags uses_functions uses_types framework entry_point dir_path repo_url
agents_and_robots go agents 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

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).