> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Arka Play 基准测试

> 使用符号规则游戏对本地模型输出进行基准测试。

使用符号规则游戏对本地模型输出进行基准测试：

```bash theme={null}
pip install python-chess
arka play chess --moves e2e4 e7e5 g1f3 b8c6 --json
```

Arka 会针对国际象棋规则验证每一步棋，报告非法走子和准确率，并返回最终的 FEN。同一套框架可以扩展到其他确定性游戏；模型的非法动作永远不会改变棋盘。


## Related topics

- [Arka 与其他智能体的对比](/cn/concepts/comparison.md)
- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [使用 pytest 套件测试 Arka](/cn/guides/testing.md)
- [Arka CLI 命令与参数参考](/cn/guides/cli.md)
- [内置技能目录](/cn/guides/skills.md)
