在你電腦上的個人 AI 代理
Ecosystem at the edges
Narrow core — expandable system. Skills, plugins, MCP, hooks, messaging platforms, and profiles grow capability without a giant chat sidebar. Technical setup is below.
第一次來?從場景或能力目錄開始:
使用場景
· 能力
Skills 加載可復用劇本,而不膨脹核心。
產品長什麼樣
帶 Plan · Report · Design · Runs 的 Desktop 聊天、Work 收件箱、審批與 skills。
畫面截至 2026-08-06 — 隨每個 Desktop 版本更新。
聊天 + Plan 欄 — 提問、計劃、行動、驗證。
Work 收件箱在聊天窗口關閉後仍讓目標可見。
敏感操作會等待明確批准。
Skills 加載可復用劇本,而不膨脹核心。畫面爲注重隱私的產品截取(非客戶實時會話)。
邊緣生態系統
窄核心——內存、上下文、路由、安全。能力隨着技能、插件、MCP、掛鈎、消息傳遞平臺和配置文件的增長而增長。
VibeOS核心
內存·上下文·路由·安全——保持腰部精瘦,提示緩存有效。
Skills
按需加載專業手冊。
數百件通過集線器發貨·更多
打開手冊插件
核心之外的工具、提供商和集成。
- 自定義工具
- 內存/模型提供程序
- CLI 子命令
- 儀錶板小部件
用戶 + pip 插件 · 列入允許名單
打開手冊MCP
模型上下文協議服務器位於邊緣。
- Stdio 或 HTTP
- 每臺服務器的工具過濾器
- 目錄安裝
- 零永久核心架構
目錄+您附加的任何MCP
打開手冊掛鈎
無需分叉代理的生命周期點。
- 插件鉤子
- 網關HOOK.yaml
- 配置中的Shell鉤子
- 觀察·重寫·阻止
三鉤系統
打開手冊消息平臺
您託管的不同聊天工具具有相同的代理核心。
- Telegram · Discord · Slack
- WhatsApp · Signal · Matrix
- 電子郵件 · 團隊 · 更多
- 互聯表面上的語音
約 20 個平臺適配器
打開手冊型材
角色和團隊的隔離之家。
- 單獨的密鑰和內存
- 語氣和工具策略
- 網關憑證
- 創建時克隆,然後獨立
需要多少就多少
打開手冊
核心狹窄——邊緣力量。
Why extend
Custom tools
ctx.register_tool(...) adds schemas the model can call — ideal for team-specific APIs and workflows.
Skills
On-demand playbooks (agentskills.io). Bundled, optional, and hub skills; curator archives stale agent-authored ones.
Prompt cache stays sacred
We do not swap toolsets or rebuild the system prompt mid-conversation. Extensions load for the session; cache-breaking is reserved for compression.
For people who configure
Plugins
Install under ~/.vibeos/plugins/ or via pip entry points. A plugin can register tools, hooks, and CLI subcommands without touching run_agent.py.
Plugin kinds
General plugins, memory providers, model providers, context engines, image/video gen — each with its own discovery path.
Management UI
`vibeos plugins` lists, enables, and disables plugins; config.yaml keeps an allow-list so nothing loads by surprise.
Hooks
Run custom code at lifecycle points — observe, rewrite, or block — without crashing the agent if a hook fails.
MCP & skills
MCP servers
Connect stdio or HTTP MCP servers for GitHub, databases, and internal tools — zero permanent core-schema cost.
Skills
On-demand playbooks (agentskills.io). Bundled, optional, and hub skills; curator archives stale agent-authored ones.