generate_daily_insight
Collects recent agent runs summaries, news briefs, meeting titles, and library additions into a single context block for agent synthesis of a daily insight.
Instructions
Assemble recent activity into context for the daily insight.
Gathers the raw material for a "what's happening across your research"
digest: the last 7 days of agent_runs summaries, last 3 days of high-signal
news_briefs, last 14 days of meeting titles, and last 7 days of new library
additions. It stores a placeholder row in daily_insights; the Metis agent
does the actual synthesis from the returned context. Read the stored result
later with get_daily_insight.
Takes no arguments.
Returns:
A text block of the assembled recent context (and the sources drawn on)
for the agent to synthesize into a daily insight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |