数据源¶
Agentic Programs 的知识和事件来源,全部基于腾讯生态。
核心数据源¶
| 数据源 | 类型 | 用途 |
|---|---|---|
| WeCom (企业微信) | 通信流 | 聊天记录、群公告、日程、待办事项 — 智能体的交互上下文 |
| Lexiang (乐享) | 知识库 | 企业文档、制度、培训材料 — RAG 检索源 |
| COS + RAG | 存储 + 向量检索 | 非结构化数据存储 → Embedding → 向量检索 → 智能体回复 |
| GitHub 仓库 | 代码 | 500+ 代码库 — 技术上下文和自动化触发 |
数据流¶
WeCom chat → bot listens → Lexiang / COS RAG retrieves → bot responds in WeCom
GitHub events → WorkBuddy agent triggers → WeCom notification
Developer orientation¶
- New to Tencent: start with Tencent Cloud 文档 for infrastructure setup.
- Building a bot: start with WeCom Suite for connector skills and policies.