| { | |
| "name": "doc", | |
| "version": "1.0.0", | |
| "description": "文档合并和拆分插件,支持md和txt文档的合并排序和按章节拆分", | |
| "author": "System", | |
| "ui_path": "/tool/doc", | |
| "requirements": [], | |
| "enabled": true, | |
| "category": "utility", | |
| "capabilities": ["document_processing", "merge", "split"], | |
| "governance": { | |
| "status": "active", | |
| "handling_decision": "正常使用", | |
| "dependency_risk": null | |
| }, | |
| "ui": { | |
| "type": "static" | |
| }, | |
| "tools": [ | |
| { | |
| "name": "merge_documents", | |
| "display_name": "文档合并", | |
| "purpose": "将多个文档合并为一个", | |
| "applies_to": ["文档整理", "内容合并"], | |
| "not_for": ["图片处理"], | |
| "parameters": { | |
| "documents": { | |
| "type": "array", | |
| "required": true, | |
| "description": "文档列表" | |
| } | |
| }, | |
| "input_examples": [ | |
| {"documents": ["doc1.md", "doc2.md"]} | |
| ], | |
| "output_examples": [ | |
| {"merged_doc": "merged.md"} | |
| ], | |
| "common_errors": [], | |
| "risk_level": "low" | |
| } | |
| ] | |
| } | |