dsh-polaris
北极星 (Polaris):通用能力聚合与择优进化层——异构嗅探、双轨竞技场、SLSA 出处、不可变索引与语义调度。
AI 분석
核心用途是提供 DSH 插件能力的自动发现、安全审计与测试验证。适合在复杂项目开发中,需要 Agent 自动检索、调用和验证本地工具的开发者。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:existyay/Polaris竞技场配置 .polaris-arena.json
{
"candidate": {
"schemaVersion": "1.0",
"name": "demo-node",
"version": "1.0.0",
"origin": { "type": "cli" },
"source": "node",
"description": "Node.js runtime as a candidate",
"entry": "node",
"capabilities": ["demo", "runtime"],
"permissions": [],
"dependencies": [],
"tests": {
"smoke": ["cli-help:--help"],
"contract": [],
"fuzz": [],
"benchmark": []
}
},
"champion": { "name": "champion", "entry": "python3", "capabilities": ["demo"] },
"goldenTasks": [
{ "name": "hello", "command": "{entry} -e \"console.log('hi')\"", "expect": "hi", "timeoutMs": 30000 }
],
"utilityThreshold": 0.1
}