49 lines
2.1 KiB
Markdown
49 lines
2.1 KiB
Markdown
# 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`.
|
|
|
|
## 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 |
|
|
|
|
> **Let op:** `/hermes` is het Telegram Command Center (aparte module), geen agent in de soul registry.
|
|
|
|
## Souls
|
|
|
|
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.
|
|
|
|
## 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`
|