Skip to content

Commit 43f1a4e

Browse files
committed
feat: wire brain agent console to cloud brain inbox
1 parent d3646a0 commit 43f1a4e

File tree

13 files changed

+1791
-1
lines changed

13 files changed

+1791
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const nav = [
55
{ text: "📚 DOC", link: "/" },
66
{ text: "🚀 使用指引", link: "/guide/" },
77
{ text: "📏 规则中心", link: "/rules/" },
8+
{ text: "🧠 Brain Agent", link: "/brain/" },
89
{ text: "🤖 Agent 配置", link: "/agents/" }
910
]
1011

@@ -66,6 +67,13 @@ export default defineConfig({
6667
{ text: "🗺️ 路由总览", link: "/router" },
6768
],
6869
},
70+
{
71+
text: "🧠 主脑 Agent",
72+
items: [
73+
{ text: "Brain Agent 原型", link: "/brain/" },
74+
{ text: "Brain Agent 路线图", link: "/ops/brain-agent-roadmap" },
75+
],
76+
},
6977
{
7078
text: "🧩 技能矩阵 (Skills)",
7179
items: [

0 commit comments

Comments
 (0)