> For the complete documentation index, see [llms.txt](https://tinyhumans.gitbook.io/openhuman/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng.md).

# 功能

- [实时吉祥物](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/mascot.md): OpenHuman 的屏幕化身，一个桌面吉祥物，会说话、会反应、会加入你的会议，即使你没在看它，也会在后台思考。
- [记忆](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki.md): 每个记忆块也会以 Markdown 文件的形式存在于一个兼容 Obsidian 的保险库中，你可以打开并编辑它。灵感来自 Karpathy 的 obsidian-wiki 工作流。
- [Memory Tree](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki/memory-tree.md): OpenHuman 的本地优先知识库。 从你的工具摄取数据，规范化为 Markdown，分块、评分，并折叠进层级化摘要树。
- [记忆来源与作用域](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki/sources.md): 为你的记忆树提供数据的连接器类型注册表（本地文件夹、GitHub 仓库、RSS 源、网页以及 Composio OAuth 集成），以及用于隐私和专注的按代理来源作用域划分。
- [自动从集成中获取](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki/auto-fetch.md): 每隔二十分钟，OpenHuman 会遍历所有启用的集成，并将新数据折叠进你的记忆树中。无需提示，也无需你编写轮询循环。
- [评分与排序](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki/scoring.md): OpenHuman 在每个块进入记忆树之前如何为其评分——加权信号决定是否接纳，实体提取丰富信息，再通过倒排索引和向量嵌入使其可回忆。
- [检索与回忆](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki/retrieval.md): OpenHuman 如何从记忆树中读取内容。一组确定性的检索原语、规范化实体解析、共现图，以及一个将它们组合起来的专用记忆子代理。
- [记忆差异（Git 支持）](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki/memory-diff.md): 由 Git 支持的记忆变更跟踪。每次同步都会提交到快照账本，因此代理可以询问“自从我上次查看以来，发生了什么变化？”
- [agentmemory 后端](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki/agentmemory-backend.md): 可选的 \`Memory\` trait 后端，委托给本地运行的 agentmemory REST 服务器，适用于在 Claude Code、Cursor、Codex、OpenCode 和 OpenHuman 之间自托管 agentmemory 的用户。
- [第三方集成（118+）](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/integrations.md): 118+ 个第三方集成——Gmail、Notion、GitHub、Slack、Stripe、Calendar 等——支持一键 OAuth，且无需 API 密钥。
- [触发器](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/integrations/triggers.md): 来自已连接集成的实时事件（新 Gmail 消息、Notion 编辑、Stripe 付款）会作为触发器到达，由分诊代理分类，并可自动触发代理动作。
- [MCP 服务器与技能](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/integrations/mcp-and-skills.md): 除了精选的 OAuth 连接器之外——浏览数千个 MCP 服务器和一个 90,000 条目的技能目录，并让 OpenHuman 自身充当 MCP 服务器。
- [编排器](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/orchestration.md): OpenHuman 是一个编排器，而不是聊天机器人：持久化代理图、可视化工作流、子代理舰队，以及一个分裂大脑式的常驻层，全都集成在一个统一的技术栈中。
- [工作流](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/workflows.md): 基于开源 tinyflows 引擎构建的持久化可视化自动化。代理会在聊天中提出一个工作流；你在画布上审阅它，保存后，它会按计划或实时应用事件运行，并在必要时暂停 f
- [消息渠道](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/channels.md): OpenHuman 与你对话所用的消息平台：进入代理循环的入站分发、出站回复与主动交付，以及每个渠道的凭据。
- [目标与待办](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/goals-and-todos.md): 持久化的用户目标和代理原生的 TinyAgents 工作状态。
- [个性化与自学习](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/personalization.md): OpenHuman 如何从日常使用中学习你的沟通风格、身份、工具、否决偏好和目标，然后将它们作为每次回复中的环境默认值呈现出来。
- [主题与主题工作室](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/theming.md): 五种内置主题家族、浅色/深色/自动变体，以及完整的可视化主题工作室——让 OpenHuman 呈现你想要的样子。
- [智能 token 压缩](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/token-compression.md): TokenJuice——一个多阶段压缩路由器，在详细工具输出进入 LLM 上下文之前就将其压缩。
- [自动模型路由](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/model-routing.md): 一个订阅，多个模型。任务通过提示前缀选择模型：推理走强模型，快速路径走快模型，视觉走视觉模型。
- [本地模型与自带密钥](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/model-routing/local-and-byok-models.md): 为 OpenHuman 提供动力的三种方式：托管订阅、你自己的提供商密钥（BYOK），或通过 Ollama 使用完全本地的模型。它们各自支持聊天、视觉和嵌入的哪些功能，以及如何进行配置
- [本地 AI（可选）](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/model-routing/local-ai.md): 通过 Ollama 或 LM Studio 提供的可选本地 AI。为设备上的记忆嵌入、摘要树构建、学习过程，以及明确路由到本地的聊天/推理工作负载提供动力。
- [可用工具](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools.md): OpenHuman 代理开箱即用的完整工具集——研究、编码、控制你的机器、调度任务、与你对话，并调用 118+ 第三方服务。
- [网页搜索](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/web-search.md): 代理可直接调用的原生搜索工具——托管搜索由 Exa 提供支持，无需 API 密钥。
- [图像工具](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/image-tools.md)
- [网页抓取器](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/web-scraper.md): 专门打造的“GET 并读取”工具，只返回干净文本，不返回原始 HTML。
- [图像与视频生成](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/media-generation.md): 只要你提出图像或视频需求，专门的媒体代理就会生成它：图像生成与编辑（Seedream / SeedEdit），以及文本生成视频和基于参考图像生成动画（Seedance / Veo），会直接保
- [编码器](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/coder.md): 用于处理真实代码库的完整工具集——读取、写入、编辑、搜索、git、lint、测试。
- [浏览器与电脑控制](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/browser-and-computer.md): 原生打开 URL、检查 DOM 快照、点击、输入和移动鼠标。
- [Cron 与调度](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/cron.md): 周期性任务、一次性提醒和计划好的代理运行——一等公民。
- [语音](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/voice.md): 原生语音——语音转文本输入、文本转语音输出、吉祥物口型同步，以及一个会倾听和发言的实时 Google Meet 代理。
- [记忆工具](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/memory-tools.md): 代理如何读取、写入和搜索自己的长期记忆。
- [工具作用域记忆](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/tool-memory.md): 用于安全关键指导与经验的持久化、按工具作用域划分的规则。
- [第三方集成](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/integrations.md): 代理对 119+ 个已连接第三方服务的视图。
- [代理协调](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/agent-coordination.md): 代理用于计划、委派和请求帮助的工具。
- [系统与实用工具](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/native-tools/system-and-utilities.md): Shell、node、SQL、当前时间、推送通知——完善工具箱的那些小工具。
- [通知与活动](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/notifications-and-activity.md): 通知中心、活动透明度中心和 Routines 调度器：OpenHuman 告诉你的一切，以及它在后台所做的一切。
- [钱包](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/wallet.md): 本地、非托管的多链加密货币钱包，代理可以从中读取余额并发送转账。密钥保留在核心中，绝不出网。
- [计费、成本与用量](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/billing-and-usage.md): 通过 Stripe 和 Coinbase 的套餐、积分和已保存卡片，以及一个本地实时仪表板，用于查看 token 用量、成本和预算执行情况。
- [iOS 伴侣应用](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/ios-companion.md): 通过扫描二维码，在端到端加密隧道上将 iOS 伴侣应用与桌面版 OpenHuman 配对。
- [审批关卡](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/approval-gate.md): 对具有副作用的工具调用进行人类在环同意。代理会将任何高风险操作先暂停，直到你批准；如果你不批准，则会安全失败。
- [隐私与安全](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/privacy-and-security.md)
- [隐私模式](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/privacy-and-security/privacy-mode.md): 一个由 Rust 核心强制执行的开关：仅本地模式会阻止所有云端模型调用，以及网络工具、网页搜索、集成和云端嵌入，仅允许设备上的运行时（Ollama、LM
- [OS 密钥环与密钥存储](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/privacy-and-security/os-keyring-and-secret-storage.md)
- [平台与可用性](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/platform.md): OpenHuman 的交付形态（原生 React + Tauri v2 桌面应用，带 Rust 核心）、受支持的平台，以及当前的覆盖范围。
- [云部署](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/cloud-deploy.md): 在云端托管无界面的 openhuman-core——DigitalOcean App Platform、Fly.io，或在任意 VPS 上使用 Docker Compose。
