@roarpeng/graphflow
A Context-Aware Multi-Agent Orchestration Engine
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Roarpeng/GraphFlow说明文档
阅读完整 README ↗Configuration
Three-layer merge: global ~/.graphflow.config.json → project graphflow.config.json → project .graphflow/config.json. Copy graphflow.config.example.json to get started.
Key options:
| Option | Description |
|---|---|
graphPolicy.transport | file / memory / sqlite / auto (recommended: sqlite-first, falls back to file) / mcp-http |
graphPolicy.maxContextTokens | Context budget (default 1500) |
graphPolicy.autoIndexOnSave | Auto incremental index on save (default true) |
embeddingPolicy.provider | transformers (local default) / openai / hash |
embeddingPolicy.vectorStorePath | Vector index persistence path (.hnsw derived automatically) |
skillPolicy.enableSkillFlywheel | Learning flywheel switch |