feat: add gateway config/update restart flow

This commit is contained in:
Peter Steinberger
2026-01-08 01:29:56 +01:00
parent 3398fc3820
commit 71c31266a1
28 changed files with 1630 additions and 50 deletions

View File

@@ -36,7 +36,7 @@ export function createClawdbotTools(options?: {
createSlackTool(),
createTelegramTool(),
createWhatsAppTool(),
createGatewayTool(),
createGatewayTool({ agentSessionKey: options?.agentSessionKey }),
createSessionsListTool({
agentSessionKey: options?.agentSessionKey,
sandboxed: options?.sandboxed,