feat: upgrade agent models based on research findings

- capability-analyst: nemotron-3-super → qwen3.6-plus:free (+23% quality, IF:90, FREE)
- requirement-refiner: nemotron-3-super → glm-5 (+33% quality)
- agent-architect: nemotron-3-super → qwen3.6-plus:free (+22% quality)
- evaluator: nemotron-3-super → qwen3.6-plus:free (+4% quality)
- Add /evolution workflow for tracking agent improvements
- Update agent-versions.json with evolution history
This commit is contained in:
¨NW¨
2026-04-05 23:37:23 +01:00
parent fe28aa5922
commit a4e09ad5d5
7 changed files with 318 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
---
name: Agent Architect
mode: subagent
model: ollama-cloud/nemotron-3-super
model: qwen/qwen3.6-plus:free
description: Creates, modifies, and reviews new agents, workflows, and skills based on capability gap analysis
color: "#8B5CF6"
permission:

View File

@@ -1,7 +1,7 @@
---
description: Analyzes task requirements against available agents, workflows, and skills. Identifies gaps and recommends new components.
mode: subagent
model: ollama-cloud/nemotron-3-super
model: qwen/qwen3.6-plus:free
color: "#6366F1"
---

View File

@@ -1,7 +1,7 @@
---
description: Scores agent effectiveness after task completion for continuous improvement
mode: subagent
model: ollama-cloud/nemotron-3-super
model: qwen/qwen3.6-plus:free
color: "#047857"
permission:
read: allow

View File

@@ -1,7 +1,7 @@
---
description: Converts vague ideas and bug reports into strict User Stories with acceptance criteria checklists
mode: all
model: ollama-cloud/nemotron-3-super
model: ollama-cloud/glm-5
color: "#4F46E5"
permission:
read: allow