> ## 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 workspace` 可以在 monorepo 或包含多个项目的目录中构建只读清单：

```bash theme={null}
arka workspace .
arka workspace . --json
arka workspace . --depth 5
```

Arka 会检测常见的清单文件（`package.json`、`pyproject.toml`、Go、Rust、
Docker），并标注可能的前端边界。该清单刻意不作任何修改；把结果路径配合
`arka ci`、`arka review` 或 `arka telemetry-connect` 用于特定服务的工作。


## Related topics

- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [编码 TUI](/cn/guides/coding-tui.md)
- [沙箱](/cn/guides/sandbox.md)
- [AI 队友评审](/cn/guides/teammate-review.md)
- [生命科学（Anthropic 市场）](/cn/guides/life-sciences.md)
