- rawInput() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCall
-
- rawInput() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCallUpdate
-
- rawInput() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCallUpdateNotification
-
- rawOutput() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCall
-
- rawOutput() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCallUpdate
-
- rawOutput() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCallUpdateNotification
-
- ReActAgent - org.noear.solon.ai.agent.react中的类
-
ReAct (Reason + Act) 协同推理智能体
该智能体实现了经典 ReAct 推理模式:通过【思考(Thought) -> 动作(Act) -> 观察(Observation)】的循环,
使 LLM 能够使用外部工具解决复杂任务。
- ReActAgent(ReActAgentConfig) - 类 的构造器org.noear.solon.ai.agent.react.ReActAgent
-
- ReActAgent.Builder - org.noear.solon.ai.agent.react中的类
-
- ReActAgentConfig - org.noear.solon.ai.agent.react中的类
-
ReAct 智能体配置
* 定义 ReAct (Reasoning + Acting) 模式的核心参数,控制推理迭代与工具执行行为
- ReActAgentConfig(ChatModel) - 类 的构造器org.noear.solon.ai.agent.react.ReActAgentConfig
-
- ReActChunk - org.noear.solon.ai.agent.react中的类
-
ReAct 最终汇总块:完成所有循环后的最终结果输出
- ReActChunk(ReActResponse) - 类 的构造器org.noear.solon.ai.agent.react.ReActChunk
-
- ReActInterceptor - org.noear.solon.ai.agent.react中的接口
-
ReAct 智能体拦截器
提供对智能体起止、模型推理、工具执行等全生命周期的监控与干预能力
- ReActOptions - org.noear.solon.ai.agent.react中的类
-
ReAct 智能体运行选项
用于动态控制推理过程中的深度、重试策略及拦截行为
- ReActOptions() - 类 的构造器org.noear.solon.ai.agent.react.ReActOptions
-
- ReActOptionsAmend - org.noear.solon.ai.agent.react中的类
-
ReAct 运行选项修正器(提供链式调用支持)
- ReActOptionsAmend(ReActOptions) - 类 的构造器org.noear.solon.ai.agent.react.ReActOptionsAmend
-
- ReActRequest - org.noear.solon.ai.agent.react中的类
-
ReAct 模式推理请求
采用 Fluent API 风格,封装了单次 Agent 调用的完整参数。
- ReActRequest(ReActAgent, Prompt) - 类 的构造器org.noear.solon.ai.agent.react.ReActRequest
-
- ReActResponse - org.noear.solon.ai.agent.react中的类
-
ReAct 模式推理响应
- ReActResponse(AgentSession, ReActTrace, AssistantMessage) - 类 的构造器org.noear.solon.ai.agent.react.ReActResponse
-
- ReActStyle - org.noear.solon.ai.agent.react中的枚举
-
ReAct 执行风格
- ReActSystemPrompt - org.noear.solon.ai.agent.react中的接口
-
ReAct 系统提示词 (System Prompt) 提供者
负责组装 ReAct 核心协议,包括角色设定、执行指令及 Thought/Action/Observation 格式约束
- ReActSystemPrompt.Builder - org.noear.solon.ai.agent.react中的接口
-
构建器接口
- ReActSystemPromptCn - org.noear.solon.ai.agent.react中的类
-
ReAct 模式提示词提供者(中文版)
采用“协议+业务”增量构建:核心协议(Thought/Action/Observation)由内部强制注入,业务指令增量追加。
- ReActSystemPromptCn(String, Function<ReActTrace, String>) - 类 的构造器org.noear.solon.ai.agent.react.ReActSystemPromptCn
-
- ReActSystemPromptCn.Builder - org.noear.solon.ai.agent.react中的类
-
- ReActSystemPromptEn - org.noear.solon.ai.agent.react中的类
-
ReAct 模式提示词提供者(英文版)
基于 Reasoning-Acting 范式,强制注入英文协议约束,支持业务指令增量扩展。
- ReActSystemPromptEn(String, Function<ReActTrace, String>) - 类 的构造器org.noear.solon.ai.agent.react.ReActSystemPromptEn
-
- ReActSystemPromptEn.Builder - org.noear.solon.ai.agent.react中的类
-
- ReActTrace - org.noear.solon.ai.agent.react中的类
-
ReAct 运行轨迹记录器 (状态机上下文)
负责维护智能体推理过程中的短期记忆、执行路由、消息序列及上下文压缩。
- ReActTrace() - 类 的构造器org.noear.solon.ai.agent.react.ReActTrace
-
- ReActTrace(Prompt) - 类 的构造器org.noear.solon.ai.agent.react.ReActTrace
-
- read(String) - 接口 中的方法org.noear.solon.ai.chat.resource.FunctionResource
-
- read(String) - 类 中的方法org.noear.solon.ai.skills.file.FileReadWriteSkill
-
- readFile(String) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
-
Reads a text file from the client's file system.
- readFile(String, Integer, Integer) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
-
Reads a portion of a text file from the client's file system.
- readFile(String) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
-
Reads a text file from the client's file system.
- readFile(String, Integer, Integer) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
-
Reads a portion of a text file from the client's file system.
- readFile(String, Integer, Integer) - 类 中的方法org.noear.solon.ai.skills.cli.CliSkill
-
- readHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceSpecification
-
- readHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceTemplateSpecification
-
- readHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncResourceSpecification
-
- readHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncResourceTemplateSpecification
-
- readHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncResourceSpecification
-
- readHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncResourceTemplateSpecification
-
- readHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncResourceSpecification
-
- readHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncResourceTemplateSpecification
-
- readOnly - 类 中的变量org.noear.solon.ai.skills.text2sql.Text2SqlSkill
-
- readOnly(boolean) - 类 中的方法org.noear.solon.ai.skills.text2sql.Text2SqlSkill
-
- readOnlyHint() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ToolAnnotations
-
- readResource(McpSchema.Resource) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Reads the content of a specific resource identified by the provided Resource
object.
- readResource(McpSchema.ReadResourceRequest) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Reads the content of a specific resource identified by the provided request.
- readResource(McpSchema.Resource) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Send a resources/read request.
- readResource(McpSchema.ReadResourceRequest) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Send a resources/read request.
- readResource(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
-
读取资源
- ReadResourceRequest(String, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ReadResourceRequest
-
- ReadResourceRequest(String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ReadResourceRequest
-
- readResourceRequest(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
-
读取资源
- ReadResourceResult(List<McpSchema.ResourceContents>, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ReadResourceResult
-
- ReadResourceResult(List<McpSchema.ResourceContents>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ReadResourceResult
-
- readTextFile(AcpSchema.ReadTextFileRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
-
Requests the client to read a text file.
- readTextFile(AcpSchema.ReadTextFileRequest) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
-
Requests the client to read a text file.
- readTextFile(AcpSchema.ReadTextFileRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
-
Requests the client to read a text file.
- readTextFile(AcpSchema.ReadTextFileRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
-
Requests the client to read a text file.
- readTextFile(boolean) - 类 中的方法com.agentclientprotocol.sdk.capabilities.NegotiatedCapabilities.Builder
-
- readTextFile() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.FileSystemCapability
-
- readTextFileHandler(Function<AcpSchema.ReadTextFileRequest, Mono<AcpSchema.ReadTextFileResponse>>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.AsyncSpec
-
Adds a typed handler for file system read requests from the agent.
- readTextFileHandler(Function<AcpSchema.ReadTextFileRequest, AcpSchema.ReadTextFileResponse>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.SyncSpec
-
Adds a typed handler for file system read requests from the agent.
- ReadTextFileRequest() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.ReadTextFileRequest
-
- ReadTextFileResponse() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.ReadTextFileResponse
-
- readValue(String, Class<T>) - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapper
-
- readValue(byte[], Class<T>) - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapper
-
- readValue(String, TypeRef<T>) - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapper
-
- readValue(byte[], TypeRef<T>) - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapper
-
- readValue(String, Class<T>) - 接口 中的方法io.modelcontextprotocol.json.McpJsonMapper
-
Deserialize JSON string into a target type.
- readValue(byte[], Class<T>) - 接口 中的方法io.modelcontextprotocol.json.McpJsonMapper
-
Deserialize JSON bytes into a target type.
- readValue(String, TypeRef<T>) - 接口 中的方法io.modelcontextprotocol.json.McpJsonMapper
-
Deserialize JSON string into a parameterized target type.
- readValue(byte[], TypeRef<T>) - 接口 中的方法io.modelcontextprotocol.json.McpJsonMapper
-
Deserialize JSON bytes into a parameterized target type.
- realIp() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- ReasonChunk - org.noear.solon.ai.agent.react.task中的类
-
ReAct 思考块(Reasoning):包含智能体对当前问题的逻辑分析流
- ReasonChunk(Node, ReActTrace, ChatResponse) - 类 的构造器org.noear.solon.ai.agent.react.task.ReasonChunk
-
- reasoning_field_name - 类 中的变量org.noear.solon.ai.chat.ChatResponseDefault
-
推理字段名
- reasoningBuilder - 类 中的变量org.noear.solon.ai.chat.ChatResponseDefault
-
- reasoningFieldName(String) - 类 中的方法org.noear.solon.ai.chat.ChatModel.Builder
-
- ReasonTask - org.noear.solon.ai.agent.react.task中的类
-
ReAct 推理任务 (Reasoning)
核心职责:组装上下文发起请求,解析模型意图(Action/Final Answer),并执行路由分发。
- ReasonTask(ReActAgentConfig, ReActAgent) - 类 的构造器org.noear.solon.ai.agent.react.task.ReasonTask
-
- recordTransaction(String, double, double, Agent) - 类 中的方法org.noear.solon.ai.agent.team.protocol.MarketBasedProtocol.MarketState
-
记录一笔“交易”:根据表现更新 Agent 的市场身价
- recordWindowSize(int) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent.Builder
-
- recordWindowSize(int) - 类 中的方法org.noear.solon.ai.agent.team.TeamOptionsAmend
-
- RedisAgentSession - org.noear.solon.ai.agent.session中的类
-
Redis 智能体会话适配器 (带内存缓存层)
- RedisAgentSession(String, RedisClient) - 类 的构造器org.noear.solon.ai.agent.session.RedisAgentSession
-
- RedisChatSession - org.noear.solon.ai.chat.session中的类
-
Redis 聊天会话 (带内存缓存层)
- RedisChatSession(String, RedisClient) - 类 的构造器org.noear.solon.ai.chat.session.RedisChatSession
-
- RedisConfig - org.noear.solon.ai.flow.components.repositorys中的类
-
RedisRepository 配置模型
- RedisConfig() - 类 的构造器org.noear.solon.ai.flow.components.repositorys.RedisConfig
-
- RedisRepository - org.noear.solon.ai.rag.repository中的类
-
Redis 矢量存储知识库,基于 Redis Search 实现
- RedisRepository.Builder - org.noear.solon.ai.rag.repository中的类
-
Builder 类用于链式构建 RedisRepository
- RedisRepositoryCom - org.noear.solon.ai.flow.components.repositorys中的类
-
知识库组件
- RedisRepositoryCom() - 类 的构造器org.noear.solon.ai.flow.components.repositorys.RedisRepositoryCom
-
- RedisSkill - org.noear.solon.ai.skills.data中的类
-
Redis 存储技能:为 AI 提供跨会话的“长期记忆”能力
该技能允许 AI Agent 将关键信息(如用户偏好、任务中间状态、历史事实)以 Key-Value 形式持久化。
- RedisSkill(RedisClient) - 类 的构造器org.noear.solon.ai.skills.data.RedisSkill
-
- RedisSkill(RedisClient, String) - 类 的构造器org.noear.solon.ai.skills.data.RedisSkill
-
- ref() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CompleteRequest
-
- referenceKey() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncCompletionSpecification
-
- referenceKey() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncCompletionSpecification
-
- referenceKey() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncCompletionSpecification
-
- referenceKey() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncCompletionSpecification
-
- referer() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- refilter(Stream<Document>) - 类 中的静态方法org.noear.solon.ai.rag.util.SimilarityUtil
-
再过滤(评分与数量并排序)
- refilter(Stream<Document>, int) - 类 中的静态方法org.noear.solon.ai.rag.util.SimilarityUtil
-
再过滤(评分与数量并排序)
- refilter(Stream<Document>, int, double) - 类 中的静态方法org.noear.solon.ai.rag.util.SimilarityUtil
-
再过滤(评分与数量并排序)
- refilter(Stream<Document>, QueryCondition) - 类 中的静态方法org.noear.solon.ai.rag.util.SimilarityUtil
-
再过滤
- refusal() - 类 中的静态方法com.agentclientprotocol.sdk.spec.AcpSchema.PromptResponse
-
Creates a response indicating the agent refused the request.
- RegexTextSplitter - org.noear.solon.ai.rag.splitter中的类
-
正则文本分割器
- RegexTextSplitter() - 类 的构造器org.noear.solon.ai.rag.splitter.RegexTextSplitter
-
- RegexTextSplitter(String) - 类 的构造器org.noear.solon.ai.rag.splitter.RegexTextSplitter
-
- register(String) - 类 中的方法io.a2a_preview.client.HostAgent
-
- register(ChatDialect) - 类 中的静态方法org.noear.solon.ai.chat.dialect.ChatDialectManager
-
注册聊天方言
- register(ChatDialect, int) - 类 中的静态方法org.noear.solon.ai.chat.dialect.ChatDialectManager
-
注册方言
- register(EmbeddingDialect) - 类 中的静态方法org.noear.solon.ai.embedding.dialect.EmbeddingDialectManager
-
注册方言
- register(EmbeddingDialect, int) - 类 中的静态方法org.noear.solon.ai.embedding.dialect.EmbeddingDialectManager
-
注册方言
- register(GenerateDialect) - 类 中的静态方法org.noear.solon.ai.generate.dialect.GenerateDialectManager
-
注册方言
- register(GenerateDialect, int) - 类 中的静态方法org.noear.solon.ai.generate.dialect.GenerateDialectManager
-
注册方言
- register(RerankingDialect) - 类 中的静态方法org.noear.solon.ai.reranking.dialect.RerankingDialectManager
-
注册方言
- register(RerankingDialect, int) - 类 中的静态方法org.noear.solon.ai.reranking.dialect.RerankingDialectManager
-
注册方言
- register(SqlDialect) - 类 中的静态方法org.noear.solon.ai.skills.text2sql.SqlDialectManager
-
注册新方言
允许用户扩展自定义方言或覆盖现有方言
- reject(AgentSession, String) - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITL
-
快捷拒绝工具执行(使用默认拒绝意见)
- reject(AgentSession, String, String) - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITL
-
快捷拒绝工具执行(带具体意见)
- reject(String) - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITLDecision
-
快速创建拒绝决策
- releaseTerminal(AcpSchema.ReleaseTerminalRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
-
Requests the client to release a terminal.
- releaseTerminal(AcpSchema.ReleaseTerminalRequest) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
-
Requests the client to release a terminal.
- releaseTerminal(AcpSchema.ReleaseTerminalRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
-
Requests the client to release a terminal.
- releaseTerminal(AcpSchema.ReleaseTerminalRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
-
Requests the client to release a terminal.
- releaseTerminalHandler(Function<AcpSchema.ReleaseTerminalRequest, Mono<AcpSchema.ReleaseTerminalResponse>>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.AsyncSpec
-
Adds a typed handler for terminal release requests from the agent.
- releaseTerminalHandler(Function<AcpSchema.ReleaseTerminalRequest, AcpSchema.ReleaseTerminalResponse>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.SyncSpec
-
Adds a typed handler for terminal release requests from the agent.
- ReleaseTerminalRequest() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.ReleaseTerminalRequest
-
- ReleaseTerminalResponse() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.ReleaseTerminalResponse
-
- remoteIp() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- remotePort() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- remove(String) - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpPrimitivesRegistry
-
移除
- remove(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulPromptRegistry
-
- remove(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulResourceRegistry
-
- remove(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulToolRegistry
-
- remove(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessPromptRegistry
-
- remove(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessResourceRegistry
-
- remove(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessToolRegistry
-
- removeConnection(CONNECTION) - 类 中的方法io.modelcontextprotocol.spec.ClosedMcpTransportSession
-
- removeConnection(Disposable) - 类 中的方法io.modelcontextprotocol.spec.DefaultMcpTransportSession
-
- removeConnection(CONNECTION) - 接口 中的方法io.modelcontextprotocol.spec.McpTransportSession
-
Called when the resource is terminating by itself and the transport session does
not need to track it anymore.
- removeLastAssistantMessage() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
-
移除最后 Assistant 消息
- removeLastAssistantMessage() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
-
- removeLastMessage() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
-
移除最后消息
- removeLastMessage() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
-
- removeNonSystemMessages(int) - 类 中的方法org.noear.solon.ai.chat.session.InMemoryChatSession
-
移除size个非SystemMessage
当删除调用 ToolCall 的 AssistantMessage 时,需要删除后续对应的 ToolMessage,可能会导致实际删除的 size 大于传入的 size.
- removePrompt(String) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
-
Remove a prompt handler at runtime.
- removePrompt(String) - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
-
Remove a prompt handler at runtime.
- removePrompt(String) - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
-
Remove a prompt handler at runtime.
- removePrompt(String) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
-
Remove a prompt handler.
- removePrompt(String) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
-
移除提示语
- removePrompt(PromptProvider) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
-
移除提示语
- removeResource(String) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
-
Remove a resource handler at runtime.
- removeResource(String) - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
-
Remove a resource handler at runtime.
- removeResource(String) - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
-
Remove a resource handler at runtime.
- removeResource(String) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
-
Remove a resource handler.
- removeResource(String) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
-
移除资源
- removeResource(ResourceProvider) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
-
移除资源
- removeResourceTemplate(String) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
-
Remove a resource template at runtime.
- removeResourceTemplate(String) - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
-
Remove a resource template at runtime.
- removeResourceTemplate(String) - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
-
Remove a resource template.
- removeResourceTemplate(String) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
-
Remove a resource template.
- removeRoot(String) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Removes a root from the client's root list.
- removeRoot(String) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Remove a root dynamically.
- removeTool(String) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
-
Remove a tool handler at runtime.
- removeTool(String) - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
-
Remove a tool handler at runtime.
- removeTool(String) - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
-
Remove a tool handler at runtime.
- removeTool(String) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
-
Remove a tool handler.
- removeTool(String) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
-
移除工具
- removeTool(ToolProvider) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
-
移除工具
- reopen() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
-
重新打开
- replaceMessages(Collection<ChatMessage>) - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
-
- replaceMessages(Collection<ChatMessage>) - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
-
- replay(Object) - 类 中的方法io.modelcontextprotocol.spec.McpStreamableServerSession
-
- replicaNum(int) - 类 中的方法org.noear.solon.ai.rag.repository.TcVectorDbRepository.Builder
-
设置副本数
- Repository - org.noear.solon.ai.rag中的接口
-
知识库(可检索)
- RepositoryLifecycle - org.noear.solon.ai.rag中的接口
-
知识库生命周期
- RepositoryStorable - org.noear.solon.ai.rag中的接口
-
可存储的知识库(可存储)
- request(Object) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext.Builder
-
- request() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- requestedSchema(Map<String, Object>) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ElicitRequest.Builder
-
- requestedSchema() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ElicitRequest
-
- requestHandler(String, AcpClientSession.RequestHandler<?>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.AsyncSpec
-
Adds a custom request handler for a specific method.
- requestHandler(String, AcpClient.SyncRequestHandler<T>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.SyncSpec
-
Adds a synchronous custom request handler for a specific method.
- requestPermission(AcpSchema.RequestPermissionRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
-
Requests permission from the client for a sensitive operation.
- requestPermission(AcpSchema.RequestPermissionRequest) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
-
Requests permission from the client for a sensitive operation.
- requestPermission(AcpSchema.RequestPermissionRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
-
Requests permission from the client for a sensitive operation.
- requestPermission(AcpSchema.RequestPermissionRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
-
Requests permission from the client for a sensitive operation.
- requestPermissionHandler(Function<AcpSchema.RequestPermissionRequest, Mono<AcpSchema.RequestPermissionResponse>>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.AsyncSpec
-
Adds a typed handler for permission requests from the agent.
- requestPermissionHandler(Function<AcpSchema.RequestPermissionRequest, AcpSchema.RequestPermissionResponse>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.SyncSpec
-
Adds a typed handler for permission requests from the agent.
- RequestPermissionRequest() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.RequestPermissionRequest
-
- RequestPermissionResponse() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.RequestPermissionResponse
-
- requestTimeout(Duration) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpAgent.AsyncAgentBuilder
-
Sets the timeout for requests sent to the client.
- requestTimeout(Duration) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpAgent.SyncAgentBuilder
-
Sets the timeout for requests sent to the client.
- requestTimeout(Duration) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport.Builder
-
Set the request timeout.
- requestTimeout(Duration) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.AsyncSpec
-
Sets the duration to wait for agent responses before timing out requests.
- requestTimeout(Duration) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.SyncSpec
-
Sets the duration to wait for agent responses before timing out requests.
- requestTimeout(Duration) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
-
Sets the duration to wait for server responses before timing out requests.
- requestTimeout(Duration) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
-
Sets the duration to wait for server responses before timing out requests.
- requestTimeout(Duration) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Sets the duration to wait for server responses before timing out requests.
- requestTimeout(Duration) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
-
Sets the duration to wait for server responses before timing out requests.
- requestTimeout(Duration) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
-
Sets the duration to wait for server responses before timing out requests.
- requestTimeout(Duration) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Sets the duration to wait for server responses before timing out requests.
- requestTimeout(Duration) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
-
- requireAudioContent() - 类 中的方法com.agentclientprotocol.sdk.capabilities.NegotiatedCapabilities
-
Requires audio content capability, throwing if not supported.
- required() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.JsonSchema
-
- required() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.PromptArgument
-
- required() - 类 中的方法org.noear.solon.ai.util.ParamDesc
-
是否必须
- requireImageContent() - 类 中的方法com.agentclientprotocol.sdk.capabilities.NegotiatedCapabilities
-
Requires image content capability, throwing if not supported.
- requireLoadSession() - 类 中的方法com.agentclientprotocol.sdk.capabilities.NegotiatedCapabilities
-
Requires load session capability, throwing if not supported.
- requireReadTextFile() - 类 中的方法com.agentclientprotocol.sdk.capabilities.NegotiatedCapabilities
-
Requires read text file capability, throwing if not supported.
- requireTerminal() - 类 中的方法com.agentclientprotocol.sdk.capabilities.NegotiatedCapabilities
-
Requires terminal capability, throwing if not supported.
- requireWriteTextFile() - 类 中的方法com.agentclientprotocol.sdk.capabilities.NegotiatedCapabilities
-
Requires write text file capability, throwing if not supported.
- rerank(String, List<Document>) - 类 中的方法org.noear.solon.ai.reranking.RerankingModel
-
重排
- Reranking - org.noear.solon.ai.reranking中的类
-
重排数据
- Reranking() - 类 的构造器org.noear.solon.ai.reranking.Reranking
-
- Reranking(int, String, float) - 类 的构造器org.noear.solon.ai.reranking.Reranking
-
- RerankingConfig - org.noear.solon.ai.reranking中的类
-
重排配置
- RerankingConfig() - 类 的构造器org.noear.solon.ai.reranking.RerankingConfig
-
- RerankingDialect - org.noear.solon.ai.reranking.dialect中的接口
-
重排模型方言
- RerankingDialectManager - org.noear.solon.ai.reranking.dialect中的类
-
重排模型方言管理
- RerankingDialectManager() - 类 的构造器org.noear.solon.ai.reranking.dialect.RerankingDialectManager
-
- RerankingException - org.noear.solon.ai.reranking中的异常错误
-
重排异常
- RerankingException(String) - 异常错误 的构造器org.noear.solon.ai.reranking.RerankingException
-
- RerankingException(String, Throwable) - 异常错误 的构造器org.noear.solon.ai.reranking.RerankingException
-
- RerankingException(Throwable) - 异常错误 的构造器org.noear.solon.ai.reranking.RerankingException
-
- RerankingModel - org.noear.solon.ai.reranking中的类
-
重排模型
- RerankingModel(Properties) - 类 的构造器org.noear.solon.ai.reranking.RerankingModel
-
- RerankingModel(RerankingConfig) - 类 的构造器org.noear.solon.ai.reranking.RerankingModel
-
- RerankingModel.Builder - org.noear.solon.ai.reranking中的类
-
嵌入模型构建器实现
- RerankingOptions - org.noear.solon.ai.reranking中的类
-
重排选项
- RerankingOptions() - 类 的构造器org.noear.solon.ai.reranking.RerankingOptions
-
- RerankingRequestDesc - org.noear.solon.ai.reranking中的类
-
重排请求描述
- RerankingRequestDesc(RerankingConfig, RerankingDialect, String, List<Document>) - 类 的构造器org.noear.solon.ai.reranking.RerankingRequestDesc
-
- RerankingResponse - org.noear.solon.ai.reranking中的类
-
重排响应
- RerankingResponse(String, RerankingException, List<Reranking>, AiUsage) - 类 的构造器org.noear.solon.ai.reranking.RerankingResponse
-
- reset(Prompt) - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
-
- reset(Prompt) - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
-
- reset() - 类 中的方法org.noear.solon.ai.agent.trace.Metrics
-
- reset() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
-
重置响应数据
- resetProtocolContext() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
-
- resetTurnCount() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
-
- resolve(String, String) - 接口 中的方法org.noear.solon.ai.skills.restapi.ApiResolver
-
- resolve(String, String) - 类 中的方法org.noear.solon.ai.skills.restapi.resolver.OpenApiResolver
-
- resolve(String, String) - 类 中的方法org.noear.solon.ai.skills.restapi.resolver.OpenApiV2Resolver
-
- resolve(String, String) - 类 中的方法org.noear.solon.ai.skills.restapi.resolver.OpenApiV3Resolver
-
- resolveAgentOutput(TeamTrace, Agent, String) - 接口 中的方法org.noear.solon.ai.agent.team.TeamProtocol
-
解析并适配 Agent 输出(在记录轨迹前进行内容转换)
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 接口 中的方法com.agentclientprotocol.sdk.agent.support.resolver.ArgumentResolver
-
Resolve the argument value for the given parameter.
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.ArgumentResolverComposite
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.CancelNotificationResolver
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.CapabilitiesResolver
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.InitializeRequestResolver
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.LoadSessionRequestResolver
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.NewSessionRequestResolver
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.PromptContextResolver
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.PromptRequestResolver
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.SessionIdResolver
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.SetSessionModelRequestResolver
-
- resolveArgument(AcpMethodParameter, AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.SetSessionModeRequestResolver
-
- resolver(ApiResolver) - 类 中的方法org.noear.solon.ai.skills.restapi.RestApiSkill
-
- resolveRef(ONode, ONode) - 类 中的方法org.noear.solon.ai.skills.restapi.resolver.AbsOpenApiResolver
-
解析引用节点
- resolveRefNode(ONode, ONode, Set<String>) - 类 中的方法org.noear.solon.ai.skills.restapi.resolver.AbsOpenApiResolver
-
递归解析 $ref 节点,并处理循环引用
- resolveSupervisorRoute(FlowContext, TeamTrace, String) - 类 中的方法org.noear.solon.ai.agent.team.protocol.A2AProtocol
-
- resolveSupervisorRoute(FlowContext, TeamTrace, String) - 类 中的方法org.noear.solon.ai.agent.team.protocol.BlackboardProtocol
-
- resolveSupervisorRoute(FlowContext, TeamTrace, String) - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol
-
- resolveSupervisorRoute(FlowContext, TeamTrace, String) - 类 中的方法org.noear.solon.ai.agent.team.protocol.HierarchicalProtocol
-
- resolveSupervisorRoute(FlowContext, TeamTrace, String) - 类 中的方法org.noear.solon.ai.agent.team.protocol.TeamProtocolBase
-
- resolveSupervisorRoute(FlowContext, TeamTrace, String) - 接口 中的方法org.noear.solon.ai.agent.team.TeamProtocol
-
解析路由目标(将决策文本语义化为节点 ID)
- resolveUri(URI, String) - 类 中的静态方法io.modelcontextprotocol.util.Utils
-
Resolves the given endpoint URL against the base URL.
- Resource() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.Resource
-
- resource() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.Resource
-
- resource() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceSpecification
-
- resource() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncResourceSpecification
-
- resource() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncResourceSpecification
-
- resource() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncResourceSpecification
-
- resource() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.EmbeddedResource
-
- Resource(String, String, String, String, String, Long, McpSchema.Annotations, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Resource
-
- Resource(String, String, String, String, String, Long, McpSchema.Annotations) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Resource
-
- Resource(String, String, String, String, Long, McpSchema.Annotations) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Resource
-
- Resource(String, String, String, String, McpSchema.Annotations) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Resource
-
- RESOURCE_NOT_FOUND - 异常错误 中的静态变量io.modelcontextprotocol.spec.McpError
-
- RESOURCE_NOT_FOUND - 类 中的静态变量io.modelcontextprotocol.spec.McpSchema.ErrorCodes
-
Resource not found.
- ResourceBlock - org.noear.solon.ai.chat.content中的接口
-
资源内容块
- ResourceCapabilities(Boolean, Boolean) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.ResourceCapabilities
-
- ResourceLink() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.ResourceLink
-
- ResourceLink(String, String, String, String, String, Long, McpSchema.Annotations, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ResourceLink
-
- ResourceMapping - org.noear.solon.ai.annotation中的注释类型
-
资源映射
- ResourcePack - org.noear.solon.ai.chat.resource中的类
-
资源包
- ResourcePack() - 类 的构造器org.noear.solon.ai.chat.resource.ResourcePack
-
- ResourcePack(List<ResourceBlock>) - 类 的构造器org.noear.solon.ai.chat.resource.ResourcePack
-
- ResourceProvider - org.noear.solon.ai.chat.resource中的接口
-
资源提供者
- ResourceReference(String, String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ResourceReference
-
- ResourceReference(String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ResourceReference
-
- resources(Map<String, McpServerFeatures.AsyncResourceSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers multiple resources with their handlers using a Map.
- resources(List<McpServerFeatures.AsyncResourceSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers multiple resources with their handlers using a List.
- resources(McpServerFeatures.AsyncResourceSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers multiple resources with their handlers using varargs.
- resources(Map<String, McpStatelessServerFeatures.AsyncResourceSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
-
Registers multiple resources with their handlers using a Map.
- resources(List<McpStatelessServerFeatures.AsyncResourceSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
-
Registers multiple resources with their handlers using a List.
- resources(McpStatelessServerFeatures.AsyncResourceSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
-
Registers multiple resources with their handlers using varargs.
- resources(Map<String, McpStatelessServerFeatures.SyncResourceSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
-
Registers multiple resources with their handlers using a Map.
- resources(List<McpStatelessServerFeatures.SyncResourceSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
-
Registers multiple resources with their handlers using a List.
- resources(McpStatelessServerFeatures.SyncResourceSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
-
Registers multiple resources with their handlers using varargs.
- resources(Map<String, McpServerFeatures.SyncResourceSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Registers multiple resources with their handlers using a Map.
- resources(List<McpServerFeatures.SyncResourceSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Registers multiple resources with their handlers using a List.
- resources(McpServerFeatures.SyncResourceSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Registers multiple resources with their handlers using varargs.
- resources() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Async
-
- resources() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Sync
-
- resources() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.Async
-
- resources() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.Sync
-
- resources() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ListResourcesResult
-
- resources(Boolean, Boolean) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.Builder
-
- resources() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ServerCapabilities
-
- resourcesChangeConsumer(Function<List<McpSchema.Resource>, Mono<Void>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
-
Adds a consumer to be notified when the available resources change.
- resourcesChangeConsumer(Consumer<List<McpSchema.Resource>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
-
Adds a consumer to be notified when the available resources change.
- resourcesChangeConsumer(Function<List<McpSchema.Resource>, Mono<Void>>) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
-
资源变更消费者
- resourcesUpdateConsumer(Function<List<McpSchema.ResourceContents>, Mono<Void>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
-
Adds a consumer to be notified when a specific resource is updated.
- resourcesUpdateConsumer(Consumer<List<McpSchema.ResourceContents>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
-
Adds a consumer to be notified when a specific resource is updated.
- resourcesUpdateConsumer(Function<List<McpSchema.ResourceContents>, Mono<Void>>) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
-
资源更新消费者
- ResourcesUpdatedNotification(String, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ResourcesUpdatedNotification
-
- ResourcesUpdatedNotification(String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ResourcesUpdatedNotification
-
- resourceTemplate() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceTemplateSpecification
-
- resourceTemplate() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncResourceTemplateSpecification
-
- resourceTemplate() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncResourceTemplateSpecification
-
- resourceTemplate() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncResourceTemplateSpecification
-
- ResourceTemplate(String, String, String, String, String, McpSchema.Annotations, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ResourceTemplate
-
- ResourceTemplate(String, String, String, String, String, McpSchema.Annotations) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ResourceTemplate
-
- ResourceTemplate(String, String, String, String, McpSchema.Annotations) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ResourceTemplate
-
- resourceTemplates(List<McpServerFeatures.AsyncResourceTemplateSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers multiple resource templates with their specifications using a List.
- resourceTemplates(McpServerFeatures.AsyncResourceTemplateSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers multiple resource templates with their specifications using a List.
- resourceTemplates(List<McpStatelessServerFeatures.AsyncResourceTemplateSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
-
Sets the resource templates that define patterns for dynamic resource access.
- resourceTemplates(McpStatelessServerFeatures.AsyncResourceTemplateSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
-
Sets the resource templates using varargs for convenience.
- resourceTemplates(List<McpStatelessServerFeatures.SyncResourceTemplateSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
-
Sets the resource templates that define patterns for dynamic resource access.
- resourceTemplates(McpStatelessServerFeatures.SyncResourceTemplateSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
-
Sets the resource templates using varargs for convenience.
- resourceTemplates(List<McpServerFeatures.SyncResourceTemplateSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Sets the resource templates that define patterns for dynamic resource access.
- resourceTemplates(McpServerFeatures.SyncResourceTemplateSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Sets the resource templates using varargs for convenience.
- resourceTemplates() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Async
-
- resourceTemplates() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Sync
-
- resourceTemplates() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.Async
-
- resourceTemplates() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.Sync
-
- resourceTemplates() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ListResourceTemplatesResult
-
- response_format(Map) - 类 中的方法org.noear.solon.ai.chat.ModelOptionsAmend
-
常用选项:响应格式
o.response_format(Utils.asMap("type", "json_object"));
o.response_format(Utils.asMap("type", "json_schema",
"json_schema", Utils.asMap("type","object","properties",Utils.asMap()),
"strict", true));
- response_format(String) - 类 中的方法org.noear.solon.ai.generate.GenerateOptions
-
响应格式
- responseData - 类 中的变量org.noear.solon.ai.chat.ChatResponseDefault
-
- responseStream(McpSchema.JSONRPCRequest, McpStreamableServerTransport) - 类 中的方法io.modelcontextprotocol.spec.McpStreamableServerSession
-
Provide the SSE stream of MCP messages finalized with a Response.
- RestApiSkill - org.noear.solon.ai.skills.restapi中的类
-
智能 REST API 接入技能:实现从 API 定义到 AI 自动化调用的桥梁。
- RestApiSkill(String, String) - 类 的构造器org.noear.solon.ai.skills.restapi.RestApiSkill
-
- result() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.JSONRPCResponse
-
- result() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.JSONRPCResponse
-
- resultConvert(FunctionTool, Object) - 类 中的静态方法org.noear.solon.ai.chat.tool.ToolSchemaUtil
-
工具结果转换
- resultConverter() - 接口 中的方法org.noear.solon.ai.chat.tool.FunctionTool
-
结果转换器
- resultConverter() - 类 中的方法org.noear.solon.ai.chat.tool.MethodFunctionTool
-
- resumableStreams(boolean) - 类 中的方法io.modelcontextprotocol.client.transport.WebRxStreamableHttpTransport.Builder
-
Configure whether to use the stream resumability feature by keeping track of
SSE event ids.
- resume() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpServerHost
-
恢复
- resume() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulMcpServerHost
-
恢复(主要用于测试)
- resume() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessMcpServerHost
-
恢复(主要用于测试)
- resume() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
-
恢复(主要用于测试)
- retries - 类 中的变量org.noear.solon.ai.agent.team.protocol.SequentialProtocol.StageInfo
-
- retryConfig(int, long) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent.Builder
-
- retryConfig(int, long) - 类 中的方法org.noear.solon.ai.agent.react.ReActOptionsAmend
-
配置容错策略
- retryConfig(int, long) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent.Builder
-
- retryConfig(int, long) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent.Builder
-
- retryConfig(int, long) - 类 中的方法org.noear.solon.ai.agent.team.TeamOptionsAmend
-
修正调度重试配置
- return_documents(boolean) - 类 中的方法org.noear.solon.ai.reranking.RerankingOptions
-
是否返回文档原文
- returnDirect() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ToolAnnotations
-
- returnDirect() - 接口 中的方法org.noear.solon.ai.chat.tool.FunctionTool
-
是否直接返回给调用者
- returnDirect(boolean) - 类 中的方法org.noear.solon.ai.chat.tool.FunctionToolDesc
-
申明直接返回给调用者
- returnDirect() - 类 中的方法org.noear.solon.ai.chat.tool.FunctionToolDesc
-
是否直接返回给调用者
- returnDirect() - 类 中的方法org.noear.solon.ai.chat.tool.MethodFunctionTool
-
- returnType() - 接口 中的方法org.noear.solon.ai.chat.tool.FunctionTool
-
- returnType(Type) - 类 中的方法org.noear.solon.ai.chat.tool.FunctionToolDesc
-
申明返回类型
- returnType() - 类 中的方法org.noear.solon.ai.chat.tool.FunctionToolDesc
-
- returnType() - 类 中的方法org.noear.solon.ai.chat.tool.MethodFunctionTool
-
- returnValueHandler(ReturnValueHandler) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport.Builder
-
Add a custom return value handler.
- ReturnValueHandler - com.agentclientprotocol.sdk.agent.support.handler中的接口
-
Strategy interface for handling method return values and converting
them to protocol responses.
- ReturnValueHandlerComposite - com.agentclientprotocol.sdk.agent.support.handler中的类
-
Composite that chains multiple return value handlers.
- ReturnValueHandlerComposite() - 类 的构造器com.agentclientprotocol.sdk.agent.support.handler.ReturnValueHandlerComposite
-
- ReturnValueHandlingException - com.agentclientprotocol.sdk.agent.support.handler中的异常错误
-
Exception thrown when return value handling fails.
- ReturnValueHandlingException(String) - 异常错误 的构造器com.agentclientprotocol.sdk.agent.support.handler.ReturnValueHandlingException
-
Create a new exception with a message.
- ReturnValueHandlingException(String, Throwable) - 异常错误 的构造器com.agentclientprotocol.sdk.agent.support.handler.ReturnValueHandlingException
-
Create a new exception with a message and cause.
- role(McpSchema.Role) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CreateMessageResult.Builder
-
- role() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CreateMessageResult
-
- role() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.PromptMessage
-
- role() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.SamplingMessage
-
- role() - 接口 中的方法org.noear.solon.ai.agent.Agent
-
智能体角色职责(用于 Prompt 提示与协作分发参考)
- role(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent.Builder
-
- role() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
-
- role(String) - 接口 中的方法org.noear.solon.ai.agent.react.ReActSystemPrompt.Builder
-
设置静态角色
- role(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptCn.Builder
-
- role(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptEn.Builder
-
- role(String) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent.Builder
-
- role() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent
-
- role(String) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleSystemPrompt.Builder
-
设置静态角色文本
- role(String) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent.Builder
-
- role() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
-
- role(String) - 接口 中的方法org.noear.solon.ai.agent.team.TeamSystemPrompt.Builder
-
设置角色设定
- role(String) - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptCn.Builder
-
- role(String) - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptEn.Builder
-
- role(String) - 类 中的方法org.noear.solon.ai.chat.ChatModel.Builder
-
角色
- role() - 类 中的方法org.noear.solon.ai.chat.ChatOptions
-
角色
- role(String) - 类 中的方法org.noear.solon.ai.chat.ChatOptions
-
角色
- roleFor(FlowContext) - 接口 中的方法org.noear.solon.ai.agent.Agent
-
生成动态角色描述
- Root(String, String, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Root
-
- Root(String, String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Root
-
- RootCapabilities(Boolean) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ClientCapabilities.RootCapabilities
-
- rootPath - 类 中的变量org.noear.solon.ai.skills.sys.AbsProcessSkill
-
- roots(List<McpSchema.Root>) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
-
Sets the root URIs that this client can access.
- roots(McpSchema.Root...) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
-
Sets the root URIs that this client can access, using a varargs parameter for
convenience.
- roots(List<McpSchema.Root>) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
-
Sets the root URIs that this client can access.
- roots(McpSchema.Root...) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
-
Sets the root URIs that this client can access, using a varargs parameter for
convenience.
- roots(Boolean) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ClientCapabilities.Builder
-
- roots() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ClientCapabilities
-
- roots() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ListRootsResult
-
- rootsChangeConsumers() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Async
-
- rootsChangeConsumers() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Sync
-
- rootsChangeHandler(BiFunction<McpAsyncServerExchange, List<McpSchema.Root>, Mono<Void>>) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers a consumer that will be notified when the list of roots changes.
- rootsChangeHandler(BiConsumer<McpSyncServerExchange, List<McpSchema.Root>>) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Registers a consumer that will be notified when the list of roots changes.
- rootsChangeHandlers(List<BiFunction<McpAsyncServerExchange, List<McpSchema.Root>, Mono<Void>>>) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers multiple consumers that will be notified when the list of roots
changes.
- rootsChangeHandlers(BiFunction<McpAsyncServerExchange, List<McpSchema.Root>, Mono<Void>>...) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers multiple consumers that will be notified when the list of roots
changes using varargs.
- rootsChangeHandlers(List<BiConsumer<McpSyncServerExchange, List<McpSchema.Root>>>) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Registers multiple consumers that will be notified when the list of roots
changes.
- rootsChangeHandlers(BiConsumer<McpSyncServerExchange, List<McpSchema.Root>>...) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Registers multiple consumers that will be notified when the list of roots
changes using varargs.
- rootsListChangedNotification() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Manually sends a roots/list_changed notification.
- rootsListChangedNotification() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Send a roots/list_changed notification.
- routeTo(FlowContext, TeamTrace, String) - 类 中的方法org.noear.solon.ai.agent.team.task.SupervisorTask
-
- run() - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
-
Starts the agent and blocks until it terminates.
- run() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport
-
Run the agent (blocking until close).
- run(FlowContext, Node) - 接口 中的方法org.noear.solon.ai.agent.Agent
-
Solon Flow 节点运行实现
处理 Session 初始化、协议注入、推理执行及轨迹同步。
- run(FlowContext, Node) - 类 中的方法org.noear.solon.ai.agent.react.task.ActionTask
-
- run(FlowContext, Node) - 类 中的方法org.noear.solon.ai.agent.react.task.PlanTask
-
- run(FlowContext, Node) - 类 中的方法org.noear.solon.ai.agent.react.task.ReasonTask
-
- run(FlowContext, Node) - 类 中的方法org.noear.solon.ai.agent.team.protocol.A2AHandoverTask
-
- run(FlowContext, Node) - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetBiddingTask
-
- run(FlowContext, Node) - 类 中的方法org.noear.solon.ai.agent.team.protocol.SequentialRoutingTask
-
- run(FlowContext, Node) - 类 中的方法org.noear.solon.ai.agent.team.task.SupervisorTask
-
- run(FlowContext, Node) - 类 中的方法org.noear.solon.ai.flow.components.AbsAiComponent
-
- run(String) - 类 中的方法org.noear.solon.ai.skills.claudecode.CliSkill
-
已过时。
- run() - 类 中的方法org.noear.solon.ai.skills.claudecode.SolonCodeCLI
-
已过时。
- run() - 类 中的方法org.noear.solon.ai.skills.cli.CodeCLI
-
- runCode(String, String, String, Map<String, String>) - 类 中的方法org.noear.solon.ai.skills.sys.AbsProcessSkill
-