ChatWiki is a Vue-based workflow automation platform for WeChat ecosystems, offering knowledge base synchronization, agent-driven workflows, and multiple deployment options. It integrates with WeChat and external services, with ongoing releases and a permissive license model described in its project license notes.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
ChatWiki is a workflow automation platform focused on the WeChat ecosystem, aiming to make official accounts operate as AI agents. It provides features for integrating with the WeChat platform, building workflows, and building/maintaining a knowledge base from WeChat articles and materials.
How it works
The project supports:
- Workflow orchestration with various nodes (conversational workflows, plugin workflows, Agent mode)
- Document knowledge base with URL reading, batch document import, AI-based segmentation, and QA capabilities
- Knowledge graphs and hybrid vector search for exploring knowledge
- Human handoff to staff when bot resolution isn’t possible
- Integration with multiple model providers and external services via an OpenAPI interface
Getting started
# Install Docker
sudo curl -sSL https://get.docker.com/ | CHANNEL=stable sh
# Clone the project
git clone https://github.com/zhimaAi/chatwiki.git
cd chatwiki/docker
# Start the service
docker compose up -d
# Start using it, access via IP:port (default port 18080)
# Default username: admin
# Default password: chatwiki.com@123
Recent releases
- v2.8.0 (2026-07-24):
- 工作流-新增检索商品库节点
- 工作流:有会话触发器时,增加聊天测试方式
- 修复工作流聊天测试开启多模态时question未正确取文本内容问题
- 工作流代码运行:通过标准输入传递 Python 参数
- Agent机器人思考过程显示交互优化
- 大模型调用上下文改为通过会话Id(sessionid)来取上下文
- Agent机器人skill生成工具:DocToSkill 优化
- Agen
- v2.7.0 (2026-07-17):
- Agent机器人支持操作停止(适配对外服务)
- 工作流-运行测试:测试结果按节点返回
- 对外服务:支持Telegram
- 普通知识库,链接批量录入处理
- 工作流:支持调用Agent机器人节点
- 修复用户skill修改名称后没有同步问题
- 【STD】知识库分段容量和索引区分知识库和回收站
- Agent机器人新增skill生成工具:Doc to Skill
- 【STD】sso登录-
- v2.6.3 (2026-07-03):
- 大模型调用时Tool Message里面传递tool_call_id
- 大模型输出 <think>思考过程...</think> 数据优化
- Agent机器人支持自己上传skill功能
- 对外服务:支持通过阿里云接入WhatApp渠道
- 机器人/工作流基础配置修改时增加日志
- AGENT优化(精简系统提示词,内置工具支持关闭等)
- 公众号、微信客服、小程序渠道支持发送小程序卡片
Traction
2034 stars, 318 forks (as of repository data), 4 open issues
Behind the repo
Not provided in the README or release notes
Caveats
- License: none listed per repository metadata; license terms described under ChatWiki Open Source License with commercial usage caveats
- Created 2024-07-03; last push 2026-07-31
- Language: Vue
- No explicit standalone license file noted in the provided data






