入门指南¶
OVES Agentic Programs 开发入门 — 基于腾讯生态构建 AI 智能体。
环境要求¶
- Python 3.11+
- Node.js 18+ (WeCom CLI)
- WeCom 企业版账号
- 腾讯云账号 (COS, Lexiang)
- Git
目录¶
git clone https://github.com/ovesorg/agentic-programs.git
cd agentic-programs
pip install -r requirements.txt
本地服务¶
python -m mkdocs serve
# → http://127.0.0.1:8000
或使用 KRR (Kill, Rebuild, Restart):
python -m mkdocs_oves_template.cli krr --port 8000
技术栈速览¶
| 层 | 技术 | 关联仓库 |
|---|---|---|
| Agent 创作 | WorkBuddy / CodeBuddy | workbuddy-config |
| Agent 界面 | WeCom (企业微信) | wecom-suite |
| 知识检索 | Lexiang (乐享) + COS | tencent-cloud |
| 数据管道 | Python scripts (scripts/) |
当前仓库 |
| 文档站点 | MkDocs Material | 当前仓库 |
第一个 Bot¶
- 阅读 WeCom 数据源
- 了解 WeCom Suite 连接器
- 配置 COS + RAG 知识源
- 创建 WorkBuddy Skill → 部署 → 在 WeCom 中 @机器人 测试