chore: auto-commit (1 archivos)
- app.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
name: agents_and_robots
|
name: agents_and_robots
|
||||||
lang: go
|
lang: go
|
||||||
domain: agents
|
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."
|
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]
|
tags: [agents, matrix, bots, llm, element, e2ee, tools, service]
|
||||||
uses_functions: []
|
uses_functions: []
|
||||||
@@ -10,6 +11,17 @@ framework: "mautrix"
|
|||||||
entry_point: "cmd/launcher/main.go"
|
entry_point: "cmd/launcher/main.go"
|
||||||
dir_path: "projects/element_agents/apps/agents_and_robots"
|
dir_path: "projects/element_agents/apps/agents_and_robots"
|
||||||
repo_url: "https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/egutierrez/agents_and_robots.git"
|
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
|
## Deploy
|
||||||
@@ -34,3 +46,13 @@ Agentes desplegados: assistant-bot, asistente-2, meteorologo, wikipedia-bot, exc
|
|||||||
|
|
||||||
Dependencias clave: mautrix-go, go-openai, mcp-go, cobra, bubbletea, modernc/sqlite, zerolog.
|
Dependencias clave: mautrix-go, go-openai, mcp-go, cobra, bubbletea, modernc/sqlite, zerolog.
|
||||||
No requiere CGO (usa pure Go SQLite via modernc).
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user