Files
clube67_newwhats.local/newwhats.clube67.com
VPS 4 Deploy Agent 9dbdd359ce feat(ext-api): API REST /secretaria/* (agents/nodes/calendar/numbers/conversations)
Expõe o contrato de administração esperado pelo painel da Secretária no satélite
(antes só havia /secretaria/ask|numbers + /sec/* parcial → 404 em agents/calendar):
- agents: GET/POST/PUT/DELETE
- brain nodes: GET/POST por agente (/agents/:agentId/nodes) + PUT/DELETE (/nodes/:id)
- calendar: GET/POST/PUT/DELETE
- numbers: POST/PUT/DELETE (GET já existia)
- conversations (teste): list/create/patch/delete, /messages, /chat (brain.chat),
  /finalize (brain.finalizeProtocol)
Backed pelas tabelas sec_* (globais/single-tenant no motor).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-02 04:59:43 +02:00
..