get_pending_digests
Retrieve pending runs that require LLM digestion, each with a pre-built prompt to guide analysis via parallel Haiku subagents. Save results using save_run_digest.
Instructions
Get runs that need LLM digestion, with pre-built prompts.
Returns a list of items, each with activity_id, name, date, and the
digestion prompt. The host should process each item — ideally by
spawning parallel Haiku subagents — and save results via
save_run_digest(activity_id, digest).
Returns:
Dict with "pending" list (each item has activity_id, name, date,
prompt) or "message" if nothing is pending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||