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:
NW
2026-08-04 22:55:17 +01:00
parent b58087f37b
commit 04c358eb30
36 changed files with 175 additions and 175 deletions

View File

@@ -2,12 +2,12 @@
"$schema": "https://app.kilo.ai/config.json",
"metaVersion": "1.0.0",
"prompt_version": 1,
"lastSync": "2026-08-04T13:08:39.959Z",
"lastSync": "2026-08-04T21:27:18.197Z",
"agents": {
"intake-agent": {
"file": ".kilo/agents/intake-agent.md",
"description": "Conversational interface — receives natural language from users, clarifies ambiguous requirements, produces structured tasks for orchestrator",
"model": "ollama-cloud/nemotron-3-ultra",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -17,7 +17,7 @@
"context-compressor": {
"file": ".kilo/agents/context-compressor.md",
"description": "Intelligently manages token budget by summarizing conversation history, preserving critical State, and pruning redundant information before context overflow occurs",
"model": "ollama-cloud/nemotron-3-ultra",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -27,7 +27,7 @@
"pattern-matcher": {
"file": ".kilo/agents/pattern-matcher.md",
"description": "Proactively finds similar successful solutions from past projects BEFORE work starts, providing recommendations instead of just duplicate detection",
"model": "ollama-cloud/nemotron-3-ultra",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -37,7 +37,7 @@
"stakeholder-bridge": {
"file": ".kilo/agents/stakeholder-bridge.md",
"description": "Translates technical outputs into business language for non-technical stakeholders, generates executive summaries and progress reports",
"model": "ollama-cloud/nemotron-3-ultra",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -73,7 +73,7 @@
"sdet-engineer": {
"file": ".kilo/agents/sdet-engineer.md",
"description": "Writes tests following TDD methodology. Tests MUST fail initially (Red phase)",
"model": "ollama-cloud/kimi-k2.7-code",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -93,7 +93,7 @@
"frontend-developer": {
"file": ".kilo/agents/frontend-developer.md",
"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)",
"model": "ollama-cloud/qwen3.5:397b",
"model": "ollama-cloud/deepseek-v4-flash:0731",
"mode": "all",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -113,7 +113,7 @@
"go-developer": {
"file": ".kilo/agents/go-developer.md",
"description": "Go backend specialist for Gin, Echo, APIs, and database integration",
"model": "ollama-cloud/kimi-k2.7-code",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"color": "#00ADD8",
"category": "core"
@@ -121,7 +121,7 @@
"devops-engineer": {
"file": ".kilo/agents/devops-engineer.md",
"description": "DevOps specialist for Docker, Kubernetes, CI/CD pipeline automation, and infrastructure management",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -131,7 +131,7 @@
"code-skeptic": {
"file": ".kilo/agents/code-skeptic.md",
"description": "Adversarial code reviewer. Finds problems and issues. Does NOT suggest implementations",
"model": "ollama-cloud/kimi-k2.7-code",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -141,7 +141,7 @@
"the-fixer": {
"file": ".kilo/agents/the-fixer.md",
"description": "Iteratively fixes bugs based on specific error reports and test failures",
"model": "ollama-cloud/kimi-k2.7-code",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -151,7 +151,7 @@
"performance-engineer": {
"file": ".kilo/agents/performance-engineer.md",
"description": "Reviews code for performance issues. Focuses on efficiency, N+1 queries, memory leaks, and algorithmic complexity",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -161,7 +161,7 @@
"security-auditor": {
"file": ".kilo/agents/security-auditor.md",
"description": "Scans for security vulnerabilities, OWASP Top 10, dependency CVEs, and hardcoded secrets",
"model": "ollama-cloud/kimi-k2.7-code",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -171,7 +171,7 @@
"visual-tester": {
"file": ".kilo/agents/visual-tester.md",
"description": "Visual regression testing agent that compares screenshots and detects UI differences using pixelmatch and image diff",
"model": "ollama-cloud/kimi-k2.7-code",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -261,7 +261,7 @@
"prompt-optimizer": {
"file": ".kilo/agents/prompt-optimizer.md",
"description": "Improves agent system prompts based on performance failures. Meta-learner for prompt optimization",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -270,7 +270,7 @@
"product-owner": {
"file": ".kilo/agents/product-owner.md",
"description": "Manages issue checklists, status labels, tracks progress and coordinates with human users",
"model": "ollama-cloud/nemotron-3-ultra",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -279,7 +279,7 @@
"agent-architect": {
"file": ".kilo/agents/agent-architect.md",
"description": "Creates, modifies, and reviews new agents, workflows, and skills based on capability gap analysis",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -288,7 +288,7 @@
"capability-analyst": {
"file": ".kilo/agents/capability-analyst.md",
"description": "Analyzes task requirements against available agents, workflows, and skills. Identifies gaps and recommends new components.",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -297,7 +297,7 @@
"workflow-architect": {
"file": ".kilo/agents/workflow-architect.md",
"description": "Creates and maintains workflow definitions with complete architecture, Gitea integration, and quality gates",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -306,7 +306,7 @@
"markdown-validator": {
"file": ".kilo/agents/markdown-validator.md",
"description": "Validates and corrects Markdown descriptions for Gitea issues",
"model": "ollama-cloud/nemotron-3-ultra",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -315,7 +315,7 @@
"browser-automation": {
"file": ".kilo/agents/browser-automation.md",
"description": "Browser automation agent using Playwright MCP for E2E testing, form filling, navigation, and web interaction",
"model": "ollama-cloud/kimi-k2.7-code",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -324,7 +324,7 @@
"planner": {
"file": ".kilo/agents/planner.md",
"description": "Advanced task planner using Chain of Thought, Tree of Thoughts, and Plan-Execute-Reflect",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -334,7 +334,7 @@
"reflector": {
"file": ".kilo/agents/reflector.md",
"description": "Self-reflection agent using Reflexion pattern - learns from mistakes",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -344,7 +344,7 @@
"memory-manager": {
"file": ".kilo/agents/memory-manager.md",
"description": "Manages agent memory systems - short-term (context), long-term (vector store), and episodic (experiences)",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"color": "#8B5CF6",
"category": "cognitive"
@@ -360,7 +360,7 @@
"flutter-developer": {
"file": ".kilo/agents/flutter-developer.md",
"description": "Flutter mobile specialist for cross-platform apps, state management, and UI components",
"model": "ollama-cloud/qwen3.5:397b",
"model": "ollama-cloud/deepseek-v4-flash:0731",
"mode": "all",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -370,7 +370,7 @@
"php-developer": {
"file": ".kilo/agents/php-developer.md",
"description": "PHP specialist for Laravel, Symfony, WordPress, and modular architecture",
"model": "ollama-cloud/deepseek-v4-pro",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"color": "#8B5CF6",
"category": "core"
@@ -378,7 +378,7 @@
"pipeline-judge": {
"file": ".kilo/agents/pipeline-judge.md",
"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.",
"model": "ollama-cloud/kimi-k2.7-code",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -388,7 +388,7 @@
"python-developer": {
"file": ".kilo/agents/python-developer.md",
"description": "Python specialist for Django, FastAPI, data processing, and ML pipelines",
"model": "ollama-cloud/deepseek-v4-pro",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"color": "#3776AB",
"category": "core"
@@ -396,7 +396,7 @@
"incident-responder": {
"file": ".kilo/agents/incident-responder.md",
"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.",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -426,7 +426,7 @@
"evolution-prompt": {
"file": ".kilo/agents/evolution-prompt.md",
"description": "Generates role-specific stress-test prompts by analyzing agent definitions",
"model": "ollama-cloud/minimax-m3",
"model": "ollama-cloud/nemotron-3-super",
"mode": "all",
"variant": "thinking",
"variant_strategy": "always_thinking",
@@ -436,7 +436,7 @@
"smartadmin-builder": {
"file": ".kilo/agents/smartadmin-builder.md",
"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.",
"model": "ollama-cloud/qwen3.5:397b",
"model": "ollama-cloud/deepseek-v4-flash:0731",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -504,7 +504,7 @@
"smartadmin-form-agent": {
"file": ".kilo/agents/smartadmin-form-agent.md",
"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.",
"model": "ollama-cloud/qwen3.5:397b",
"model": "ollama-cloud/deepseek-v4-flash:0731",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -527,7 +527,7 @@
"smartadmin-interactive-agent": {
"file": ".kilo/agents/smartadmin-interactive-agent.md",
"description": "Interactive elements specialist for SmartAdmin. Generates HTML element snippets and event handler JS for buttons, dropdowns, nav-tabs, accordions, collapse, and modal triggers.",
"model": "ollama-cloud/kimi-k2.7-code",
"model": "ollama-cloud/nemotron-3-super",
"mode": "subagent",
"variant": "thinking",
"variant_strategy": "task_size_based",
@@ -566,7 +566,7 @@
"plan": {
"file": ".kilo/commands/plan.md",
"description": "Creates detailed task plans",
"model": "ollama-cloud/deepseek-v4-pro"
"model": "ollama-cloud/nemotron-3-super"
},
"ask": {
"file": ".kilo/commands/ask.md",
@@ -581,7 +581,7 @@
"code": {
"file": ".kilo/commands/code.md",
"description": "Quick code generation",
"model": "ollama-cloud/deepseek-v4-pro"
"model": "ollama-cloud/nemotron-3-super"
},
"research": {
"file": ".kilo/commands/research.md",
@@ -596,7 +596,7 @@
"hotfix": {
"file": ".kilo/commands/hotfix.md",
"description": "Hotfix workflow",
"model": "ollama-cloud/deepseek-v4-pro"
"model": "ollama-cloud/nemotron-3-super"
},
"review": {
"file": ".kilo/commands/review.md",
@@ -625,17 +625,17 @@
"commerce": {
"file": ".kilo/commands/commerce.md",
"description": "Create e-commerce site with products, cart, payments",
"model": "ollama-cloud/deepseek-v4-pro"
"model": "ollama-cloud/nemotron-3-super"
},
"blog": {
"file": ".kilo/commands/blog.md",
"description": "Create blog/CMS with posts, comments, SEO",
"model": "ollama-cloud/deepseek-v4-pro"
"model": "ollama-cloud/nemotron-3-super"
},
"booking": {
"file": ".kilo/commands/booking.md",
"description": "Create booking system for services/appointments",
"model": "ollama-cloud/deepseek-v4-pro"
"model": "ollama-cloud/nemotron-3-super"
},
"evolve-agent": {
"file": ".kilo/commands/evolve-agent.md",