资源导航
这里收集了 OpenHuman 相关的优质资源。
官方资源
| 资源 | 链接 |
|---|---|
| 官方网站 | https://openhuman.ai |
| 官方文档 | https://tinyhumans.gitbook.io/openhuman |
| GitHub 仓库 | https://github.com/tinyhumans/openhuman |
学习资源
入门教程
- 快速开始文档:../getting-started/quick-start
- 视频教程(YouTube)
- 官方博客
高级指南
- 高级功能教程:../tutorials/advanced-features
- 最佳实践:../faq/best-practices
工具和库
SDK
| 语言 | 安装命令 |
|---|---|
| JavaScript/TypeScript | npm install openhuman-sdk |
| Python | pip install openhuman-python |
| Go | go get github.com/openhuman/openhuman-go |
社区
- Reddit:https://reddit.com/r/openhuman
- Stack Overflow:https://stackoverflow.com/questions/tagged/openhuman
本项目相关
| 资源 | 链接 |
|---|---|
| 本仓库 | https://github.com/bigwei08028/openhumanwiki |
| 提交 Issue | https://github.com/bigwei08028/openhumanwiki/issues |
术语表
| 术语 | 解释 |
|---|---|
| Agent | 智能体,能自主决策和执行任务的 AI 系统 |
| Tool | 工具,Agent 调用外部系统的接口 |
| Chain | 链,将多个操作组合在一起 |
| Memory | 记忆,存储 Agent 的上下文信息 |
| Session | 会话,一次用户与 Agent 的交互 |
更新日志
- 2025-05-25:OpenHuman 百科上线
- 持续同步官方最新内容