> ## 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 执行可复现、可审计的数学计算。

```bash theme={null}
arka research_math "sqrt(16) + 2**3"
arka math_script "exp(-0.5) / sqrt(2*pi)" --output gaussian.py
```

Arka 使用受限 AST 验证表达式，在不引入 imports 或 builtins 的情况下求值，并将精确的计算保存为 Python 脚本，便于在 AI 与科学研究工作流中复现。


## Related topics

- [研究型优化](/cn/guides/optimization.md)
- [聊天、网络搜索和事实问答技能](/cn/guides/chat.md)
- [本地 LLM 研究笔记](/cn/guides/local-llm-research.md)
- [YouTube 研究和下载](/cn/guides/youtube.md)
- [健身动作数据集](/cn/guides/exercise-dataset.md)
