-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
49 lines (49 loc) · 1.78 KB
/
Copy pathplugin.json
File metadata and controls
49 lines (49 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "graphflow",
"version": "1.20.1",
"description": "图谱上下文压缩与任务规划插件(10 个 MCP 工具)。能力:压缩上下文、DAG 规划、增量建图、技能飞轮、诊断与产物导入导出。DeepSeek Harness:dsh plugin --profile web add @roarpeng/graphflow;工具名为 mcp__graphflow__graphflow_*。先调 graphflow_context(传 rootDir),复杂任务再 plan,改完代码后 index。",
"author": {
"name": "Roarpeng",
"url": "https://github.com/Roarpeng"
},
"homepage": "https://github.com/Roarpeng/GraphFlow#readme",
"repository": "https://github.com/Roarpeng/GraphFlow",
"license": "Apache-2.0",
"keywords": [
"multi-agent",
"orchestration",
"mcp",
"context-engine",
"agent-plugins",
"skills",
"dsh-plugin",
"deepseek-harness",
"dsh",
"dsh-plugins",
"deepseek-harness-plugin",
"cordis",
"cordis-plugin"
],
"extensions": {
"dsh": {
"bundle": "./cordis.patch.yml",
"install": "dsh plugin --profile web add @roarpeng/graphflow",
"installHome": "npx @roarpeng/graphflow install",
"toolsPrefix": "mcp__graphflow__",
"usage": "先 mcp__graphflow__graphflow_context(rootDir=仓库绝对路径),复杂任务 graphflow_plan,改完 graphflow_index;graphflow_run 之后必须 graphflow_report_outcome。启动:npx @deepseek-ai/dsh web。",
"capabilities": [
"graphflow_context",
"graphflow_plan",
"graphflow_run",
"graphflow_report_outcome",
"graphflow_insight",
"graphflow_index",
"graphflow_skill_insights",
"graphflow_diagnose",
"graphflow_artifact",
"graphflow_skill_guide"
]
}
}
}