HyperAgents Documentation¶
欢迎来到 HyperAgents 文档站。
Welcome to the HyperAgents documentation site.
这里提供从快速上手到架构节点、测试手册、外部接入与生产配置建议的完整路径。
This site provides a complete path from quick start to architecture nodes, testing playbooks, external integration, and production configuration guidance.
Recommended Path¶
- Quick Start
- Role-based Reading Guide
- Developer Playbook
- QA Playbook
- Ops Playbook
- PM Playbook
- Frontend Guide
- Runtime Run and Worker Guide
- API Changelog
- Deployment and Operations Guide
- Testing Playbook
- Architecture Roadmap
- Node 01: Project and Members
- Node 02: Resource and Registry
- Node 03: Chat and Runtime
- Node 04: Memory System
- Node 05: Provider Layer
- Node 06: Database and Migrations
- External Resources Integration
Notes¶
- 配置统一通过工作区根目录
.env管理,模板见.env.example。 - 文档为中英双语混排,方便团队协作。
- Workbench 已支持项目筛选、Agent 下拉选择、Run Timeline 事件查看。
- Memory retry 已支持 enqueue 模式,可对接 Celery + Redis。