> ## 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 benchmarks

> local model outputs को benchmark करने के लिए symbolic-rule गेम्स का उपयोग करें।

local model outputs को benchmark करने के लिए symbolic-rule गेम्स का उपयोग करें:

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

Arka हर move को chess नियमों के विरुद्ध validate करता है, illegal moves और accuracy की रिपोर्ट करता है, और अंतिम FEN लौटाता है। यही harness अन्य deterministic गेम्स के साथ बढ़ाया जा सकता है; एक illegal model action कभी भी board को नहीं बदलता।


## Related topics

- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [multi-provider failover के साथ LLM orchestration](/hi/concepts/llm.md)
- [Arka अन्य agents की तुलना में कैसा है](/hi/concepts/comparison.md)
- [Browser में URL खोलें](/hi/guides/open-url.md)
