diff --git a/README.md b/README.md index e356fe90..9b0cb984 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ bash <(curl -fsSL https://cdn.link-ai.tech/code/cow/run.sh) irm https://cdn.link-ai.tech/code/cow/run.ps1 | iex ``` -脚本使用说明:[一键运行脚本](https://docs.cowagent.ai/guide/quick-start)。安装后可使用 `cow start`、`cow stop` 等 [CLI 命令](https://docs.cowagent.ai/commands/index) 管理服务。 +脚本使用说明:[一键运行脚本](https://docs.cowagent.ai/guide/quick-start)。安装后可使用 `cow start`、`cow stop` 等 [CLI 命令](https://docs.cowagent.ai/cli/index) 管理服务。 ## 一、准备 @@ -151,7 +151,7 @@ pip3 install -r requirements-optional.txt pip3 install -e . ``` -安装后可使用 `cow` 命令管理服务(启动、停止、更新等)和技能,详见 [命令文档](https://docs.cowagent.ai/commands/index)。 +安装后可使用 `cow` 命令管理服务(启动、停止、更新等)和技能,详见 [命令文档](https://docs.cowagent.ai/cli/index)。 **(5) 安装浏览器工具 (可选):** diff --git a/docs/commands/general.mdx b/docs/cli/general.mdx similarity index 100% rename from docs/commands/general.mdx rename to docs/cli/general.mdx diff --git a/docs/commands/index.mdx b/docs/cli/index.mdx similarity index 100% rename from docs/commands/index.mdx rename to docs/cli/index.mdx diff --git a/docs/commands/process.mdx b/docs/cli/process.mdx similarity index 100% rename from docs/commands/process.mdx rename to docs/cli/process.mdx diff --git a/docs/commands/skill.mdx b/docs/cli/skill.mdx similarity index 100% rename from docs/commands/skill.mdx rename to docs/cli/skill.mdx diff --git a/docs/docs.json b/docs/docs.json index 272b28f5..df8025a8 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -171,10 +171,10 @@ { "group": "命令系统", "pages": [ - "commands/index", - "commands/process", - "commands/skill", - "commands/general" + "cli/index", + "cli/process", + "cli/skill", + "cli/general" ] } ] @@ -327,15 +327,15 @@ ] }, { - "tab": "Commands", + "tab": "CLI", "groups": [ { "group": "Command System", "pages": [ - "en/commands/index", - "en/commands/process", - "en/commands/skill", - "en/commands/chat" + "en/cli/index", + "en/cli/process", + "en/cli/skill", + "en/cli/chat" ] } ] @@ -488,15 +488,15 @@ ] }, { - "tab": "コマンド", + "tab": "CLI", "groups": [ { "group": "コマンドシステム", "pages": [ - "ja/commands/index", - "ja/commands/process", - "ja/commands/skill", - "ja/commands/general" + "ja/cli/index", + "ja/cli/process", + "ja/cli/skill", + "ja/cli/general" ] } ] diff --git a/docs/en/README.md b/docs/en/README.md index a1742488..3090e1b1 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -76,7 +76,7 @@ irm https://cdn.link-ai.tech/code/cow/run.ps1 | iex After running, the Web service starts by default. Access `http://localhost:9899/chat` to chat. -Script usage: [One-click Install](https://docs.cowagent.ai/en/guide/quick-start). After installation, you can also use `cow start`, `cow stop`, and other [CLI commands](https://docs.cowagent.ai/en/commands/index) to manage the service. +Script usage: [One-click Install](https://docs.cowagent.ai/en/guide/quick-start). After installation, you can also use `cow start`, `cow stop`, and other [CLI commands](https://docs.cowagent.ai/en/cli/index) to manage the service. ### Manual Installation @@ -100,7 +100,7 @@ pip3 install -r requirements-optional.txt # optional but recommended pip3 install -e . ``` -After installation, use `cow` commands to manage the service (start, stop, update, etc.) and skills. See [Command Docs](https://docs.cowagent.ai/en/commands/index). +After installation, use `cow` commands to manage the service (start, stop, update, etc.) and skills. See [Command Docs](https://docs.cowagent.ai/en/cli/index). **4. Install browser (optional)** diff --git a/docs/en/commands/general.mdx b/docs/en/cli/general.mdx similarity index 100% rename from docs/en/commands/general.mdx rename to docs/en/cli/general.mdx diff --git a/docs/en/commands/index.mdx b/docs/en/cli/index.mdx similarity index 100% rename from docs/en/commands/index.mdx rename to docs/en/cli/index.mdx diff --git a/docs/en/commands/process.mdx b/docs/en/cli/process.mdx similarity index 100% rename from docs/en/commands/process.mdx rename to docs/en/cli/process.mdx diff --git a/docs/en/commands/skill.mdx b/docs/en/cli/skill.mdx similarity index 100% rename from docs/en/commands/skill.mdx rename to docs/en/cli/skill.mdx diff --git a/docs/en/guide/quick-start.mdx b/docs/en/guide/quick-start.mdx index da15ac80..0e65d1f0 100644 --- a/docs/en/guide/quick-start.mdx +++ b/docs/en/guide/quick-start.mdx @@ -47,7 +47,7 @@ After installation, use the `cow` command to manage the service: | `cow update` | Update code and restart | | `cow install-browser` | Install browser tool dependencies | -See the [Commands documentation](/en/commands/index) for more details. +See the [Commands documentation](/en/cli/index) for more details. If the `cow` command is not available, you can use `./run.sh ` (Linux/macOS) or `.\scripts\run.ps1 ` (Windows) as a fallback. Both are functionally equivalent. diff --git a/docs/en/intro/features.mdx b/docs/en/intro/features.mdx index 3057b8fc..66c2427d 100644 --- a/docs/en/intro/features.mdx +++ b/docs/en/intro/features.mdx @@ -117,4 +117,4 @@ cow skill install pptx # Install a skill cow install-browser # Install browser tool ``` -See [Command Overview](https://docs.cowagent.ai/en/commands) for details. +See [Command Overview](https://docs.cowagent.ai/en/cli) for details. diff --git a/docs/en/intro/index.mdx b/docs/en/intro/index.mdx index 31cc7130..109c3097 100644 --- a/docs/en/intro/index.mdx +++ b/docs/en/intro/index.mdx @@ -31,7 +31,7 @@ CowAgent can proactively think and plan tasks, operate computers and external re Built-in tools for file I/O, terminal execution, browser automation, scheduled tasks, messaging, and more. The Agent autonomously invokes tools to accomplish complex tasks. - + Provides terminal CLI and in-chat commands for process management, skill installation, configuration, context inspection, and other common operations. diff --git a/docs/en/releases/v2.0.5.mdx b/docs/en/releases/v2.0.5.mdx index a828aa9f..e3a513cd 100644 --- a/docs/en/releases/v2.0.5.mdx +++ b/docs/en/releases/v2.0.5.mdx @@ -12,7 +12,7 @@ New CLI command system for managing CowAgent from terminal and chat: - **Web console**: Type `/` in the input box to open a slash command menu, with arrow-key input history - **Windows support**: New PowerShell script `scripts/run.ps1` with `cow` command support -Docs: [Command Overview](https://docs.cowagent.ai/en/commands) +Docs: [Command Overview](https://docs.cowagent.ai/en/cli) diff --git a/docs/en/skills/index.mdx b/docs/en/skills/index.mdx index 2569f096..de57d94a 100644 --- a/docs/en/skills/index.mdx +++ b/docs/en/skills/index.mdx @@ -17,7 +17,7 @@ CowAgent offers multiple ways to acquire skills: - **URL** — Install from zip archives or SKILL.md links - **Conversational creation** — Let the Agent create skills through natural language conversation -See [Install Skills](/en/skills/install) and [Skill Management Commands](/en/commands/skill) for details. You can also [create skills](/en/skills/create) through conversation. +See [Install Skills](/en/skills/install) and [Skill Management Commands](/en/cli/skill) for details. You can also [create skills](/en/skills/create) through conversation. ## Skill Loading Priority diff --git a/docs/en/skills/install.mdx b/docs/en/skills/install.mdx index bb3b5f33..f52b30ce 100644 --- a/docs/en/skills/install.mdx +++ b/docs/en/skills/install.mdx @@ -49,5 +49,5 @@ Supports zip archives and SKILL.md file links: ``` - All commands above work in the terminal by replacing `/skill` with `cow skill`. See [Skill Management Commands](/en/commands/skill) for full documentation. + All commands above work in the terminal by replacing `/skill` with `cow skill`. See [Skill Management Commands](/en/cli/skill) for full documentation. diff --git a/docs/guide/quick-start.mdx b/docs/guide/quick-start.mdx index 28364f46..ac267ead 100644 --- a/docs/guide/quick-start.mdx +++ b/docs/guide/quick-start.mdx @@ -47,7 +47,7 @@ description: 使用脚本一键安装和管理 CowAgent | `cow update` | 更新代码并重启 | | `cow install-browser` | 安装浏览器工具依赖 | -更多命令和用法参考 [命令文档](/commands/index)。 +更多命令和用法参考 [命令文档](/cli/index)。 如果 `cow` 命令不可用,也可以使用 `./run.sh <命令>`(Linux/macOS)或 `.\scripts\run.ps1 <命令>`(Windows)作为替代,功能等效。 diff --git a/docs/intro/features.mdx b/docs/intro/features.mdx index ff85f1e1..5ffca1e2 100644 --- a/docs/intro/features.mdx +++ b/docs/intro/features.mdx @@ -118,6 +118,6 @@ cow skill install pptx # 安装技能 cow install-browser # 安装浏览器工具 ``` -详细命令参考 [命令总览](https://docs.cowagent.ai/commands)。 +详细命令参考 [命令总览](https://docs.cowagent.ai/cli)。 diff --git a/docs/intro/index.mdx b/docs/intro/index.mdx index 4b78ee63..6384f3ad 100644 --- a/docs/intro/index.mdx +++ b/docs/intro/index.mdx @@ -36,7 +36,7 @@ CowAgent 支持灵活切换多种模型,能处理文本、语音、图片、 内置文件读写、终端执行、浏览器操作、定时任务、消息发送等工具,Agent 可自主调用工具完成复杂任务。 - + 提供终端 CLI 和对话中的命令,支持进程管理、技能安装、配置修改、上下文查看等常用操作。 diff --git a/docs/ja/README.md b/docs/ja/README.md index 38764151..ac1bb879 100644 --- a/docs/ja/README.md +++ b/docs/ja/README.md @@ -76,7 +76,7 @@ irm https://cdn.link-ai.tech/code/cow/run.ps1 | iex 実行後、デフォルトでWebサービスが起動します。`http://localhost:9899/chat` にアクセスしてチャットを開始できます。 -スクリプトの使い方: [ワンクリックインストール](https://docs.cowagent.ai/ja/guide/quick-start)。インストール後は `cow start`、`cow stop` などの [CLI コマンド](https://docs.cowagent.ai/ja/commands/index)でサービスを管理できます。 +スクリプトの使い方: [ワンクリックインストール](https://docs.cowagent.ai/ja/guide/quick-start)。インストール後は `cow start`、`cow stop` などの [CLI コマンド](https://docs.cowagent.ai/ja/cli/index)でサービスを管理できます。 ### 手動インストール @@ -100,7 +100,7 @@ pip3 install -r requirements-optional.txt # 任意ですが推奨 pip3 install -e . ``` -インストール後、`cow` コマンドでサービス管理(起動、停止、更新など)やSkill管理ができます。[コマンドドキュメント](https://docs.cowagent.ai/ja/commands/index)を参照してください。 +インストール後、`cow` コマンドでサービス管理(起動、停止、更新など)やSkill管理ができます。[コマンドドキュメント](https://docs.cowagent.ai/ja/cli/index)を参照してください。 **4. ブラウザのインストール(任意)** diff --git a/docs/ja/commands/general.mdx b/docs/ja/cli/general.mdx similarity index 100% rename from docs/ja/commands/general.mdx rename to docs/ja/cli/general.mdx diff --git a/docs/ja/commands/index.mdx b/docs/ja/cli/index.mdx similarity index 100% rename from docs/ja/commands/index.mdx rename to docs/ja/cli/index.mdx diff --git a/docs/ja/commands/process.mdx b/docs/ja/cli/process.mdx similarity index 100% rename from docs/ja/commands/process.mdx rename to docs/ja/cli/process.mdx diff --git a/docs/ja/commands/skill.mdx b/docs/ja/cli/skill.mdx similarity index 100% rename from docs/ja/commands/skill.mdx rename to docs/ja/cli/skill.mdx diff --git a/docs/ja/guide/quick-start.mdx b/docs/ja/guide/quick-start.mdx index a1874f2b..f5220b08 100644 --- a/docs/ja/guide/quick-start.mdx +++ b/docs/ja/guide/quick-start.mdx @@ -47,7 +47,7 @@ Linux、macOS、Windowsに対応しています。Python 3.7〜3.12が必要で | `cow update` | コードを更新して再起動 | | `cow install-browser` | ブラウザツールの依存をインストール | -詳細は[コマンドドキュメント](/ja/commands/index)を参照してください。 +詳細は[コマンドドキュメント](/ja/cli/index)を参照してください。 `cow` コマンドが利用できない場合は、`./run.sh <コマンド>`(Linux/macOS)または `.\scripts\run.ps1 <コマンド>`(Windows)で代替できます。機能は同等です。 diff --git a/docs/ja/intro/features.mdx b/docs/ja/intro/features.mdx index 7c1bfd5a..0e213f3a 100644 --- a/docs/ja/intro/features.mdx +++ b/docs/ja/intro/features.mdx @@ -117,4 +117,4 @@ cow skill install pptx # Skill をインストール cow install-browser # ブラウザツールをインストール ``` -詳細は [コマンド一覧](https://docs.cowagent.ai/ja/commands) を参照してください。 +詳細は [コマンド一覧](https://docs.cowagent.ai/ja/cli) を参照してください。 diff --git a/docs/ja/intro/index.mdx b/docs/ja/intro/index.mdx index 170fad52..e0e51828 100644 --- a/docs/ja/intro/index.mdx +++ b/docs/ja/intro/index.mdx @@ -31,7 +31,7 @@ CowAgent は自ら思考しタスクを計画し、コンピュータや外部 ファイル読み書き、ターミナル実行、ブラウザ操作、スケジュールタスク、メッセージ送信などの組み込みツールを提供。Agent が自律的にツールを呼び出して複雑なタスクを完了します。 - + ターミナル CLI とチャット内コマンドを提供し、プロセス管理、Skill インストール、設定変更、コンテキスト確認などの一般的な操作をサポートします。 diff --git a/docs/ja/releases/v2.0.5.mdx b/docs/ja/releases/v2.0.5.mdx index 4dec6ea4..3569236c 100644 --- a/docs/ja/releases/v2.0.5.mdx +++ b/docs/ja/releases/v2.0.5.mdx @@ -12,7 +12,7 @@ description: CowAgent 2.0.5 - Cow CLI、Skill Hub オープンソース、ブラ - **Web コンソール**:入力欄で `/` を入力するとスラッシュコマンドメニューが表示、矢印キーで入力履歴を辿れる - **Windows サポート**:PowerShell スクリプト `scripts/run.ps1` を追加、`cow` コマンドに対応 -ドキュメント:[コマンド一覧](https://docs.cowagent.ai/ja/commands) +ドキュメント:[コマンド一覧](https://docs.cowagent.ai/ja/cli) diff --git a/docs/ja/skills/index.mdx b/docs/ja/skills/index.mdx index 546be8d5..cab04109 100644 --- a/docs/ja/skills/index.mdx +++ b/docs/ja/skills/index.mdx @@ -17,7 +17,7 @@ CowAgent ではスキルを取得する複数の方法を提供しています - **URL** — zip アーカイブや SKILL.md リンクからインストール - **会話で作成** — 自然言語の会話を通じて Agent にスキルを自動作成させる -詳細は[スキルのインストール](/ja/skills/install)と[スキル管理コマンド](/ja/commands/skill)を参照してください。会話を通じて[スキルを作成](/ja/skills/create)することもできます。 +詳細は[スキルのインストール](/ja/skills/install)と[スキル管理コマンド](/ja/cli/skill)を参照してください。会話を通じて[スキルを作成](/ja/skills/create)することもできます。 ## スキルの読み込み優先順位 diff --git a/docs/ja/skills/install.mdx b/docs/ja/skills/install.mdx index 168e7cc6..c50e6ca7 100644 --- a/docs/ja/skills/install.mdx +++ b/docs/ja/skills/install.mdx @@ -49,5 +49,5 @@ zip アーカイブと SKILL.md ファイルリンクに対応: ``` - 上記のすべてのコマンドは、ターミナルでは `/skill` を `cow skill` に置き換えて使用できます。完全なコマンドドキュメントは[スキル管理コマンド](/ja/commands/skill)を参照してください。 + 上記のすべてのコマンドは、ターミナルでは `/skill` を `cow skill` に置き換えて使用できます。完全なコマンドドキュメントは[スキル管理コマンド](/ja/cli/skill)を参照してください。 diff --git a/docs/releases/v2.0.5.mdx b/docs/releases/v2.0.5.mdx index 9ef170e1..f073145f 100644 --- a/docs/releases/v2.0.5.mdx +++ b/docs/releases/v2.0.5.mdx @@ -12,7 +12,7 @@ description: CowAgent 2.0.5 - Cow CLI、Skill Hub 开源、浏览器工具、企 - **web控制台**:Web 控制台输入框输入 `/` 即可弹出指令菜单,支持方向键回溯历史输入 - **Windows 支持**:新增 PowerShell 一键安装脚本 `scripts/run.ps1`,同时支持 `cow` 命令 -相关文档:[命令总览](https://docs.cowagent.ai/commands) +相关文档:[命令总览](https://docs.cowagent.ai/cli) diff --git a/docs/skills/index.mdx b/docs/skills/index.mdx index 2bf847b5..6e90aba8 100644 --- a/docs/skills/index.mdx +++ b/docs/skills/index.mdx @@ -18,7 +18,7 @@ CowAgent 提供多种方式获取技能: - **URL** — 从 zip 压缩包或 SKILL.md 链接安装 - **对话创建** — 通过自然语言对话让 Agent 自动创建技能 -详细安装方式参考 [安装技能](/skills/install) 和 [技能管理命令](/commands/skill)。也可以通过对话 [创建技能](/skills/create),或向 [Skill Hub](https://skills.cowagent.ai/submit) 贡献你的技能。 +详细安装方式参考 [安装技能](/skills/install) 和 [技能管理命令](/cli/skill)。也可以通过对话 [创建技能](/skills/create),或向 [Skill Hub](https://skills.cowagent.ai/submit) 贡献你的技能。 ## 技能加载优先级 diff --git a/docs/skills/install.mdx b/docs/skills/install.mdx index cd933a49..c2e633c6 100644 --- a/docs/skills/install.mdx +++ b/docs/skills/install.mdx @@ -62,5 +62,5 @@ CowAgent 支持通过统一的 `install` 命令安装来自 **[Cow 技能广场] ``` - 以上所有命令在终端中使用时,将 `/skill` 替换为 `cow skill` 即可。完整命令说明参考 [技能管理命令](/commands/skill)。 + 以上所有命令在终端中使用时,将 `/skill` 替换为 `cow skill` 即可。完整命令说明参考 [技能管理命令](/cli/skill)。