MCPcopy
hub / github.com/coder/mux / idleFollowUp

Function idleFollowUp

src/node/services/agentSession.continueMessageAgentId.test.ts:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39const idleFollowUp = (): CompactionFollowUpRequest => ({
40 text: "heartbeat follow-up",
41 model: "openai:gpt-4o",
42 agentId: "exec",
43 dispatchOptions: { requireIdle: true },
44});
45
46function compactionSummaryMessage(
47 id: string,

Calls

no outgoing calls

Tested by

no test coverage detected