MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / acknowledgeDelivery

Function acknowledgeDelivery

services/cloud-agent-next/wrapper/src/server.ts:428–431  ·  view source on GitHub ↗
(kind: 'async-prompt' | 'failed')

Source from the content-addressed store, hash-verified

426 sessionId: config.sessionId,
427 ...(config.wrapperInstanceId ? { wrapperInstanceId: config.wrapperInstanceId } : {}),
428 ...(config.wrapperInstanceGeneration !== undefined
429 ? { wrapperInstanceGeneration: config.wrapperInstanceGeneration }
430 : {}),
431 pendingMessages: state.pendingMessageIds.length,
432 ...(toolCgroup ? { toolCgroup } : {}),
433 });
434 };

Callers 2

createPromptHandlerFunction · 0.85
createCommandHandlerFunction · 0.85

Calls 1

Tested by

no test coverage detected