chore(agents): sync agent configs — model updates to nemotron-3-super
- Update agent model assignments (nemotron-3-ultra -> nemotron-3-super) across .kilo/agents, kilo-meta.json, kilo.jsonc, capability-index.yaml - Sync agent descriptions in KILO_SPEC.md
This commit is contained in:
64
kilo.jsonc
64
kilo.jsonc
@@ -23,7 +23,7 @@
|
||||
"intake-agent": {
|
||||
"description": "Conversational interface — receives natural language from users, clarifies ambiguous requirements, produces structured tasks for orchestrator",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/nemotron-3-ultra",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#0891B2"
|
||||
@@ -31,7 +31,7 @@
|
||||
"context-compressor": {
|
||||
"description": "Intelligently manages token budget by summarizing conversation history, preserving critical State, and pruning redundant information before context overflow occurs",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/nemotron-3-ultra",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#7C3AED"
|
||||
@@ -39,7 +39,7 @@
|
||||
"pattern-matcher": {
|
||||
"description": "Proactively finds similar successful solutions from past projects BEFORE work starts, providing recommendations instead of just duplicate detection",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/nemotron-3-ultra",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#059669"
|
||||
@@ -47,7 +47,7 @@
|
||||
"stakeholder-bridge": {
|
||||
"description": "Translates technical outputs into business language for non-technical stakeholders, generates executive summaries and progress reports",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/nemotron-3-ultra",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#DC2626"
|
||||
@@ -75,7 +75,7 @@
|
||||
"sdet-engineer": {
|
||||
"description": "Writes tests following TDD methodology. Tests MUST fail initially (Red phase)",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/kimi-k2.7-code",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#8B5CF6"
|
||||
@@ -91,7 +91,7 @@
|
||||
"frontend-developer": {
|
||||
"description": "Handles UI implementation with multimodal capabilities. Accepts visual references like screenshots and mockups. Follows landing-design-interpretation skill for visual/contrast/color tasks on landing pages (MANDATORY measurement-first protocol)",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/qwen3.5:397b",
|
||||
"model": "ollama-cloud/deepseek-v4-flash:0731",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#0EA5E9"
|
||||
@@ -106,14 +106,14 @@
|
||||
"go-developer": {
|
||||
"description": "Go backend specialist for Gin, Echo, APIs, and database integration",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/kimi-k2.7-code",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#00ADD8"
|
||||
},
|
||||
"devops-engineer": {
|
||||
"description": "DevOps specialist for Docker, Kubernetes, CI/CD pipeline automation, and infrastructure management",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#FF6B35"
|
||||
@@ -121,7 +121,7 @@
|
||||
"code-skeptic": {
|
||||
"description": "Adversarial code reviewer. Finds problems and issues. Does NOT suggest implementations",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/kimi-k2.7-code",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#E11D48",
|
||||
@@ -141,7 +141,7 @@
|
||||
"the-fixer": {
|
||||
"description": "Iteratively fixes bugs based on specific error reports and test failures",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/kimi-k2.7-code",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#F59E0B",
|
||||
@@ -163,7 +163,7 @@
|
||||
"performance-engineer": {
|
||||
"description": "Reviews code for performance issues. Focuses on efficiency, N+1 queries, memory leaks, and algorithmic complexity",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#0D9488",
|
||||
@@ -183,7 +183,7 @@
|
||||
"security-auditor": {
|
||||
"description": "Scans for security vulnerabilities, OWASP Top 10, dependency CVEs, and hardcoded secrets",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/kimi-k2.7-code",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#DC2626",
|
||||
@@ -203,7 +203,7 @@
|
||||
"visual-tester": {
|
||||
"description": "Visual regression testing agent that compares screenshots and detects UI differences using pixelmatch and image diff",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/kimi-k2.7-code",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"permission": {
|
||||
@@ -318,7 +318,7 @@
|
||||
"prompt-optimizer": {
|
||||
"description": "Improves agent system prompts based on performance failures. Meta-learner for prompt optimization",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"permission": {
|
||||
@@ -336,7 +336,7 @@
|
||||
"product-owner": {
|
||||
"description": "Manages issue checklists, status labels, tracks progress and coordinates with human users",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/nemotron-3-ultra",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"permission": {
|
||||
@@ -356,7 +356,7 @@
|
||||
"agent-architect": {
|
||||
"description": "Creates, modifies, and reviews new agents, workflows, and skills based on capability gap analysis",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"permission": {
|
||||
@@ -374,7 +374,7 @@
|
||||
"capability-analyst": {
|
||||
"description": "Analyzes task requirements against available agents, workflows, and skills. Identifies gaps and recommends new components.",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"permission": {
|
||||
@@ -390,7 +390,7 @@
|
||||
"workflow-architect": {
|
||||
"description": "Creates and maintains workflow definitions with complete architecture, Gitea integration, and quality gates",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"permission": {
|
||||
@@ -408,7 +408,7 @@
|
||||
"markdown-validator": {
|
||||
"description": "Validates and corrects Markdown descriptions for Gitea issues",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/nemotron-3-ultra",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"permission": {
|
||||
@@ -426,7 +426,7 @@
|
||||
"browser-automation": {
|
||||
"description": "Browser automation agent using Playwright MCP for E2E testing, form filling, navigation, and web interaction",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/kimi-k2.7-code",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"permission": {
|
||||
@@ -445,7 +445,7 @@
|
||||
"planner": {
|
||||
"description": "Advanced task planner using Chain of Thought, Tree of Thoughts, and Plan-Execute-Reflect",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#F59E0B",
|
||||
@@ -463,7 +463,7 @@
|
||||
"reflector": {
|
||||
"description": "Self-reflection agent using Reflexion pattern - learns from mistakes",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#10B981",
|
||||
@@ -480,7 +480,7 @@
|
||||
"memory-manager": {
|
||||
"description": "Manages agent memory systems - short-term (context), long-term (vector store), and episodic (experiences)",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"color": "#8B5CF6",
|
||||
"permission": {
|
||||
"read": "allow",
|
||||
@@ -516,7 +516,7 @@
|
||||
"flutter-developer": {
|
||||
"description": "Flutter mobile specialist for cross-platform apps, state management, and UI components",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/qwen3.5:397b",
|
||||
"model": "ollama-cloud/deepseek-v4-flash:0731",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#02569B",
|
||||
@@ -539,7 +539,7 @@
|
||||
"php-developer": {
|
||||
"description": "PHP specialist for Laravel, Symfony, WordPress, and modular architecture",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/deepseek-v4-pro",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"color": "#8B5CF6",
|
||||
"permission": {
|
||||
"read": "allow",
|
||||
@@ -560,7 +560,7 @@
|
||||
"pipeline-judge": {
|
||||
"description": "Automated pipeline judge. Evaluates workflow execution by running tests, measuring token cost and wall-clock time. Produces objective fitness scores. Never writes code - only measures and scores.",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/kimi-k2.7-code",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#DC2626",
|
||||
@@ -579,7 +579,7 @@
|
||||
"python-developer": {
|
||||
"description": "Python specialist for Django, FastAPI, data processing, and ML pipelines",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/deepseek-v4-pro",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"color": "#3776AB",
|
||||
"permission": {
|
||||
"read": "allow",
|
||||
@@ -600,7 +600,7 @@
|
||||
"incident-responder": {
|
||||
"description": "Server incident response and system hardening specialist. Handles live forensics, malware removal, persistence hunting, SSH-based server cleanup, and post-incident hardening. Works with any OS and panel.",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#B91C1C",
|
||||
@@ -664,7 +664,7 @@
|
||||
"evolution-prompt": {
|
||||
"description": "Generates role-specific stress-test prompts by analyzing agent definitions",
|
||||
"mode": "all",
|
||||
"model": "ollama-cloud/minimax-m3",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "always_thinking",
|
||||
"color": "#FF6B00",
|
||||
@@ -686,7 +686,7 @@
|
||||
"smartadmin-builder": {
|
||||
"description": "SmartAdmin template builder — generates and edits admin panel EJS templates using the 721-component SmartAdmin library. Understands component classes, page structure, and produces backend-ready frontend pages.",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/qwen3.5:397b",
|
||||
"model": "ollama-cloud/deepseek-v4-flash:0731",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#2563EB",
|
||||
@@ -752,7 +752,7 @@
|
||||
"smartadmin-form-agent": {
|
||||
"description": "Form engine specialist for SmartAdmin. Generates complete form HTML with validation attributes and JS handlers using Bootstrap form groups, Select2, datepickers, and form wizards.",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/qwen3.5:397b",
|
||||
"model": "ollama-cloud/deepseek-v4-flash:0731",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#10B981",
|
||||
@@ -773,7 +773,7 @@
|
||||
"smartadmin-interactive-agent": {
|
||||
"description": "Interactive elements specialist for SmartAdmin. Generates HTML element snippets and event handler JS for buttons, dropdowns, nav-tabs, accordions, collapse, and modal triggers.",
|
||||
"mode": "subagent",
|
||||
"model": "ollama-cloud/kimi-k2.7-code",
|
||||
"model": "ollama-cloud/nemotron-3-super",
|
||||
"variant": "thinking",
|
||||
"variant_strategy": "task_size_based",
|
||||
"color": "#8B5CF6",
|
||||
|
||||
Reference in New Issue
Block a user