> 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/mascot/meeting-agents.md): 吉祥物以真实参会者身份加入 Google Meet、Zoom、Teams 和 Webex：倾听、流式输出实时转录、在被呼叫时回应、根据你的日历自动加入，并在会议中调用工具。M
- [记忆](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki.md): 每个记忆块也会以 Markdown 文件的形式存放在一个兼容 Obsidian 的仓库中，你可以打开并编辑它。灵感来自 Karpathy 的 obsidian-wiki 工作流。
- [记忆树](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): 为你的 Memory Tree 提供输入的连接器类型化注册表（本地文件夹、GitHub 仓库、RSS 源、网页和 Composio OAuth 集成），以及按代理划分的来源作用域，用于隐私和专注。
- [从集成自动获取](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki/auto-fetch.md): 每 20 分钟，OpenHuman 会扫描每个活跃集成，并将新数据折叠进你的记忆树中。无需提示，也无需你编写轮询循环。
- [评分与排序](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/obsidian-wiki/scoring.md): OpenHuman 在每个块进入 Memory Tree 之前如何对其评分——加权信号控制准入，实体提取丰富其内容，倒排索引与向量嵌入使其可被召回。
- [检索与召回](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 服务器，适用于自行托管 agentmemory、并在 Claude Code、Cursor、Codex、OpenCode 和 OpenHuman 之间使用的用户。
- [第三方集成（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 服务器和一个 9 万条目的技能目录，并让 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/super-context.md): 由测试框架驱动的确定性上下文准备，发生在每段新对话的第一轮——这样代理就不会从冷启动开始。
- [目标与待办](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/goals-and-todos.md): 长期目标、带预算的按线程目标，以及看板任务板——这就是 OpenHuman 如何始终聚焦于重要事项。
- [个性化与自学习](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): 一个订阅，多个模型。任务通过提示前缀选择模型：推理交给强模型，快速路径交给快模型，视觉任务交给视觉模型。
- [本地 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): 一个代理可直接调用的原生搜索工具——无需 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 快照、点击、输入并移动鼠标。
- [定时任务与调度](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+ 个已连接第三方服务的视图。
- [Agent 协调](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/subconscious.md): 在后台循环中根据工作区评估用户/系统任务，并决定要做什么。
- [通知与活动](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/notifications-and-activity.md): 通知中心、Activity 透明度中心，以及 Routines 调度器：OpenHuman 告诉你的所有内容，以及它在后台做的所有事情。
- [钱包](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/wallet.md): 本地、非托管的多链加密钱包，代理可以从中读取余额并发起转账。密钥保留在核心中，绝不会离开本地。
- [tiny.place 代理经济](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/tinyplace.md): 你的代理是 tiny.place 的公民，这是一个代理对代理的社交经济体。注册一个 @handle，通过 Signal 协议端到端加密与其他代理通信，发布并赢得 x402 USDC 悬赏，并在其
- [计费、成本与使用情况](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/billing-and-usage.md): 通过 Stripe 和 Coinbase 提供的套餐、积分和已保存卡片，以及用于令牌使用量、成本和预算执行的本地实时仪表板。
- [奖励与推荐](https://tinyhumans.gitbook.io/openhuman/zh/gong-neng/rewards-and-referrals.md): 邀请好友，赚取推荐奖励，兑换促销码，并解锁 Discord 社区角色——应用内的奖励与推荐界面。
- [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 Studio、MLX、本地 OpenAI 兼容端点）。
- [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。
