Deploy Bot
|
ccca685fdc
|
feat(agent-models): assign best-fit models from real-fit evaluation report
Updated all 36 agents to their highest-scoring model per real-fit-report.json:
- kimi-k2.6: code-skeptic(91.2), system-analyst(92.0), sdet-engineer(97.0),
lead-developer(72.5), security-auditor(63.8), history-miner,
browser-automation, evolution-prompt, product-owner,
orchestrator, release-manager, reflector
- glm-5.1: devops-engineer(96.2), evaluator, the-fixer, memory-manager,
performance-engineer, prompt-optimizer, workflow-architect,
visual-tester, flutter-developer, incident-responder
- qwen3-coder:480b: architect-indexer, frontend-developer, go-developer,
markdown-validator, pipeline-judge, workflow-cross-checker,
evolution-skeptic, requirement-refiner
- deepseek-v4-pro: backend-developer, capability-analyst, planner,
php-developer, python-developer
Files updated:
- kilo-meta.json (source of truth)
- kilo.jsonc (runtime config)
- capability-index.yaml (routing)
- 30 agent .md frontmatters (via sync-agents.cjs)
- KILO_SPEC.md + AGENTS.md (auto-synced)
- real-fit-report.json (regenerated from DB)
|
2026-05-28 13:46:34 +01:00 |
|
NW
|
bd154f24d0
|
feat(gns2): mass-update all 30 agents with GNS-2 protocol
- 29 agents updated with GNS-2 checkpoint/event protocol
- 12 Tier 0 (leaf) agents: read checkpoint, write event footer, no cascade
- 17 Tier 1 (task) agents: read checkpoint, recommend next agent, no direct task calls
- 2 Tier 2 (meta) agents already updated: capability-analyst, agent-architect, evaluator
- All agents now include GNS_EVENT footer template in comments
- Frontmatter updated with '(GNS-2 Tier N)' classification
Scripts added:
- scripts/mass-update-gns-agents.py — idempotent mass updater
- scripts/validate-gns-agents.py — protocol checker
Refs: Milestone #67, Issues #99-#107
|
2026-05-08 22:03:08 +01:00 |
|
¨NW¨
|
b46a1a20a8
|
feat: add PHP development stack, atomic tasks, modular code rules, agent monitoring, fix target project detection
7 evolutionary tasks implemented:
1. PHP web development: php-developer agent + 6 skills (Laravel, Symfony, WordPress, security, testing, modular architecture) + 2 pipeline commands (/laravel, /wordpress)
2. Atomic task decomposition: 1 action = 1 task rule, task sizing guide, decomposition protocol for orchestrator, token budgets per complexity
3. Modular code rules: max 100 lines/file, max 30 lines/function, service/repository patterns, cross-module communication via events only
4. Gitea-centric workflow: mandatory issue creation before work, research with links, progress checkboxes, screenshots on test, git history as knowledge base
5. Fix: target project auto-detection — removed all hardcoded UniqueSoft/APAW from API calls, added get_target_repo() via git remote, GITEA_TARGET_REPO env override
6. Agent execution monitoring: agent-executions.jsonl logging, agent-stats.ts statistics script, required fields per invocation, Gitea comment includes duration/tokens
7. Token optimization: 1 action = 1 task principle, token budgets by task type, routing matrix, no scope creep, skip unnecessary pipeline steps
|
2026-04-18 23:43:04 +01:00 |
|