File tree Expand file tree Collapse file tree 8 files changed +23
-23
lines changed
Expand file tree Collapse file tree 8 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cortexos search 关键词 # 知识搜索
2424
2525## 身份
2626
27- - 用户称呼:王爷
27+ - 用户标识:webkubor
2828- 语言:中文
2929- 对外 ID:webkubor
3030
@@ -33,11 +33,11 @@ cortexos search 关键词 # 知识搜索
3333- 严禁执行 ` rm -rf / ` 或 ` rm -rf ~ ` 等破坏性命令
3434- 不把敏感信息写回公开配置文件
3535- 优先使用共享技能 ` ~/.agents/skills/ `
36- - 涉及重大决策时,若栖月在线,等待批准
36+ - 涉及重大决策时,等待用户确认
3737
3838## 红线
3939
40- - 不直接操作舰队调度(交给 AetherFleet)
40+ - 不越过主脑边界处理外部执行编排事务
4141- 不把私钥/Token 写入任何 ` .md ` 文件
4242- 不一次读完所有规则(按需加载)
4343
Original file line number Diff line number Diff line change 11<div align =" center " >
22 <img src =" https://raw.githubusercontent.com/webkubor/CortexOS/main/docs/public/logo.svg " width =" 120 " height =" 120 " alt =" CortexOS Logo " >
33 <h1 >CortexOS</h1 >
4- <p ><b >个人外部大脑操作系统 · 核心中枢 v6.0.0</b ></p >
4+ <p ><b >AI Agent 中央大脑操作系统 · 核心中枢 v6.0.0</b ></p >
55 <p >
66 <img src="https://img.shields.io/badge/Version-v6.0.0-blue.svg?style=flat-square" alt="Version v6.0.0">
77 <img src="https://img.shields.io/badge/CLI-cortexos-blue.svg?style=flat-square" alt="CortexOS CLI">
1515 </p >
1616</div >
1717
18- > ** 【CortexOS · Codex 02 】**
18+ > ** 【CortexOS · 中央大脑 】**
1919>
2020> CortexOS 是 ` webkubor ` 的 AI Agent 中央大脑。它对内以 ` MCP ` 组织能力,对外通过 ` CLI ` 与 ` HTTP API ` 接收信息、分发任务,并与各类 ` subagent ` 持续互动。
2121
2222## 🪐 关联项目 (Related Projects)
2323
24- - [ CortexOS] ( https://github.com/webkubor/CortexOS ) : 本地优先的个人外部大脑与云端共享记忆入口 。
24+ - [ CortexOS] ( https://github.com/webkubor/CortexOS ) : 本地优先的 AI Agent 中央大脑与云端共享记忆入口 。
2525- [ Prompt Lab] ( https://github.com/webkubor/prompt-lab ) : AI 影像工作流指南与创意参考库。
2626- [ nanobanana-plus] ( https://github.com/webkubor/nanobanana-plus ) : 强化型 Gemini 绘图扩展,支持逐调用模型切换。
2727
4545
4646## 💎 卓越能力
4747
48- ### 1. cortexos CLI(主脑对外命令入口 )
48+ ### 1. cortexos CLI(中央大脑对外命令入口 )
4949通过 ` cortexos ` 命令行工具,任何 AI 都能访问大脑:
5050``` bash
5151cortexos brief # 极简快照(~25行)
@@ -60,7 +60,7 @@ cortexos serve # HTTP API 模式(端口3579)
6060
6161> 💡 ** 设计原则** :对内以 ` MCP ` 组织能力;对外优先暴露 ` CLI ` 与 ` HTTP API ` 。任何能跑 shell 或发 HTTP 请求的 AI 工具,都可以接入 CortexOS 主脑。
6262
63- ### 2. Cloud Brain API(主脑云端共享入口 )
63+ ### 2. Cloud Brain API(中央大脑云端共享入口 )
6464
6565仓库内已经包含云端大脑接口服务,后续进入项目的 agent 不应忽略这层能力:
6666
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export default defineConfig({
102102 collapsed : false ,
103103 items : [
104104 ...opsItems ,
105- { text : "Brain Agent 路线图 " , link : "/ops/brain-agent-roadmap" } ,
105+ { text : "中央大脑路线图 " , link : "/ops/brain-agent-roadmap" } ,
106106 ]
107107 } ,
108108 {
Original file line number Diff line number Diff line change 22
33## 项目初衷
44
5- CortexOS (Core AI Operating System) 并非传统的操作系统,而是一个为 AI Agent 设计的 ** 外部大脑层 ** 。它的核心目标是解决 Agent 在跨会话、跨模型协作时的“失忆”与“逻辑漂移”问题。
5+ CortexOS (Core AI Operating System) 并非传统的操作系统,而是 ` webkubor ` 的 ** AI Agent 中央大脑 ** 。它的核心目标是解决 Agent 在跨会话、跨模型协作时的“失忆”与“逻辑漂移”问题。
66
77## 核心设计哲学
88
9- - ** 大脑与执行分离 ** :CortexOS 负责存储规则、记忆、收件箱与逻辑路由;具体执行可以由任意外部客户端承担,但不属于 CortexOS 本体。
9+ - ** 中央大脑与执行分离 ** :CortexOS 负责存储规则、记忆、收件箱与逻辑路由;具体执行可以由任意外部客户端承担,但不属于 CortexOS 本体。
1010- ** 上下文极简 (Token Optimizer)** :不再向 Agent 注入全量文档,而是通过动态路由按需加载。
1111- ** 安全第一 (Safety First)** :通过 MCP 协议实现物理隔离,私钥与敏感资产永远留在本地 Memory 中。
1212
1313## 职能边界
1414
15- - ✅ ** CortexOS (Brain )** : 提供 ` router.md ` 、` knowledge.db ` 、` rules/ ` 、` secrets/ ` 。
15+ - ✅ ** CortexOS (中央大脑 )** : 提供 ` router.md ` 、` knowledge.db ` 、` rules/ ` 、` secrets/ ` 。
1616- ✅ ** Aether Muses (Persona)** : 提供 ` relationship.md ` 、人格对齐、审美同步。
1717- ✅ ** Cloud Brain (Extension)** : 提供 ` notifications ` 、` memories ` 、` tasks ` 的云端共享层。
1818
Original file line number Diff line number Diff line change 11---
2- description : CortexOS 作为单体 Brain Agent 的产品路线图,覆盖聊天、收件箱、 记忆、任务与工具运行时 。
2+ description : CortexOS 作为 AI Agent 中央大脑的产品路线图,覆盖收件箱、 记忆、任务、交互前台与工具运行时 。
33---
4- # Brain Agent 路线图
4+ # 中央大脑路线图
55
6- > ` CortexOS ` 的目标不是再做一个普通聊天框,而是成为一个真正可交互的主脑 Agent 。
6+ > ` CortexOS ` 的目标不是再做一个普通聊天框,而是成为一个真正可交互的中央大脑 。
77
88## 产品定义
99
1010` CortexOS ` 应该被理解为:
1111
12- - 一个可对话的主脑前台
12+ - 一个可对话的中央大脑前台
1313- 一个有收件箱的消息处理中心
1414- 一个能提炼重点知识的记忆中枢
1515- 一个能把事项转成任务的执行入口
@@ -69,7 +69,7 @@ flowchart LR
6969
7070交付:
7171
72- - 单体 Brain Agent 架构图
72+ - 中央大脑架构图
7373- 产品信息架构
7474- 数据边界表
7575
@@ -145,7 +145,7 @@ flowchart LR
1451452 . 记忆接入
1461463 . inbox 接入
147147
148- 先把这三个做稳,` CortexOS ` 就已经像一个真正的主脑 Agent 了 。
148+ 先把这三个做稳,` CortexOS ` 就已经像一个真正的中央大脑了 。
149149
150150## 一句话路线
151151
Original file line number Diff line number Diff line change 11---
2- description : CortexOS 终端主脑控制台 (Textual TUI)说明,展示 Cloud Brain、PM2、skills、agents、MCP、端口与日志总览。
2+ description : CortexOS 终端中央大脑控制台 (Textual TUI)说明,展示 Cloud Brain、PM2、skills、agents、MCP、端口与日志总览。
33---
44
55# Brain TUI
66
7- > ` brain-tui ` 是 CortexOS 的终端主脑控制台 。
7+ > ` brain-tui ` 是 CortexOS 的终端中央大脑控制台 。
88> 它不是新的后端,也不是新的 API,而是给你自己用来观察主脑运行态的 TUI 前台。
99
1010## 定位
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ description: 系统运维与操作手册,包含后台任务、健康检查与
99- [ openspec-workflow] ( ./openspec-workflow ) — 重大变更的规范流与使用边界
1010- [ architecture] ( ./architecture ) — CortexOS 当前技术架构图、数据边界与云端大脑扩展总览
1111- [ brain-api] ( ./brain-api ) — Cloud Brain HTTP API 参考,请求结构、返回字段与 curl 示例
12- - [ brain-tui] ( ./brain-tui ) — 终端主脑控制台 ,集中展示 Cloud Brain、PM2、skills、agents、MCP、端口与日志总览
13- - [ brain-agent-roadmap] ( ./brain-agent-roadmap ) — CortexOS 作为单体 Brain Agent 的阶段路线图与聊天型主脑演进计划
12+ - [ brain-tui] ( ./brain-tui ) — 终端中央大脑控制台 ,集中展示 Cloud Brain、PM2、skills、agents、MCP、端口与日志总览
13+ - [ brain-agent-roadmap] ( ./brain-agent-roadmap ) — CortexOS 中央大脑的阶段路线图与交互前台演进计划
1414- [ cortexos-aetherfleet-boundary] ( ./cortexos-aetherfleet-boundary ) — CortexOS 与 AetherFleet 的职责边界、保留策略与迁移矩阵
1515- [ cloud-brain-access] ( ./cloud-brain-access ) — Cloud Brain inbox / triage / memory / task 访问规则、Bearer Token 鉴权与雅加达节点接入示例
1616- [ external-health-check] ( ./external-health-check ) — 外部大脑健康检查清单
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description: CortexOS 中央大脑路由(精简版)
1111
1212```
1313大脑版本: v6.0.0 (Pure Brain Mode)
14- 用户: 王爷 | 对外 ID : webkubor
14+ 用户标识 : webkubor
1515时区: Asia/Shanghai (UTC+8)
1616工作时间: ~10:00-20:00
1717
You can’t perform that action at this time.
0 commit comments