fff122/dsh-agent-arcade1

dsh-agent-arcade

DSH 确定性 Agent 贪吃蛇游戏插件,允许 Agent 在 DSH 中运行并操作贪吃蛇游戏。

AI 分析

核心用途是作为 Agent 游戏控制能力的演示或娱乐。具体用途尚不清楚,建议阅读仓库说明以获取详细功能和使用场景。

套件
dsh-agent-arcade
版本
0.1.0
授權
MIT
最近更新
2026年8月13日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

Step 2: Create the plugin configuration

Run this command from the repository root:

cat > agent-arcade.patch.yml <<EOF
- insert:
    - id: dsh-agent-arcade
      name: '$PWD/dist/src/index.js'
EOF

The plugin path is absolute because the Harness patch loader requires an absolute path.