get_learnings
Retrieve accumulated learnings from prior agents for a repository or namespace to understand past discoveries and insights.
Instructions
Return accumulated learnings for a repo or namespace. Learnings are written by agents at the end of each job. Use this to understand what prior agents have discovered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repo key to query, e.g. 'gonzih/cc-agent'. Takes precedence over namespace when provided. | |
| limit | No | Maximum number of learnings to return (default 10) | |
| namespace | No | Namespace to query (fallback when repo is not provided; defaults to current namespace) |