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