2317ba0599
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1.6 KiB
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. |
|
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).