Skip to content

来源索引

Agent QC v0.4.0 来自本地项目调研和公开文档。本地仓库是案例,不是规范依赖。

最后审阅:2026-05-10。

Citation format

在设计说明或 changelog 中使用 source ids:

text
[SRC-AGENTUI-BEST-PRACTICES] -> surface pass must link visible projection to runtime facts.

Local standards repositories

Source idSourceEvidence usedAgent QC requirements informed
SRC-AGENTUI-BEST-PRACTICES/Users/coso/Documents/dev/ai/limecloud/agentui/docs/en/authoring/best-practices.mdruntime-owned facts、event classes、stable ids、fallback states、controlled writes、old-session design、latency metricsAgent QC 要求 surface evidence 把 visible frames 连接到 runtime/protocol facts,避免 UI 自己拥有 verdict。
SRC-AGENTUI-ACCEPTANCE/Users/coso/Documents/dev/ai/limecloud/agentui/docs/en/authoring/acceptance-scenarios.mdsend/status、tool、HITL、queue/steer、artifact、evidence、old-session、team/parallel/remote/background scenariosAgent QC acceptance scenarios 覆盖 runtime、TUI、WebUI、team、remote 和 eval flows。
SRC-AGENTUI-FLOW/Users/coso/Documents/dev/ai/limecloud/agentui/docs/en/reference/flow-and-taxonomy.mdlifecycle、event envelope、fact owners、scopes、phases、surfaces、controls、team taxonomyAgent QC flow/taxonomy 采用显式维度和 fact-owner 分离。
SRC-AGENTUI-CONTRACTS/Users/coso/Documents/dev/ai/limecloud/agentui/docs/en/contracts/*.mdbackend coordination、runtime event projection、performance metricsAgent QC 增加 UI/TUI/desktop/browser gates 的 evidence、performance、reliability contracts。
SRC-AGENTKNOWLEDGE-SPEC/Users/coso/Documents/dev/ai/limecloud/agentknowledge/docs/en/specification.mddirectory-as-standard、progressive disclosure、source maps、compile/eval evidence、knowledge-as-data boundaryAgent QC 把 Knowledge 作为 requirements/context input,而不是 proof,并保留 source traceability。

Local project case studies

Source idSourceUse
SRC-CODEX-LOCAL/Users/coso/Documents/dev/rust/codexRuntime CLI、Rust、Bazel、cargo nextest、SDK、MCP、app-server protocol、sandbox、process cleanup、TUI snapshots、schema fixtures、release patterns。
SRC-CLAUDECODE-LOCAL/Users/coso/Documents/dev/js/claudecodeInk TUI、remote bridge、WebSocket control、permission flow、SDK stream adapter、commands、task/team surfaces 的本地部分源码快照;不足以推断 CI/release。
SRC-OPENCLAW-LOCAL/Users/coso/Documents/dev/js/openclawMulti-channel gateway、Vitest lane routing、UI browser-mode tests、QA Lab、live provider opt-in、Docker/install smoke、plugin/secret/channel contracts、mobile/platform scripts。
SRC-HERMES-LOCAL/Users/coso/Documents/dev/python/hermes-agentPython pytest、markers、xdist、integration/e2e separation、credential blanking、cron/scheduler、browser safety、gateway/channel tests、TUI Vitest、Docker/uv/OSV。

External public sources

Source idSourceEvidence usedAgent QC requirements informed
SRC-AGENTSKILLS-SPEChttps://agentskills.io/specificationMarkdown/frontmatter style、directory-as-package、progressive disclosure、fields/constraints/examples。Agent QC docs 使用简短入口页、表格、示例和深入 reference pages。
SRC-AGENTSKILLS-EVALhttps://agentskills.io/skill-creation/evaluating-skillsEval-driven iteration、clean-context runs、assertion grading、execution transcripts、human feedback。qcloop 和 eval gates 需要 attempts、verifier feedback、rubrics 和 evidence refs。
SRC-PLAYWRIGHT-CONFIGhttps://playwright.dev/docs/test-configuration 与 Context7 /microsoft/playwright.devprojects、webServer、retries、reporters、trace、screenshot、video、test isolation。WebUI/browser/desktop gates 需要 trace/screenshot/video policy、browser project/device、console/network 和相关 server startup evidence。
SRC-VITEST-DOCShttps://vitest.dev/guide/cli.html 与 Context7 /vitest-dev/vitestCLI run/watch、projects、reporter JSON/JUnit、coverage、browser mode、snapshots。JS 项目把 Vitest suites 映射到 deterministic、browser、contract、report evidence lanes。
SRC-PYTEST-MARKERShttps://docs.pytest.org/en/stable/example/markers.html 与 Context7 /pytest-dev/pytestmarkers、-m selection、skip/xfail、parametrization、test routing。Python 项目用显式 selection 和 evidence 分离 deterministic、integration、e2e、live、slow suites。
SRC-MCP-TOOLShttps://modelcontextprotocol.io/specification/2025-11-25/server/toolstool declaration/protocol boundary。Tool/MCP gateway gates 要求 declaration 和 invocation evidence,而不只看 final text。
SRC-CODEX-ACTIONShttps://github.com/openai/codex/actionspublic workflow signal。只作为外部上下文;测试体系细节以本地仓库调研为准。
SRC-HERMES-GITHUBhttps://github.com/NousResearch/hermes-agentpublic project context。只用于公共项目身份;测试细节来自本地仓库调研。

Requirement traceability

Requirement areaPrimary sources
Surface evidence 必须连接 visible frame 与 runtime factsSRC-AGENTUI-BEST-PRACTICES, SRC-AGENTUI-FLOW, SRC-CODEX-LOCAL, SRC-OPENCLAW-LOCAL, SRC-HERMES-LOCAL
扩展 acceptance scenariosSRC-AGENTUI-ACCEPTANCE, SRC-CODEX-LOCAL, SRC-OPENCLAW-LOCAL, SRC-HERMES-LOCAL
TUI evidenceSRC-CODEX-LOCAL, SRC-CLAUDECODE-LOCAL, SRC-HERMES-LOCAL
WebUI/browser evidenceSRC-PLAYWRIGHT-CONFIG, SRC-VITEST-DOCS, SRC-OPENCLAW-LOCAL, SRC-HERMES-LOCAL
Python suite routingSRC-PYTEST-MARKERS, SRC-HERMES-LOCAL
Live provider separationSRC-OPENCLAW-LOCAL, SRC-HERMES-LOCAL
Scheduler/background gatesSRC-HERMES-LOCAL, SRC-AGENTUI-ACCEPTANCE
Release/distribution gatesSRC-CODEX-LOCAL, SRC-OPENCLAW-LOCAL, SRC-HERMES-LOCAL
Progressive documentation styleSRC-AGENTSKILLS-SPEC, SRC-AGENTKNOWLEDGE-SPEC, SRC-AGENTUI-BEST-PRACTICES
qcloop/eval evidence loopSRC-AGENTSKILLS-EVAL, SRC-OPENCLAW-LOCAL

Draft standard for evidence-driven quality control of Agent projects.