mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-02 16:29:20 +08:00
65 lines
3.2 KiB
Plaintext
65 lines
3.2 KiB
Plaintext
---
|
|
title: Introduction
|
|
description: CowAgent - AI Super Assistant powered by LLMs
|
|
---
|
|
|
|
# CowAgent
|
|
|
|
**CowAgent** is an AI super assistant powered by large language models, capable of autonomous thinking and task planning, operating computers and external resources, creating and executing Skills, with long-term memory that grows with you.
|
|
|
|
CowAgent supports flexible switching between multiple models, handles multimodal messages including text, voice, images, and files, and can be integrated into web, Feishu (Lark), DingTalk, WeCom, and WeChat Official Accounts for 24/7 operation on your personal computer or server.
|
|
|
|
## Core Capabilities
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Complex Task Planning" icon="brain">
|
|
Understands complex tasks and autonomously plans execution, continuously thinking and calling tools until the goal is achieved. Supports accessing files, terminals, browsers, scheduled tasks, and other system resources.
|
|
</Card>
|
|
<Card title="Long-term Memory" icon="database">
|
|
Automatically persists conversation memory to local files and databases, including core memory and daily memory, with keyword and vector search support.
|
|
</Card>
|
|
<Card title="Skills System" icon="puzzle-piece">
|
|
Implements a Skills creation and execution engine with multiple built-in skills, and supports custom skill development through natural language conversations.
|
|
</Card>
|
|
<Card title="Multimodal Messages" icon="image">
|
|
Supports parsing, processing, generating, and sending multiple message types including text, images, voice, and files.
|
|
</Card>
|
|
<Card title="Multiple Models" icon="microchip">
|
|
Supports OpenAI, Claude, Gemini, DeepSeek, MiniMax, GLM, Qwen, Kimi, Doubao, and other major model providers.
|
|
</Card>
|
|
<Card title="Multi-platform Deployment" icon="server">
|
|
Runs on local computers or servers, integrable with web, Feishu, DingTalk, WeChat Official Accounts, and WeCom.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Quick Experience
|
|
|
|
Run the following command in your terminal to install, configure, and start CowAgent with one click:
|
|
|
|
```bash
|
|
bash <(curl -sS https://cdn.link-ai.tech/code/cow/run.sh)
|
|
```
|
|
|
|
After running, a Web service starts by default. Visit `http://localhost:9899/chat` to start chatting.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Quick Start" icon="rocket" href="/en/quick-start">
|
|
View the complete installation and setup guide
|
|
</Card>
|
|
<Card title="Architecture" icon="sitemap" href="/en/architecture">
|
|
Learn about the CowAgent system architecture
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Disclaimer
|
|
|
|
1. This project follows the [MIT License](https://github.com/zhayujie/chatgpt-on-wechat/blob/master/LICENSE) and is primarily for technical research and learning.
|
|
2. Token usage in Agent mode is higher than regular chat mode. Please choose models based on both effectiveness and cost. The Agent has access to the operating system — please choose deployment environments carefully.
|
|
3. The CowAgent project focuses on open-source technology development and will not participate in, authorize, or issue any cryptocurrency.
|
|
|
|
## Community
|
|
|
|
Join the open-source community by adding the assistant on WeChat:
|
|
|
|
<img width="140" src="https://img-1317903499.cos.ap-guangzhou.myqcloud.com/docs/open-community.png" />
|