From e8e5d9d35126d0c6fc109703d482c0ed0e50e8c3 Mon Sep 17 00:00:00 2001 From: junior Date: Mon, 6 Jul 2026 07:02:07 +0000 Subject: [PATCH] agents: add intern agent using local ollama model ornith:35b --- .gitea/workflows/scripts/agents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/scripts/agents.json b/.gitea/workflows/scripts/agents.json index c1ce189..f3f3a19 100644 --- a/.gitea/workflows/scripts/agents.json +++ b/.gitea/workflows/scripts/agents.json @@ -50,5 +50,12 @@ "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)." + }, + "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." } }