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

# 仓库依赖与优先级图

> 理解代码依赖并为功能工作排定优先级。

生成依赖图与优先级报告：

```bash theme={null}
arka repo_graph .
arka repo_graph . --format json --output repo-graph.json
arka repo_graph . --format mermaid --output repo-graph.mmd
```

报告会扫描支持的 Python 导入，统计被依赖文件数，并将该中心度与
TODO/FIXME 标记结合。中心度高的文件被优先呈现，因为在那些文件上
的修改会影响仓库的更多部分。这是一种规划信号，并不能替代产品影响、
安全评审或测试。

自然语言可用："show the repository dependency graph and priorities."


## Related topics

- [极速开发](/cn/guides/ultra-fast-development.md)
- [配置、环境变量与 API 密钥设置](/cn/reference/configuration.md)
- [GitHub 数据集仓库](/cn/guides/github-dataset.md)
- [使用唤醒词、STT 和 TTS 的语音控制](/cn/guides/voice.md)
- [个性化你的 Arka 体验](/cn/guides/personalize.md)
