get_trending_repos
Discover new GitHub repositories gaining rapid traction, ranked by stars earned since creation. Use for open-ended exploration of trending projects by language, age, or minimum star count.
Instructions
Surface repos that are new and already gaining traction, as a proxy for 'what's trending' (GitHub's REST API has no official trending endpoint, so this approximates it: repos created within the chosen window, ranked by stars accumulated so far). Good for open-ended exploration like 'what's hot in agent frameworks right now', as opposed to search_github_repos which needs a specific query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | How new a repo must be to count as trending. Default: 'weekly'. | |
| filters | No | Optional filters to narrow or broaden the results. |