@@ -508,6 +508,10 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] {
508508 text : "嵌入模型" ,
509509 link : "/development/call-core-services/embedding-model" ,
510510 } ,
511+ {
512+ text : "Reranker 模型" ,
513+ link : "/development/call-core-services/reranker-model" ,
514+ } ,
511515 {
512516 text : "向量数据库" ,
513517 link : "/development/call-core-services/vector-database" ,
@@ -537,6 +541,10 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] {
537541 text : "嵌入模型" ,
538542 link : "/development/connect-to-core-services/embedding-model" ,
539543 } ,
544+ {
545+ text : "Reranker 模型" ,
546+ link : "/development/connect-to-core-services/reranker-model" ,
547+ } ,
540548 {
541549 text : "向量数据库" ,
542550 link : "/development/connect-to-core-services/vector-database" ,
@@ -570,6 +578,14 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] {
570578 text : "ChatLuna 事件 (ChatLuna Events)" ,
571579 link : "/development/api-reference/chatluna-events" ,
572580 } ,
581+ {
582+ text : "会话服务 (Conversation Service)" ,
583+ link : "/development/api-reference/conversation-service" ,
584+ } ,
585+ {
586+ text : "会话运行时 (Conversation Runtime)" ,
587+ link : "/development/api-reference/conversation-runtime" ,
588+ } ,
573589 {
574590 text : "ChatLuna 大语言模型核心" ,
575591 collapsed : true ,
@@ -582,10 +598,26 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] {
582598 text : "平台服务 (Platform Service)" ,
583599 link : "/development/api-reference/llm-core/platform-service" ,
584600 } ,
601+ {
602+ text : "平台客户端 (Platform Client)" ,
603+ link : "/development/api-reference/llm-core/platform-client" ,
604+ } ,
585605 {
586606 text : "模型请求器 (Requester)" ,
587607 link : "/development/api-reference/llm-core/requester" ,
588608 } ,
609+ {
610+ text : "Reranker" ,
611+ link : "/development/api-reference/llm-core/reranker" ,
612+ } ,
613+ {
614+ text : "Agent" ,
615+ link : "/development/api-reference/llm-core/agent" ,
616+ } ,
617+ {
618+ text : "上下文管理 (Context Manager)" ,
619+ link : "/development/api-reference/llm-core/context-manager" ,
620+ } ,
589621 ] ,
590622 } ,
591623 {
@@ -630,6 +662,18 @@ function sidebarDevelopment(): DefaultTheme.SidebarItem[] {
630662 text : "错误 (Error)" ,
631663 link : "/development/api-reference/chatluna-utils/error" ,
632664 } ,
665+ {
666+ text : "Schema 工具" ,
667+ link : "/development/api-reference/chatluna-utils/schema" ,
668+ } ,
669+ {
670+ text : "运行时工具" ,
671+ link : "/development/api-reference/chatluna-utils/runtime" ,
672+ } ,
673+ {
674+ text : "内容与消息工具" ,
675+ link : "/development/api-reference/chatluna-utils/content" ,
676+ } ,
633677 ] ,
634678 } ,
635679 ] ,
@@ -659,8 +703,8 @@ function sidebarEcosystem(): DefaultTheme.SidebarItem[] {
659703 link : "/ecosystem/plugin/long-term-memory" ,
660704 } ,
661705 {
662- text : "MCP 协议客户端 (MCP Client )" ,
663- link : "/ecosystem/plugin/mcp-client " ,
706+ text : "Agent 扩展框架 (Extension Agent )" ,
707+ link : "/ecosystem/plugin/extension-agent " ,
664708 } ,
665709 {
666710 text : "图片服务 (Image Service)" ,
0 commit comments