Skip to content

Commit cd714d2

Browse files
nmhjklnmshuxueshuxue
authored andcommitted
fix: update README doc links from .md to .mdx, remove CLI entry, fix product-primitives -> concepts
1 parent fe9773c commit cd714d2

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ uv sync --extra e2b # E2B
5959
uv sync --extra daytona # Daytona
6060
```
6161

62-
Docker sandbox works out of the box (just needs Docker installed). See [Sandbox docs](docs/en/sandbox.md) for provider setup.
62+
Docker sandbox works out of the box (just needs Docker installed). See [Sandbox docs](docs/en/sandbox.mdx) for provider setup.
6363

6464
### 3. Start the services
6565

@@ -170,12 +170,11 @@ Agents can be extended with external tools and specialized expertise:
170170

171171
## Documentation
172172

173-
- [CLI Reference](docs/en/cli.md) — Terminal interface, commands, LLM provider setup
174-
- [Configuration](docs/en/configuration.md) — Config files, virtual models, tool settings
175-
- [Multi-Agent Chat](docs/en/multi-agent-chat.md) — Entity-Chat system, agent communication
176-
- [Sandbox](docs/en/sandbox.md) — Providers, lifecycle, session management
177-
- [Deployment](docs/en/deployment.md) — Production deployment guide
178-
- [Concepts](docs/en/product-primitives.md) — Core abstractions (Thread, Member, Task, Resource)
173+
- [Configuration](docs/en/configuration.mdx) — Config files, virtual models, tool settings
174+
- [Multi-Agent Chat](docs/en/multi-agent-chat.mdx) — Entity-Chat system, agent communication
175+
- [Sandbox](docs/en/sandbox.mdx) — Providers, lifecycle, session management
176+
- [Deployment](docs/en/deployment.mdx) — Production deployment guide
177+
- [Concepts](docs/en/concepts.mdx) — Core abstractions (Thread, Member, Task, Resource)
179178

180179
## Contact Us
181180

README.zh.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ uv sync --extra e2b # E2B
5959
uv sync --extra daytona # Daytona
6060
```
6161

62-
Docker 沙箱开箱即用(只需安装 Docker)。详见[沙箱文档](docs/zh/sandbox.md)
62+
Docker 沙箱开箱即用(只需安装 Docker)。详见[沙箱文档](docs/zh/sandbox.mdx)
6363

6464
### 3. 启动服务
6565

@@ -170,12 +170,11 @@ Agent 可通过外部工具和专业技能进行扩展:
170170

171171
## 文档
172172

173-
- [CLI 参考](docs/zh/cli.md) — 终端界面、命令、LLM 提供商配置
174-
- [配置指南](docs/zh/configuration.md) — 配置文件、虚拟模型、工具设置
175-
- [多 Agent 通讯](docs/zh/multi-agent-chat.md) — Entity-Chat 系统、Agent 间通讯
176-
- [沙箱](docs/zh/sandbox.md) — 提供商、生命周期、会话管理
177-
- [部署](docs/zh/deployment.md) — 生产部署指南
178-
- [核心概念](docs/zh/product-primitives.md) — 核心抽象(Thread、Member、Task、Resource)
173+
- [配置指南](docs/zh/configuration.mdx) — 配置文件、虚拟模型、工具设置
174+
- [多 Agent 通讯](docs/zh/multi-agent-chat.mdx) — Entity-Chat 系统、Agent 间通讯
175+
- [沙箱](docs/zh/sandbox.mdx) — 提供商、生命周期、会话管理
176+
- [部署](docs/zh/deployment.mdx) — 生产部署指南
177+
- [核心概念](docs/zh/concepts.mdx) — 核心抽象(Thread、Member、Task、Resource)
179178

180179
## 联系我们
181180

0 commit comments

Comments
 (0)