MCPcopy Create free account
hub / github.com/holaboss-ai/holaOS / queueTurn

Function queueTurn

scripts/memory-eval.mjs:279–285  ·  view source on GitHub ↗
(baseUrl, params)

Source from the content-addressed store, hash-verified

277}
278
279async function queueTurn(baseUrl, params) {
280 return await postJson(baseUrl, "/api/v1/agent-sessions/queue", {
281 workspace_id: params.workspaceId,
282 session_id: params.sessionId,
283 text: params.text,
284 });
285}
286
287async function waitForTurnResult(baseUrl, params) {
288 return await waitFor(async () => {

Callers 1

runTurnFunction · 0.85

Calls 1

postJsonFunction · 0.85

Tested by

no test coverage detected