mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-05 16:13:53 +08:00
## 摘要 新增 7 个公开、可复用的 listing-only Agent 条目: - 内容营销 Agent - 标书协作 Agent - 合同审查 Agent - 工程图校核 Agent - 检验报告 Agent - 研究证据 Agent - 流程运营 Agent 这些条目用于发现和展示能力蓝图,不声明已安装、已连接外部系统或可替代专业人员签发。工程、检验、法律和研究类条目均保留人工复核边界。 ## Summary Add seven public, reusable, listing-only Agent entries for content marketing, tender collaboration, contract review, engineering drawing review, inspection reports, research evidence, and workflow operations. The entries are discovery blueprints only. They do not claim installed tools, connected systems, or authority to replace qualified professional review and sign-off. ## 数据变更 / Data changes - Market version: `1.3.0` - Agent count: `1 → 8` - Every Agent includes bilingual legacy metadata and `CatalogItemV1` sidecar data - All new entries remain `listing-only` with unknown license/platform facts where evidence is absent ## 验证 / Validation - i18n unit tests: 9/9 - catalog validator tests: 29/29 - collection generator tests: 4/4 - catalog validation: 0 errors - i18n validation: 0 errors - secret/private-key scan: 0 findings
31 lines
2.3 KiB
JSON
31 lines
2.3 KiB
JSON
{
|
|
"id": "inspection-report-agent",
|
|
"name": "Inspection Report Agent",
|
|
"avatar": { "t": "检", "bg": "linear-gradient(135deg, #059669, #65A30D)" },
|
|
"category": "data",
|
|
"version": "1.0.0",
|
|
"updatedAt": "2026-09-01",
|
|
"maintainer": { "name": "DesireCore Official", "verified": true },
|
|
"i18n": {
|
|
"default_locale": "en-US", "source_locale": "zh-CN", "locales": ["zh-CN", "en-US"],
|
|
"zh-CN": {
|
|
"name": "检验报告 Agent",
|
|
"shortDesc": "整理原始记录、标准和模板,协助生成报告并检查数据、单位与结论一致性",
|
|
"fullDesc": "把检测原始记录、适用标准和报告模板交给它,它会整理数据引用,协助生成初稿,并检查限值、单位、计算和前后结论是否一致。异常项会回到原始记录,便于复验。\n\n报告必须由具备相应资质的人员复核、签发。它不会替代采样、实验、校准或专业判断。",
|
|
"tags": ["检验检测", "报告生成", "数据校核", "标准引用"],
|
|
"persona": { "role": "检验报告协作 Agent", "traits": ["数据回到原始记录", "检查单位限值", "异常项可复验", "等待专业签发"] },
|
|
"translated_by": "human"
|
|
},
|
|
"en-US": {
|
|
"name": "Inspection Report Agent",
|
|
"shortDesc": "Organizes source records, standards, and templates, then assists with report drafting and consistency checks.",
|
|
"fullDesc": "Give it inspection records, applicable standards, and the report template. It organizes data references, assists with a first draft, and checks limits, units, calculations, and conclusion consistency. Exceptions remain linked to the source record for rechecking.\n\nReports require review and sign-off by qualified personnel. The Agent does not replace sampling, laboratory work, calibration, or professional judgment.",
|
|
"tags": ["inspection", "report drafting", "data checking", "standards"],
|
|
"persona": { "role": "Inspection report collaborator", "traits": ["links data to source records", "checks units and limits", "keeps exceptions reviewable", "waits for professional sign-off"] },
|
|
"translated_by": "ai:openai", "translated_at": "2026-09-01"
|
|
}
|
|
},
|
|
"persona": { "tools": [] },
|
|
"changelog": [{ "version": "1.0.0", "date": "2026-09-01", "changes": { "zh-CN": ["首次发布"], "en-US": ["Initial listing"] } }]
|
|
}
|