feat: update agent models based on recommendations
- Update security-auditor to ollama-cloud/nemotron-3-super-120b-a12b - Update performance-engineer to ollama-cloud/nemotron-3-super-120b-a12b - Update memory-manager to ollama-cloud/nemotron-3-super-120b-a12b - Update evaluator to ollama-cloud/nemotron-3-super-120b-a12b - Update planner to ollama-cloud/nemotron-3-super-120b-a12b - Update reflector to ollama-cloud/nemotron-3-super-120b-a12b - Update system-analyst to ollama-cloud/glm-5 - Update go-developer to ollama-cloud/qwen3-coder:480b - Update markdown-validator to ollama-cloud/nemotron-3-nano - Update prompt-optimizer to ollama-cloud/nemotron-3-super-120b-a12b - Update product-owner to ollama-cloud/glm-5 Based on archive/agent-model-recommendations.json analysis
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Scores agent effectiveness after task completion for continuous improvement
|
||||
mode: subagent
|
||||
model: ollama-cloud/gpt-oss:120b
|
||||
model: ollama-cloud/nemotron-3-super
|
||||
color: "#047857"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Go backend specialist for Gin, Echo, APIs, and database integration
|
||||
mode: subagent
|
||||
model: ollama-cloud/deepseek-v3.2
|
||||
model: ollama-cloud/qwen3-coder:480b
|
||||
color: "#00ADD8"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Validates and corrects Markdown descriptions for Gitea issues
|
||||
mode: subagent
|
||||
model: qwen/qwen3.6-plus:free
|
||||
model: ollama-cloud/nemotron-3-nano:30b
|
||||
color: "#F97316"
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Manages agent memory systems - short-term (context), long-term (vector store), and episodic (experiences)
|
||||
mode: subagent
|
||||
model: ollama-cloud/gpt-oss:120b
|
||||
model: ollama-cloud/nemotron-3-super
|
||||
color: "#8B5CF6"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Advanced task planner using Chain of Thought, Tree of Thoughts, and Plan-Execute-Reflect
|
||||
mode: subagent
|
||||
model: ollama-cloud/gpt-oss:120b
|
||||
model: ollama-cloud/nemotron-3-super
|
||||
color: "#F59E0B"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Manages issue checklists, status labels, tracks progress and coordinates with human users
|
||||
mode: all
|
||||
model: openrouter/qwen/qwen3.6-plus:free
|
||||
model: ollama-cloud/glm-5
|
||||
color: "#EA580C"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Improves agent system prompts based on performance failures. Meta-learner for prompt optimization
|
||||
mode: all
|
||||
model: openrouter/qwen/qwen3.6-plus:free
|
||||
model: ollama-cloud/nemotron-3-super
|
||||
color: "#BE185D"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Self-reflection agent using Reflexion pattern - learns from mistakes
|
||||
mode: subagent
|
||||
model: ollama-cloud/gpt-oss:120b
|
||||
model: ollama-cloud/nemotron-3-super
|
||||
color: "#10B981"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
description: Scans for security vulnerabilities, OWASP Top 10, dependency CVEs, and hardcoded secrets
|
||||
mode: all
|
||||
model: ollama-cloud/deepseek-v3.2
|
||||
model: ollama-cloud/nemotron-3-super
|
||||
color: "#7F1D1D"
|
||||
permission:
|
||||
read: allow
|
||||
|
||||
@@ -82,7 +82,7 @@ agents:
|
||||
- concurrent_solutions
|
||||
forbidden:
|
||||
- frontend_code
|
||||
model: ollama-cloud/deepseek-v3.2
|
||||
model: ollama-cloud/qwen3-coder:480b
|
||||
mode: subagent
|
||||
|
||||
# Quality Assurance
|
||||
@@ -209,7 +209,7 @@ agents:
|
||||
- database_schemas
|
||||
forbidden:
|
||||
- implementation
|
||||
model: ollama-cloud/gpt-oss:120b
|
||||
model: ollama-cloud/glm-5
|
||||
mode: subagent
|
||||
|
||||
requirement-refiner:
|
||||
@@ -402,7 +402,7 @@ agents:
|
||||
- corrections
|
||||
forbidden:
|
||||
- content_creation
|
||||
model: ollama-cloud/glm-5
|
||||
model: ollama-cloud/nemotron-3-nano
|
||||
mode: subagent
|
||||
|
||||
agent-architect:
|
||||
@@ -458,7 +458,7 @@ agents:
|
||||
forbidden:
|
||||
- implementation
|
||||
- code_changes
|
||||
model: ollama-cloud/gpt-oss:120b
|
||||
model: ollama-cloud/nemotron-3-super
|
||||
mode: subagent
|
||||
|
||||
memory-manager:
|
||||
|
||||
Reference in New Issue
Block a user