Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/kivo360/omoios/validation_systemgit clone --depth 1 https://github.com/kivo360/OmoiOSWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.02205 |
| Opus 5 | $0.00000 | $0.01103 |
| Sonnet 5 | $0.00000 | $0.00441 |
| Haiku 4.5 | $0.00000 | $0.00220 |
Grade A, and why
validation_system scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 253 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Validation System Requirements
Created: 2025-11-20 Status: Draft Purpose: Define normative requirements for the Validation Agent System, covering state machine, data model, API, configuration, SLOs, security, memory, and diagnosis integration. Related: docs/requirements/workflows/multi_agent_orchestration.md, docs/design/agents/validation_agent_design.md, docs/requirements/services/memory_system.md, docs/requirements/services/diagnosis_system.md
Document Overview
This document defines normative requirements for the Validation Agent System, including state machine extensions, database artifacts, API contracts, configuration, events, and Pydantic reference models.
Parent Document: Multi-Agent Orchestration Requirements
1. State Machine Extensions
REQ-VAL-SM-001: Validation States
THE SYSTEM SHALL support the following validation states and transitions:
stateDiagram-v2
[*] --> pending
pending --> assigned : Task Created
assigned --> in_progress : Agent Assigned
in_progress --> under_review : Agent Claims Done
under_review --> validation_in_progress : Validator Spawned
validation_in_progress --> done : Validation Passes
validation_in_progress --> needs_work : Validation Failed
needs_work --> in_progress : Agent Resumes (same session)
in_progress --> failed : Agent Gives Up
done --> [*]
failed --> [*]
REQ-VAL-SM-002: Guards
- Transition to
under_reviewrequires agent to publish completion signal and commit SHA (if applicable). - Transition to
validation_in_progressrequires successful validator spawn. - Transition to
donerequiresvalidation_passed==true. - Transition to
needs_workrequiresvalidation_passed==falseand feedback present.
2. Data Model Requirements
2.1 Task Model Extensions
REQ-VAL-DM-001
Add the following fields to Task:
validation_enabled: bool(default: false)validation_iteration: int(default: 0)last_validation_feedback: str | nullreview_done: bool(default: false)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 253 lines · 0 tokens per session scan A 1d52fdb9a39a
validation_system is an agent published in the GitHub repository kivo360/OmoiOS (75 stars, last pushed 2mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,205 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
ai-engineer
AI/ML工程师,负责模型集成、提示工程、RAG管道、Agent工作流设计和AI功能开发,交付高质量的智能化功能模块.
engineering-mcp-builder
MCP Server开发专家,负责设计和实现Model Context Protocol工具服务器,精通FastMCP/Python SDK、工具命名最佳实践、Zod验证和JSON/Markdown双输出格式.
team-member
Standard AI Team OS team member agent.
agents
Agent 模块是系统的执行引擎,基于 LangGraph StateGraph 实现单个 Agent 的完整执行生命周期管理。.
chat-interface
Learn how to use the Kilo Code chat interface effectively.
using-agents
Understanding and using different agents in Kilo Code.