diff --git a/README.md b/README.md index e08d6c9..8658aa6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@

🌐 官网  ·  📖 文档中心  ·  - 🚀 快速开始 + 🚀 快速开始  ·  + ☁️ 在线体验

@@ -39,6 +40,8 @@ 使用说明(Agent模式):[CowAgent介绍](https://docs.cowagent.ai/intro/features) +免部署在线体验:[CowAgent](https://link-ai.tech/cowagent/create) + DEMO视频(对话模式):https://cdn.link-ai.tech/doc/cow_demo.mp4 ## 社区 @@ -86,7 +89,7 @@ DEMO视频(对话模式):https://cdn.link-ai.tech/doc/cow_demo.mp4 在终端执行以下命令: ```bash -bash <(curl -sS https://cdn.link-ai.tech/code/cow/run.sh) +bash <(curl -fsSL https://cdn.link-ai.tech/code/cow/run.sh) ``` 脚本使用说明:[一键运行脚本](https://docs.cowagent.ai/guide/quick-start) diff --git a/docs/en/README.md b/docs/en/README.md index 172b2f8..2f5d052 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -12,7 +12,8 @@

🌐 Website  ·  📖 Docs  ·  - 🚀 Quick Start + 🚀 Quick Start  ·  + ☁️ Try Online

## Introduction @@ -33,6 +34,10 @@ 2. Agent mode consumes more tokens than normal chat mode. Choose models based on effectiveness and cost. Agent has access to the host OS — please deploy in trusted environments. 3. CowAgent focuses on open-source development and does not participate in, authorize, or issue any cryptocurrency. +## Demo + +Try online (no deployment needed): [CowAgent](https://link-ai.tech/cowagent/create) + ## Changelog > **2026.02.27:** [v2.0.2](https://github.com/zhayujie/chatgpt-on-wechat/releases/tag/2.0.2) — Web console overhaul (streaming chat, model/skill/memory/channel/scheduler/log management), multi-channel concurrent running, session persistence, new models including Gemini 3.1 Pro / Claude 4.6 Sonnet / Qwen3.5 Plus. @@ -56,7 +61,7 @@ Full changelog: [Release Notes](https://docs.cowagent.ai/en/releases/overview) The project provides a one-click script for installation, configuration, startup, and management: ```bash -bash <(curl -sS https://cdn.link-ai.tech/code/cow/run.sh) +bash <(curl -fsSL https://cdn.link-ai.tech/code/cow/run.sh) ``` After running, the Web service starts by default. Access `http://localhost:9899/chat` to chat. diff --git a/docs/intro/index.mdx b/docs/intro/index.mdx index ebd263d..2c13a6a 100644 --- a/docs/intro/index.mdx +++ b/docs/intro/index.mdx @@ -3,15 +3,20 @@ title: 项目介绍 description: CowAgent - 基于大模型的超级AI助理 --- -CowAgent +CowAgent **CowAgent** 是基于大模型的超级AI助理,能够主动思考和任务规划、操作计算机和外部资源、创造和执行Skills、拥有长期记忆并不断成长。 CowAgent 支持灵活切换多种模型,能处理文本、语音、图片、文件等多模态消息,可接入网页、飞书、钉钉、企业微信应用、微信公众号中使用,7×24小时运行于你的个人电脑或服务器中。 - - github.com/zhayujie/chatgpt-on-wechat - + + + 开源代码仓库,欢迎 Star 和贡献 + + + 无需安装,立即在线体验 CowAgent + + ## 核心能力 @@ -41,7 +46,7 @@ CowAgent 支持灵活切换多种模型,能处理文本、语音、图片、 在终端执行以下命令,即可一键安装、配置、启动 CowAgent: ```bash -bash <(curl -sS https://cdn.link-ai.tech/code/cow/run.sh) +bash <(curl -fsSL https://cdn.link-ai.tech/code/cow/run.sh) ``` 运行后默认会启动 Web 服务,通过访问 `http://localhost:9899/chat` 在网页端对话。