@@ -114,6 +114,33 @@ export const navGroups: NavGroup[] = [
114114 { id : 'telemetry' , label : '遥测系统' } ,
115115 ] ,
116116 } ,
117+ {
118+ id : 'animations' ,
119+ title : '动画演示' ,
120+ icon : '🎬' ,
121+ defaultOpen : false ,
122+ items : [
123+ { id : 'animation' , label : '完整流程动画' , highlight : true } ,
124+ { id : 'tool-scheduler-anim' , label : '工具调度状态机' , highlight : true } ,
125+ { id : 'streaming-parser-anim' , label : '流式解析器' , highlight : true } ,
126+ { id : 'mcp-discovery-anim' , label : 'MCP服务发现' , highlight : true } ,
127+ { id : 'context-compression-anim' , label : '上下文压缩' , highlight : true } ,
128+ { id : 'subagent-anim' , label : '子代理系统' , highlight : true } ,
129+ ] ,
130+ } ,
131+ {
132+ id : 'internal-animations' ,
133+ title : '内部机制动画' ,
134+ icon : '🔬' ,
135+ defaultOpen : true ,
136+ items : [
137+ { id : 'turn-internal-anim' , label : 'Turn 状态流转' , highlight : true } ,
138+ { id : 'format-converter-anim' , label : '格式转换管道' , highlight : true } ,
139+ { id : 'chunk-assembly-anim' , label : 'Chunk 组装' , highlight : true } ,
140+ { id : 'token-counting-anim' , label : 'Token 计数' , highlight : true } ,
141+ { id : 'function-response-anim' , label : 'FunctionResponse 构建' , highlight : true } ,
142+ ] ,
143+ } ,
117144 {
118145 id : 'appendix' ,
119146 title : '附录' ,
@@ -123,7 +150,6 @@ export const navGroups: NavGroup[] = [
123150 { id : 'config' , label : '配置系统' } ,
124151 { id : 'auth' , label : '认证流程' } ,
125152 { id : 'startup' , label : '启动流程' } ,
126- { id : 'animation' , label : '动画演示' , highlight : true } ,
127153 { id : 'code' , label : '核心代码' } ,
128154 { id : 'loop' , label : 'Loop机制' } ,
129155 ] ,
0 commit comments