Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.json
More file actions
Latest commit
16 lines (16 loc) · 858 Bytes
/
Copy pathagent.json
File metadata and controls
16 lines (16 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"id": "github-browser",
"name": "GitHub Browser",
"description": "Browse every GitHub repository you can reach — across all your personal accounts and organizations — from one place. It enumerates your orgs and repos over your own machine's git and gh credentials (run `pags up`), then answers questions about what exists: which repos are where, who owns them, when they were last touched, open issues and pull requests, branches and languages. Strictly read-only: it lists, searches and explains, and never pushes, opens, closes, comments or changes anything.",
"storeType": "agent",
"category": "developer-tools",
"model": "@cf/meta/llama-3.2-3b-instruct",
"template": "worker",
"serverConfig": {
"durableObject": true,
"routes": [
"github-browser.proagentstore.online/*"
],
"aiBilling": "caller-provided"
}
}