Files

49 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

# Agents
## Mesh (16 agents + Herman)
Herman fungeert als **Co-CEO** in het centrum van het netwerk. Agents communiceren via events (`agent_events`) en worden gevisualiseerd op `/agents?tab=mesh`.
2026-06-09 12:56:59 +00:00
## Agent overzicht
| Key | Naam | Functie |
|-----|------|---------|
| `herman` | Herman | AI Co-CEO — briefing, orchestratie, delegatie |
| `marketing` | Marketing | Social, campagnes, RSS trends, brand |
| `bizdev` | BizDev | Retail partnerships, deals, listings |
| `finance` | Finance | Marges, pricing, pipeline-waardering |
| `sourcing` | Sourcing | Leveranciers, inkoop, halal ingredients |
| `product` | Product | SKU-ontwikkeling, launch, shelf readiness |
| `halal` | Halal | Certificering, compliance, gap-analyse |
| `design` | Design | ComfyUI, visuals, studio assets |
| `knowledge` | Knowledge | NAS, RAG, document analytics |
| `retail` | Retail Intel | Supermarkten 360, CBS, kansen |
| `browser` | Browser | Web research, concurrentie-monitoring |
| `hr` | HR | Personeelszaken, recruiting, onboarding |
| `email` | Email | IMAP/SMTP, inbox, verzenden |
| `research` | Research | Marktonderzoek, trends, data feeds |
| `sysops` | SysOps | IT infra, Docker, Gitea backup |
| `packaging` | Packaging | SVG/PDF verpakkingsontwerp |
| `webbuilder` | Web Builder | Websites bouwen via Hermes/agy · NAS · live terminal |
2026-06-09 12:56:59 +00:00
> **Let op:** `/hermes` is het Telegram Command Center (aparte module), geen agent in de soul registry.
## Souls
2026-06-09 12:56:59 +00:00
Elke agent heeft `role_title`, `responsibilities` en `soul_md` in PostgreSQL (`agent_souls`). De HR-soul is een placeholder en wordt later uitgewerkt.
## Permissions
Module rechten voor Herman: `/settings?tab=permissions` — tabel `herman_permissions`.
## Agent events
Marketing publish, reclamefolder sync en ops refreshes loggen naar `agent_events` voor traceerbaarheid.
2026-06-09 10:41:13 +00:00
## SysOps
- Dagelijks 07:00: approval requests (maintenance scan + backup)
- **Gitea:** volledige repo-sync bij deploy en na goedgekeurde backup
- Verslag: tabel `sysops_activity` + `/ops` UI + Herman briefing sectie "SysOps IT"
- Gitea user: `sysops` — zie `scripts/setup_gitea_sysops.sh`