agents: add intern agent using local ollama model ornith:35b
ci / lint (pull_request) Successful in 11s
ci / lint (pull_request) Successful in 11s
This commit is contained in:
@@ -50,5 +50,12 @@
|
|||||||
"gitea-admin"
|
"gitea-admin"
|
||||||
],
|
],
|
||||||
"desc": "Gitea operator — administers the Gitea instance itself: create orgs/users/repos, manage labels and secrets, mint scoped per-user tokens, bootstrap new repos with the agent caller. Comments only; never edits code. ALWAYS confirms before any destructive action (delete user/repo/org)."
|
"desc": "Gitea operator — administers the Gitea instance itself: create orgs/users/repos, manage labels and secrets, mint scoped per-user tokens, bootstrap new repos with the agent caller. Comments only; never edits code. ALWAYS confirms before any destructive action (delete user/repo/org)."
|
||||||
|
},
|
||||||
|
"intern": {
|
||||||
|
"model": "ollama/ornith:35b",
|
||||||
|
"vision": false,
|
||||||
|
"mode": "pr",
|
||||||
|
"skills": [],
|
||||||
|
"desc": "Intern — very basic tasks only, using the locally hosted Ollama model. Text-only, cannot read images. Escalates anything non-trivial to @junior, @senior, or @lead."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user