CowAgent is a super AI assistant powered by LLMs.
10K+
Synced with zhayujie/chatgpt-on-wechat. CowAgent is a super AI assistant powered by LLMs.
CowAgent (chatgpt-on-wechat) is an AI super assistant powered by LLMs, capable of autonomous task planning, operating computers and external resources, creating and executing Skills, and continuously growing with long-term memory.
It supports flexible model switching, handles multimodal messages (text, voice, images, files), and can be integrated into WeChat, Web, Feishu, DingTalk, WeCom, QQ, and WeChat Official Account — running 24/7 on your server.
curl -O https://cdn.link-ai.tech/code/cow/docker-compose.yml
Edit docker-compose.yml and set your model API key and channel type:
environment:
CHANNEL_TYPE: 'weixin'
MODEL: 'MiniMax-M2.7'
MINIMAX_API_KEY: 'your-api-key'
docker compose up -d
The Web console is available at http://localhost:9899/chat.
docker logs -f chatgpt-on-wechat
| Variable | Description | Default |
|---|---|---|
CHANNEL_TYPE | Channel type (weixin / web / feishu / dingtalk / wecom_bot / qq / wechatcom_app / wechatmp) | weixin |
MODEL | LLM model name | MiniMax-M2.7 |
AGENT | Enable Agent mode | True |
OPEN_AI_API_KEY | OpenAI API Key | |
MINIMAX_API_KEY | MiniMax API Key | |
ZHIPU_AI_API_KEY | GLM (Zhipu) API Key | |
CLAUDE_API_KEY | Claude API Key | |
GEMINI_API_KEY | Gemini API Key | |
DASHSCOPE_API_KEY | Qwen (DashScope) API Key | |
MOONSHOT_API_KEY | Kimi (Moonshot) API Key | |
ARK_API_KEY | Doubao (Volcengine) API Key |
See all configuration options in the documentation.
| Path | Description |
|---|---|
/home/agent/cow | Agent workspace (memory, skills, config) |
| Port | Description |
|---|---|
9899 | Web console |
Content type
Image
Digest
sha256:319313c17…
Size
684.5 MB
Last updated
about 16 hours ago
docker pull zhayujie/cowagent