trending
Identify patterns gaining the most observations in a recent time window to surface current learning activity and emerging trends.
Instructions
Rank patterns by observation velocity in a recent window.
Use this to surface what the agent is currently learning about: the
patterns that have accumulated the most observations in the last N
days, regardless of total confidence. A brand-new pattern observed
10 times today outranks a long-mature pattern idle for weeks.
For all-time leaderboards use list_instincts(min_confidence=10);
for recent activity use this.
Args:
days: Window size in days. Default 7. Smaller = what's hot now;
larger = what's been steady.
limit: Max patterns to return, sorted by observation count
descending. Default 10.
Returns:
Dict with keys: "trending" (list of {pattern, observations,
confidence, level}), "period_days" (int, echoes input).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||