名称: researchvault
描述: "高速研究编排引擎。为智能体管理持久化状态、综合分析与自主验证。"
元数据:
{
"openclaw":
{
"requires": { "python": ">=3.13", "bins": ["uv"] },
"install":
[
{
"id": "vault-venv",
"kind": "exec",
"command": "uv venv && uv pip install -e .",
"label": "初始化 ResearchVault 环境",
},
],
},
}
面向智能体研究的自主状态管理器。
artifacts(成果)、findings(发现)和 links(关联)。branches(分支)和 hypotheses(假设),以探索并行研究路径。verification_missions(验证任务)实现自我修正的智能体。uv run python scripts/vault.py init --id "metal-v1" --name "Suomi Metal" --objective "Rising underground bands"
uv run python scripts/vault.py scuttle "https://reddit.com/r/metal" --id "metal-v1"
# 关联相关发现
uv run python scripts/vault.py synthesize --id "metal-v1"
# 为低置信度数据规划验证任务
uv run python scripts/vault.py verify plan --id "metal-v1"
uv run python scripts/vault.py mcp --transport stdio
需要 Python 3.13 及以上版本以及 uv 工具。