mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-06 02:44:45 +08:00
feat: 增加公开业务 Agent 目录 (#108)
## 摘要 新增 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
This commit is contained in:
30
agents/engineering-drawing-review-agent/agent.json
Normal file
30
agents/engineering-drawing-review-agent/agent.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"id": "engineering-drawing-review-agent",
|
||||
"name": "Engineering Drawing Review Agent",
|
||||
"avatar": { "t": "图", "bg": "linear-gradient(135deg, #0F766E, #0891B2)" },
|
||||
"category": "development",
|
||||
"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": "它可以协助整理 P&ID 等工程图中的设备、管线、仪表和连接关系,并把发现定位到页码、坐标和版本。设计基准齐备后,还能对照规则生成差异清单。\n\n工程结论必须由具备相应资质的专业人员复核和签发。图纸不完整或基准未冻结时,它会保留为待确认项。",
|
||||
"tags": ["工程图", "P&ID", "设计校核", "证据定位"],
|
||||
"persona": { "role": "工程图校核协作 Agent", "traits": ["保留页码坐标", "先确认设计基准", "不猜测缺失图纸", "等待工程师签发"] },
|
||||
"translated_by": "human"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Engineering Drawing Review Agent",
|
||||
"shortDesc": "Extracts equipment, lines, and relationships from multi-page drawings and returns review leads with page and coordinate evidence.",
|
||||
"fullDesc": "It helps organize equipment, piping, instruments, and connections in engineering drawings such as P&IDs, keeping page, coordinate, and revision references for every finding. Once the design baseline is available, it can compare the drawing against review rules and prepare a difference list.\n\nEngineering conclusions require review and sign-off by qualified professionals. Incomplete drawings or unfrozen baselines remain explicitly unresolved.",
|
||||
"tags": ["engineering drawing", "P&ID", "design review", "evidence location"],
|
||||
"persona": { "role": "Engineering drawing review collaborator", "traits": ["keeps page coordinates", "checks the design baseline first", "does not invent missing drawings", "waits for engineer 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"] } }]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "../../schemas/catalog-metadata.v1.schema.json", "schemaVersion": 1,
|
||||
"identity": { "kind": "agent", "id": "engineering-drawing-review-agent" },
|
||||
"presentation": {
|
||||
"defaultLocale": "en-US",
|
||||
"i18n": {
|
||||
"zh-CN": { "name": "工程图校核 Agent", "summary": "从多页工程图中提取设备、管线和关系,输出带页码与坐标的校核线索", "description": "它可以协助整理 P&ID 等工程图中的设备、管线、仪表和连接关系,并把发现定位到页码、坐标和版本。设计基准齐备后,还能对照规则生成差异清单。\n\n工程结论必须由具备相应资质的专业人员复核和签发。图纸不完整或基准未冻结时,它会保留为待确认项。" },
|
||||
"en-US": { "name": "Engineering Drawing Review Agent", "summary": "Extracts equipment, lines, and relationships from multi-page drawings and returns review leads with page and coordinate evidence.", "description": "It helps organize equipment, piping, instruments, and connections in engineering drawings such as P&IDs, keeping page, coordinate, and revision references for every finding. Once the design baseline is available, it can compare the drawing against review rules and prepare a difference list.\n\nEngineering conclusions require review and sign-off by qualified professionals. Incomplete drawings or unfrozen baselines remain explicitly unresolved." }
|
||||
},
|
||||
"category": "development", "tags": ["engineering-drawing", "pid", "design-review", "evidence-location"],
|
||||
"icon": { "kind": "letter", "value": "图" }
|
||||
},
|
||||
"release": { "state": "known", "version": "1.0.0", "versionScheme": "semver" },
|
||||
"timestamps": { "catalogUpdatedAt": { "state": "known", "value": "2026-09-01", "precision": "day" }, "releasePublishedAt": { "state": "unknown" }, "reviewedAt": { "state": "unknown" }, "upstreamObservedAt": { "state": "unknown" } },
|
||||
"provenance": {},
|
||||
"governance": { "stewardship": "official", "availability": "listing-only", "license": { "state": "unknown" }, "redistribution": "verify-package-terms", "listingMaintainer": { "name": "DesireCore Official", "verified": true } },
|
||||
"compatibility": { "platforms": { "state": "unknown" } },
|
||||
"spec": { "kind": "agent", "persona": { "role": "Engineering drawing review collaborator", "traits": ["keeps page coordinates", "checks the design baseline first", "does not invent missing drawings", "waits for engineer sign-off"] } }
|
||||
}
|
||||
Reference in New Issue
Block a user