- CACHE_CONTROL - 接口 中的静态变量io.modelcontextprotocol.spec.HttpHeaders
-
The HTTP Cache-Control header.
- cacheCreationInputTokens() - 类 中的方法org.noear.solon.ai.AiUsage
-
获取缓存创建输入令牌数 (Claude Prompt Caching)
- cachedSchemaInfo - 类 中的变量org.noear.solon.ai.skills.text2sql.Text2SqlSkill
-
- cacheReadInputTokens() - 类 中的方法org.noear.solon.ai.AiUsage
-
获取缓存读取输入令牌数 (Claude Prompt Caching)
- cacheSeconds(int) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
-
- call() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncToolSpecification
-
- call() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncToolSpecification
-
- call(AgentSession) - 接口 中的方法org.noear.solon.ai.agent.Agent
-
恢复执行(用于从会话中恢复 prompt 执行)
- call(Prompt, AgentSession) - 接口 中的方法org.noear.solon.ai.agent.Agent
-
指定指令的任务执行(开始新任务)
- call(Prompt, AgentSession) - 接口 中的方法org.noear.solon.ai.agent.AgentHandler
-
执行处理逻辑
- call() - 接口 中的方法org.noear.solon.ai.agent.AgentRequest
-
同步调用:阻塞等待推理结束并返回完整响应
- call(Prompt, AgentSession) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
-
- call(Prompt, AgentSession, ReActOptions) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
-
智能体核心调用流程:管理会话上下文、痕迹记录与拦截器触发
- call() - 类 中的方法org.noear.solon.ai.agent.react.ReActRequest
-
执行同步调用:阻塞当前线程直至推理完成或超时
- call(Prompt, AgentSession) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent
-
- call(Prompt, AgentSession, SimpleOptions) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent
-
- call() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleRequest
-
启动智能体调用流程
- call(Prompt, AgentSession) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
-
同步执行团队协作任务
- call(Prompt, AgentSession, TeamOptions) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
-
执行团队协作(核心生命周期管理)
- call() - 类 中的方法org.noear.solon.ai.agent.team.TeamRequest
-
发起同步调用
- call() - 接口 中的方法org.noear.solon.ai.chat.ChatRequestDesc
-
调用
- call() - 类 中的方法org.noear.solon.ai.chat.ChatRequestDescDefault
-
调用
- call(Map<String, Object>) - 接口 中的方法org.noear.solon.ai.chat.tool.FunctionTool
-
调用
- call() - 类 中的方法org.noear.solon.ai.embedding.EmbeddingRequestDesc
-
调用
- call() - 类 中的方法org.noear.solon.ai.generate.GenerateRequestDesc
-
调用
- call() - 类 中的方法org.noear.solon.ai.reranking.RerankingRequestDesc
-
调用
- call(String, Prompt) - 类 中的方法org.noear.solon.ai.skills.cli.CodeCLI
-
- callApi(String, Map<String, Object>, Map<String, Object>) - 类 中的方法org.noear.solon.ai.skills.restapi.RestApiSkill
-
- CallChain - org.noear.solon.ai.chat.interceptor中的类
-
聊天 Call 拦截链
- CallChain(List<RankEntity<ChatInterceptor>>, AiHandler<ChatRequest, ChatResponse, IOException>) - 类 的构造器org.noear.solon.ai.chat.interceptor.CallChain
-
- callHandler(BiFunction<McpAsyncServerExchange, McpSchema.CallToolRequest, Mono<McpSchema.CallToolResult>>) - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncToolSpecification.Builder
-
Sets the call tool handler function.
- callHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncToolSpecification
-
- callHandler(BiFunction<McpSyncServerExchange, McpSchema.CallToolRequest, McpSchema.CallToolResult>) - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncToolSpecification.Builder
-
Sets the call tool handler function.
- callHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncToolSpecification
-
- callHandler(BiFunction<McpTransportContext, McpSchema.CallToolRequest, Mono<McpSchema.CallToolResult>>) - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncToolSpecification.Builder
-
Sets the call tool handler function.
- callHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncToolSpecification
-
- callHandler(BiFunction<McpTransportContext, McpSchema.CallToolRequest, McpSchema.CallToolResult>) - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncToolSpecification.Builder
-
Sets the call tool handler function.
- callHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncToolSpecification
-
- callTool(McpSchema.CallToolRequest) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Calls a tool provided by the server.
- callTool(McpSchema.CallToolRequest) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Calls a tool provided by the server.
- callTool(String, Map<String, Object>) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
-
调用工具并转为文本
- CallToolRequest(String, Map<String, Object>, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CallToolRequest
-
- CallToolRequest(McpJsonMapper, String, String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CallToolRequest
-
- CallToolRequest(String, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CallToolRequest
-
- callToolRequest(String, Map<String, Object>) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
-
调用工具
- CallToolResult(List<McpSchema.Content>, Boolean, Object, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CallToolResult
-
- CallToolResult(List<McpSchema.Content>, Boolean) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CallToolResult
-
- CallToolResult(List<McpSchema.Content>, Boolean, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CallToolResult
-
- CallToolResult(String, Boolean) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CallToolResult
-
已过时。
- callWithRetry(Node, TeamTrace, List<ChatMessage>) - 类 中的方法org.noear.solon.ai.agent.team.task.SupervisorTask
-
带重试机制的模型调用
- Cancel - com.agentclientprotocol.sdk.annotation中的注释类型
-
Marks a method as the handler for cancellation notifications.
- cancel(AcpSchema.CancelNotification) - 类 中的方法com.agentclientprotocol.sdk.client.AcpAsyncClient
-
Cancels ongoing operations for a session.
- cancel(AcpSchema.CancelNotification) - 类 中的方法com.agentclientprotocol.sdk.client.AcpSyncClient
-
Cancels ongoing operations for a session.
- cancelHandler(AcpAgent.CancelHandler) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpAgent.AsyncAgentBuilder
-
Sets the handler for cancel notifications.
- cancelHandler(AcpAgent.SyncCancelHandler) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpAgent.SyncAgentBuilder
-
Sets the synchronous handler for cancel notifications.
- CancelNotification() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.CancelNotification
-
- CancelNotificationResolver - com.agentclientprotocol.sdk.agent.support.resolver中的类
-
- CancelNotificationResolver() - 类 的构造器com.agentclientprotocol.sdk.agent.support.resolver.CancelNotificationResolver
-
- cancelTask(TaskIDParams) - 类 中的方法io.a2a_preview.client.A2AClient
-
Cancel a task
- CancelTaskRequest - io.a2a_preview.model中的类
-
- CancelTaskRequest() - 类 的构造器io.a2a_preview.model.CancelTaskRequest
-
- CancelTaskResponse - io.a2a_preview.model中的类
-
- CancelTaskResponse() - 类 的构造器io.a2a_preview.model.CancelTaskResponse
-
- capabilities(NegotiatedCapabilities) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext.Builder
-
- capabilities(McpSchema.ClientCapabilities) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
-
Sets the client capabilities that will be advertised to the server during
connection initialization.
- capabilities(McpSchema.ClientCapabilities) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
-
Sets the client capabilities that will be advertised to the server during
connection initialization.
- capabilities(McpSchema.ServerCapabilities) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Sets the server capabilities that will be advertised to clients during
connection initialization.
- capabilities(McpSchema.ServerCapabilities) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
-
Sets the server capabilities that will be advertised to clients during
connection initialization.
- capabilities(McpSchema.ServerCapabilities) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
-
Sets the server capabilities that will be advertised to clients during
connection initialization.
- capabilities(McpSchema.ServerCapabilities) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Sets the server capabilities that will be advertised to clients during
connection initialization.
- capabilities() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.InitializeRequest
-
- capabilities() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.InitializeResult
-
- CapabilitiesResolver - com.agentclientprotocol.sdk.agent.support.resolver中的类
-
- CapabilitiesResolver() - 类 的构造器com.agentclientprotocol.sdk.agent.support.resolver.CapabilitiesResolver
-
- CAPABILITY_NOT_SUPPORTED - 类 中的静态变量com.agentclientprotocol.sdk.error.AcpErrorCodes
-
Capability not supported: The peer does not support the requested capability.
- capabilityAdd(String...) - 类 中的方法org.noear.solon.ai.agent.AgentProfile
-
添加能力项
- cat(String) - 类 中的方法org.noear.solon.ai.skills.claudecode.CliSkill
-
已过时。
- category(String) - 类 中的方法org.noear.solon.ai.chat.skill.SkillMetadata
-
- changeBody(Context, MethodWrap) - 类 中的方法org.noear.solon.ai.chat.tool.MethodExecuteHandler
-
转换 body
- changeValue(Context, ParamWrap, int, Class<?>, LazyReference) - 类 中的方法org.noear.solon.ai.chat.tool.MethodExecuteHandler
-
转换 value
- channel(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
-
- channel(String) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider.Builder
-
通道
- charset(String) - 类 中的方法org.noear.solon.ai.rag.loader.HtmlSimpleLoader.Options
-
- charset(String) - 类 中的方法org.noear.solon.ai.rag.loader.TextLoader.Options
-
- chatCall(String) - 类 中的方法io.a2a_preview.client.HostAgent
-
- chatCall(ChatSession) - 类 中的方法io.a2a_preview.client.HostAgent
-
- ChatChoice - org.noear.solon.ai.chat中的类
-
聊天响应选择
- ChatChoice() - 类 的构造器org.noear.solon.ai.chat.ChatChoice
-
- ChatChoice(int, Date, String, AssistantMessage) - 类 的构造器org.noear.solon.ai.chat.ChatChoice
-
- ChatChunk - org.noear.solon.ai.agent.simple中的类
-
智能体对话片段块(流式中间块)
用于在流式生成过程中,实时传递底层的对话增量内容及其关联的轨迹信息
- ChatChunk(SimpleTrace, ChatResponse) - 类 的构造器org.noear.solon.ai.agent.simple.ChatChunk
-
- ChatConfig - org.noear.solon.ai.chat中的类
-
聊天模型配置
- ChatConfig() - 类 的构造器org.noear.solon.ai.chat.ChatConfig
-
- ChatConfigReadonly - org.noear.solon.ai.chat中的类
-
聊天模型配置只读的
- ChatConfigReadonly(ChatConfig) - 类 的构造器org.noear.solon.ai.chat.ChatConfigReadonly
-
- ChatDialect - org.noear.solon.ai.chat.dialect中的接口
-
聊天模型方言
- ChatDialectManager - org.noear.solon.ai.chat.dialect中的类
-
聊天模型方言管理
- ChatDialectManager() - 类 的构造器org.noear.solon.ai.chat.dialect.ChatDialectManager
-
- ChatException - org.noear.solon.ai.chat中的异常错误
-
聊天异常
- ChatException(String) - 异常错误 的构造器org.noear.solon.ai.chat.ChatException
-
- ChatException(String, Throwable) - 异常错误 的构造器org.noear.solon.ai.chat.ChatException
-
- ChatException(Throwable) - 异常错误 的构造器org.noear.solon.ai.chat.ChatException
-
- ChatInterceptor - org.noear.solon.ai.chat.interceptor中的接口
-
聊天拦截器
- ChatMessage - org.noear.solon.ai.chat.message中的接口
-
聊天消息
- ChatMessageBase<Slf extends ChatMessageBase> - org.noear.solon.ai.chat.message中的类
-
聊天消息基类
- ChatMessageBase() - 类 的构造器org.noear.solon.ai.chat.message.ChatMessageBase
-
- chatModel(ChatModel) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent.Builder
-
- ChatModel - org.noear.solon.ai.chat中的类
-
聊天模型
- ChatModel(Properties) - 类 的构造器org.noear.solon.ai.chat.ChatModel
-
- ChatModel(ChatConfig) - 类 的构造器org.noear.solon.ai.chat.ChatModel
-
- ChatModel.Builder - org.noear.solon.ai.chat中的类
-
聊天模型构建器实现
- ChatModelCom - org.noear.solon.ai.flow.components.models中的类
-
聊天模型组件
- ChatModelCom() - 类 的构造器org.noear.solon.ai.flow.components.models.ChatModelCom
-
- ChatOptions - org.noear.solon.ai.chat中的类
-
聊天选项
- ChatOptions() - 类 的构造器org.noear.solon.ai.chat.ChatOptions
-
- ChatRequest - org.noear.solon.ai.chat中的类
-
聊天请求持有者
- ChatRequest(ChatConfig, ChatDialect, ChatOptions, ChatSession, SystemMessage, Prompt, boolean) - 类 的构造器org.noear.solon.ai.chat.ChatRequest
-
- ChatRequestDesc - org.noear.solon.ai.chat中的接口
-
聊天请求描述
- ChatRequestDescDefault - org.noear.solon.ai.chat中的类
-
聊天请求描述实现
- ChatRequestDescDefault(ChatConfig, ChatDialect, ChatSession, Prompt) - 类 的构造器org.noear.solon.ai.chat.ChatRequestDescDefault
-
- ChatResponse - org.noear.solon.ai.chat中的接口
-
聊天响应
- ChatResponseDefault - org.noear.solon.ai.chat中的类
-
聊天响应实现
- ChatResponseDefault(ChatRequest, boolean) - 类 的构造器org.noear.solon.ai.chat.ChatResponseDefault
-
- ChatRole - org.noear.solon.ai.chat中的枚举
-
聊天角色
- ChatSession - org.noear.solon.ai.chat中的接口
-
聊天会话接口
用于管理对话过程中的消息序列。
- ChatSessionDefault - org.noear.solon.ai.chat中的类
-
- ChatSessionDefault() - 类 的构造器org.noear.solon.ai.chat.ChatSessionDefault
-
已过时。
- ChatSessionDefault(String) - 类 的构造器org.noear.solon.ai.chat.ChatSessionDefault
-
已过时。
- ChatSessionDefault(List<ChatMessage>) - 类 的构造器org.noear.solon.ai.chat.ChatSessionDefault
-
已过时。
- ChatSessionDefault(String, List<ChatMessage>) - 类 的构造器org.noear.solon.ai.chat.ChatSessionDefault
-
已过时。
- ChatSessionFactory - org.noear.solon.ai.chat中的接口
-
聊天会话工厂
- ChatSessionProvider - org.noear.solon.ai.chat中的接口
-
Chat 会话提供者(Session 工厂/加载器)
核心职责:基于业务实例标识维护和检索 ChatModel 运行状态。
- chatStream(String) - 类 中的方法io.a2a_preview.client.HostAgent
-
- chatStream(ChatSession) - 类 中的方法io.a2a_preview.client.HostAgent
-
- ChatSubscriberProxy<T> - org.noear.solon.ai.chat中的类
-
订阅者代理(确保只触发一次 onSubscribe)
- choices - 类 中的变量org.noear.solon.ai.chat.ChatResponseDefault
-
- ChromaClient - org.noear.solon.ai.rag.repository.chroma中的类
-
Chroma API 客户端
自动检测并支持 v1 和 v2 API 版本,默认使用 v2
- ChromaClient(String) - 类 的构造器org.noear.solon.ai.rag.repository.chroma.ChromaClient
-
- ChromaClient(String, String, String) - 类 的构造器org.noear.solon.ai.rag.repository.chroma.ChromaClient
-
- ChromaClient(Properties) - 类 的构造器org.noear.solon.ai.rag.repository.chroma.ChromaClient
-
- ChromaRepository - org.noear.solon.ai.rag.repository中的类
-
Chroma 矢量存储知识库
自动检测并支持 Chroma v1 和 v2 API 版本,默认使用 v2
- ChromaRepository.Builder - org.noear.solon.ai.rag.repository中的类
-
- ChromaResponse - org.noear.solon.ai.rag.repository.chroma中的类
-
Chroma 响应基类
- ChromaResponse() - 类 的构造器org.noear.solon.ai.rag.repository.chroma.ChromaResponse
-
- Chunk(String, String) - 类 的构造器org.noear.solon.ai.skills.claudecode.SolonCodeCLI.Chunk
-
已过时。
- Chunk(String, String) - 类 的构造器org.noear.solon.ai.skills.cli.CodeCLI.Chunk
-
- ClassInfo - org.noear.solon.ai.rag.repository.weaviate中的类
-
Class 信息
- ClassInfo() - 类 的构造器org.noear.solon.ai.rag.repository.weaviate.ClassInfo
-
- ClaudeChatDialect - org.noear.solon.ai.llm.dialect.claude中的类
-
Anthropic Claude Messages接口方言
- ClaudeChatDialect() - 类 的构造器org.noear.solon.ai.llm.dialect.claude.ClaudeChatDialect
-
- ClaudeRequestBuilder - org.noear.solon.ai.llm.dialect.claude中的类
-
Claude 请求构建器
- ClaudeRequestBuilder() - 类 的构造器org.noear.solon.ai.llm.dialect.claude.ClaudeRequestBuilder
-
- ClaudeResponseParser - org.noear.solon.ai.llm.dialect.claude中的类
-
Claude 响应解析器
- ClaudeResponseParser() - 类 的构造器org.noear.solon.ai.llm.dialect.claude.ClaudeResponseParser
-
- cleanThoughtContent(String) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.GeminiThoughtProcessor
-
清理思考内容,移除不需要的 markdown 格式
Gemini API 返回的思考内容可能包含以下不需要的格式:
以 "**" 开头和结尾的标题行(如 "**思考过程**")
纯 "**" 行
此方法逐行处理内容,识别并跳过这些格式的行,
保留其他所有内容以维持原始思考过程的完整性。
- clear(AgentSession, HITLTask) - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITL
-
清理状态
- clear() - 类 中的方法org.noear.solon.ai.agent.session.FileAgentSession
-
- clear() - 类 中的方法org.noear.solon.ai.agent.session.RedisAgentSession
-
- clear() - 接口 中的方法org.noear.solon.ai.chat.ChatSession
-
清空消息
- clear() - 类 中的方法org.noear.solon.ai.chat.ChatSessionDefault
-
已过时。
清空消息
- clear() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
-
清空
- clear() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
-
- clear() - 类 中的方法org.noear.solon.ai.chat.session.FileChatSession
-
- clear() - 类 中的方法org.noear.solon.ai.chat.session.InMemoryChatSession
-
清空消息
- clear() - 类 中的方法org.noear.solon.ai.chat.session.RedisChatSession
-
- clearCache() - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.ArgumentResolverComposite
-
Clear the resolver cache.
- clearCache() - 类 中的方法io.modelcontextprotocol.json.schema.jackson.DefaultJsonSchemaValidator
-
Clears the schema cache.
- clearCache() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
-
清理缓存
- clearError(String) - 类 中的方法org.noear.solon.ai.agent.team.protocol.HierarchicalProtocol.HierarchicalState
-
- clientCapabilities(AcpSchema.ClientCapabilities) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.AsyncSpec
-
Sets the client capabilities that will be advertised to the agent during
initialization.
- clientCapabilities(AcpSchema.ClientCapabilities) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.SyncSpec
-
Sets the client capabilities that will be advertised to the agent during
initialization.
- ClientCapabilities() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.ClientCapabilities
-
- ClientCapabilities(AcpSchema.FileSystemCapability, Boolean) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.ClientCapabilities
-
- clientCapabilities() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.InitializeRequest
-
- ClientCapabilities(Map<String, Object>, McpSchema.ClientCapabilities.RootCapabilities, McpSchema.ClientCapabilities.Sampling, McpSchema.ClientCapabilities.Elicitation) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ClientCapabilities
-
- clientInfo(McpSchema.Implementation) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
-
Sets the client implementation information that will be shared with the server
during connection initialization.
- clientInfo(McpSchema.Implementation) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
-
Sets the client implementation information that will be shared with the server
during connection initialization.
- clientInfo() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.InitializeRequest
-
- clientProvider - 类 中的变量org.noear.solon.ai.mcp.client.McpSkillClient
-
MCP 客户端提供者,负责底层的通信协议(如 Stdio, SSE)
- CliSkill - org.noear.solon.ai.skills.claudecode中的类
-
- CliSkill(String, String) - 类 的构造器org.noear.solon.ai.skills.claudecode.CliSkill
-
已过时。
- CliSkill(String) - 类 的构造器org.noear.solon.ai.skills.claudecode.CliSkill
-
已过时。
兼容性构造函数
- CliSkill - org.noear.solon.ai.skills.cli中的类
-
Claude Code 规范对齐的 CLI 综合技能 (Pool-Box 模型)
- CliSkill(String, String) - 类 的构造器org.noear.solon.ai.skills.cli.CliSkill
-
- CliSkill(String) - 类 的构造器org.noear.solon.ai.skills.cli.CliSkill
-
兼容性构造函数
- close() - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
-
Closes the agent immediately.
- close() - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
-
Closes the agent immediately.
- close() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport
-
Close the agent gracefully.
- close() - 类 中的方法com.agentclientprotocol.sdk.client.AcpAsyncClient
-
Closes the client connection immediately.
- close() - 类 中的方法com.agentclientprotocol.sdk.client.AcpSyncClient
-
Closes the client connection and waits for shutdown to complete.
- close() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpAgentSession
-
Closes the session immediately, potentially interrupting pending operations.
- close() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpClientSession
-
Closes the session immediately, potentially interrupting pending operations.
- close() - 接口 中的方法com.agentclientprotocol.sdk.spec.AcpSession
-
Closes the session and releases any associated resources.
- close() - 接口 中的方法com.agentclientprotocol.sdk.spec.AcpTransport
-
Closes the transport connection and releases any associated resources.
- close() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Closes the client connection immediately.
- close() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
- close() - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
-
Close the server immediately.
- close() - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
-
Close the server immediately.
- close() - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
-
Close the server immediately.
- close() - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
-
Close the server immediately.
- close() - 类 中的方法io.modelcontextprotocol.spec.ClosedMcpTransportSession
-
- close() - 类 中的方法io.modelcontextprotocol.spec.DefaultMcpTransportSession
-
- close() - 类 中的方法io.modelcontextprotocol.spec.McpClientSession
-
Closes the session immediately, potentially interrupting pending operations.
- close() - 类 中的方法io.modelcontextprotocol.spec.McpServerSession
-
- close() - 接口 中的方法io.modelcontextprotocol.spec.McpServerTransportProviderBase
-
Immediately closes all the transports with connected clients and releases any
associated resources.
- close() - 接口 中的方法io.modelcontextprotocol.spec.McpSession
-
Closes the session and releases any associated resources.
- close() - 接口 中的方法io.modelcontextprotocol.spec.McpStatelessServerTransport
-
Immediately closes all the transports with connected clients and releases any
associated resources.
- close() - 类 中的方法io.modelcontextprotocol.spec.McpStreamableServerSession
-
- close() - 类 中的方法io.modelcontextprotocol.spec.McpStreamableServerSession.McpStreamableServerSessionStream
-
- close() - 接口 中的方法io.modelcontextprotocol.spec.McpStreamableServerTransportProvider
-
Immediately closes all the transports with connected clients and releases any
associated resources.
- close() - 接口 中的方法io.modelcontextprotocol.spec.McpTransport
-
Closes the transport connection and releases any associated resources.
- close() - 接口 中的方法io.modelcontextprotocol.spec.McpTransportSession
-
Close and clear the monitored resources.
- close() - 类 中的方法io.modelcontextprotocol.spec.MissingMcpTransportSession
-
- close() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
-
关闭
- close() - 类 中的方法org.noear.solon.ai.mcp.client.McpProviders
-
关闭
- ClosedMcpTransportSession<CONNECTION> - io.modelcontextprotocol.spec中的类
-
Represents a closed MCP session, which may not be reused.
- ClosedMcpTransportSession(String) - 类 的构造器io.modelcontextprotocol.spec.ClosedMcpTransportSession
-
- closeGracefully() - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
-
Closes the agent gracefully, allowing pending operations to complete.
- closeGracefully() - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
-
Closes the agent gracefully, allowing pending operations to complete.
- closeGracefully() - 类 中的方法com.agentclientprotocol.sdk.agent.transport.StdioAcpAgentTransport
-
- closeGracefully() - 类 中的方法com.agentclientprotocol.sdk.agent.transport.WebSocketSolonAcpAgentTransport
-
- closeGracefully() - 类 中的方法com.agentclientprotocol.sdk.client.AcpAsyncClient
-
Gracefully closes the client connection, allowing pending operations to complete.
- closeGracefully() - 类 中的方法com.agentclientprotocol.sdk.client.AcpSyncClient
-
Gracefully closes the client connection with a default timeout.
- closeGracefully() - 类 中的方法com.agentclientprotocol.sdk.client.transport.StdioAcpClientTransport
-
Gracefully closes the transport by destroying the process and disposing of the
schedulers.
- closeGracefully() - 类 中的方法com.agentclientprotocol.sdk.client.transport.WebSocketSolonAcpClientTransport
-
- closeGracefully() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpAgentSession
-
Closes the session gracefully, allowing pending operations to complete.
- closeGracefully() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpClientSession
-
Closes the session gracefully, allowing pending operations to complete.
- closeGracefully() - 接口 中的方法com.agentclientprotocol.sdk.spec.AcpSession
-
Closes the session and releases any associated resources asynchronously.
- closeGracefully() - 接口 中的方法com.agentclientprotocol.sdk.spec.AcpTransport
-
Closes the transport connection and releases any associated resources
asynchronously.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Gracefully closes the client connection.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
- closeGracefully() - 类 中的方法io.modelcontextprotocol.client.transport.StdioClientTransport
-
Gracefully closes the transport by destroying the process and disposing of the
schedulers.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.client.transport.WebRxSseClientTransport
-
Implements graceful shutdown of the transport.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.client.transport.WebRxStreamableHttpTransport
-
- closeGracefully() - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
-
Gracefully closes the server, allowing any in-progress operations to complete.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
-
Gracefully closes the server, allowing any in-progress operations to complete.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
-
Gracefully closes the server, allowing any in-progress operations to complete.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
-
Close the server gracefully.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.server.transport.StdioServerTransportProvider
-
- closeGracefully() - 类 中的方法io.modelcontextprotocol.server.transport.WebRxSseServerTransportProvider
-
Initiates a graceful shutdown of all the sessions.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.server.transport.WebRxStatelessServerTransport
-
- closeGracefully() - 类 中的方法io.modelcontextprotocol.server.transport.WebRxStreamableServerTransportProvider
-
- closeGracefully() - 类 中的方法io.modelcontextprotocol.spec.ClosedMcpTransportSession
-
- closeGracefully() - 类 中的方法io.modelcontextprotocol.spec.DefaultMcpTransportSession
-
- closeGracefully() - 类 中的方法io.modelcontextprotocol.spec.McpClientSession
-
Closes the session gracefully, allowing pending operations to complete.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.spec.McpServerSession
-
- closeGracefully() - 接口 中的方法io.modelcontextprotocol.spec.McpServerTransportProviderBase
-
Gracefully closes all the transports with connected clients and releases any
associated resources asynchronously.
- closeGracefully() - 接口 中的方法io.modelcontextprotocol.spec.McpSession
-
Closes the session and releases any associated resources asynchronously.
- closeGracefully() - 接口 中的方法io.modelcontextprotocol.spec.McpStatelessServerTransport
-
Gracefully closes all the transports with connected clients and releases any
associated resources asynchronously.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.spec.McpStreamableServerSession
-
- closeGracefully() - 类 中的方法io.modelcontextprotocol.spec.McpStreamableServerSession.McpStreamableServerSessionStream
-
- closeGracefully() - 接口 中的方法io.modelcontextprotocol.spec.McpStreamableServerTransportProvider
-
Gracefully closes all the transports with connected clients and releases any
associated resources asynchronously.
- closeGracefully() - 接口 中的方法io.modelcontextprotocol.spec.McpTransport
-
Closes the transport connection and releases any associated resources
asynchronously.
- closeGracefully() - 接口 中的方法io.modelcontextprotocol.spec.McpTransportSession
-
Close and clear the monitored resources in a graceful manner.
- closeGracefully() - 类 中的方法io.modelcontextprotocol.spec.MissingMcpTransportSession
-
- code() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.JSONRPCError
-
- code() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.JSONRPCResponse.JSONRPCError
-
- codeBlockAsNew(boolean) - 类 中的方法org.noear.solon.ai.rag.loader.MarkdownLoader.Options
-
- CodeCLI - org.noear.solon.ai.skills.cli中的类
-
Code CLI 终端 (Pool-Box 模型)
基于 ReAct 模式的代码协作终端,提供多池挂载与任务盒隔离体验
- CodeCLI(ChatModel) - 类 的构造器org.noear.solon.ai.skills.cli.CodeCLI
-
- CodeCLI.Chunk - org.noear.solon.ai.skills.cli中的类
-
- CodeHITLStrategy - org.noear.solon.ai.skills.cli中的类
-
Solon Code CLI 交互干预策略
专注于对 bash 等高危指令进行安全审计
- CodeHITLStrategy() - 类 的构造器org.noear.solon.ai.skills.cli.CodeHITLStrategy
-
- collectionName(String) - 类 中的方法org.noear.solon.ai.rag.repository.ChromaRepository.Builder
-
- collectionName(String) - 类 中的方法org.noear.solon.ai.rag.repository.DashVectorRepository.Builder
-
- collectionName(String) - 类 中的方法org.noear.solon.ai.rag.repository.MilvusRepository.Builder
-
- collectionName(String) - 类 中的方法org.noear.solon.ai.rag.repository.QdrantRepository.Builder
-
- collectionName(String) - 类 中的方法org.noear.solon.ai.rag.repository.TcVectorDbRepository.Builder
-
设置集合名
- collectionName(String) - 类 中的方法org.noear.solon.ai.rag.repository.VectoRexRepository.Builder
-
- collectionName(String) - 类 中的方法org.noear.solon.ai.rag.repository.WeaviateRepository.Builder
-
- CollectionResponse - org.noear.solon.ai.rag.repository.chroma中的类
-
Chroma 集合响应
- CollectionResponse() - 类 的构造器org.noear.solon.ai.rag.repository.chroma.CollectionResponse
-
- CollectionsResponse - org.noear.solon.ai.rag.repository.chroma中的类
-
Chroma 集合列表响应
- CollectionsResponse() - 类 的构造器org.noear.solon.ai.rag.repository.chroma.CollectionsResponse
-
- com.agentclientprotocol.sdk.agent - 程序包 com.agentclientprotocol.sdk.agent
-
- com.agentclientprotocol.sdk.agent.support - 程序包 com.agentclientprotocol.sdk.agent.support
-
- com.agentclientprotocol.sdk.agent.support.handler - 程序包 com.agentclientprotocol.sdk.agent.support.handler
-
- com.agentclientprotocol.sdk.agent.support.interceptor - 程序包 com.agentclientprotocol.sdk.agent.support.interceptor
-
- com.agentclientprotocol.sdk.agent.support.resolver - 程序包 com.agentclientprotocol.sdk.agent.support.resolver
-
- com.agentclientprotocol.sdk.agent.transport - 程序包 com.agentclientprotocol.sdk.agent.transport
-
- com.agentclientprotocol.sdk.annotation - 程序包 com.agentclientprotocol.sdk.annotation
-
- com.agentclientprotocol.sdk.capabilities - 程序包 com.agentclientprotocol.sdk.capabilities
-
Capability negotiation support for ACP.
- com.agentclientprotocol.sdk.client - 程序包 com.agentclientprotocol.sdk.client
-
- com.agentclientprotocol.sdk.client.transport - 程序包 com.agentclientprotocol.sdk.client.transport
-
- com.agentclientprotocol.sdk.error - 程序包 com.agentclientprotocol.sdk.error
-
Exception types and error codes for the ACP SDK.
- com.agentclientprotocol.sdk.spec - 程序包 com.agentclientprotocol.sdk.spec
-
- com.agentclientprotocol.sdk.util - 程序包 com.agentclientprotocol.sdk.util
-
- Command - com.agentclientprotocol.sdk.agent中的类
-
Builder for terminal command execution via the convenience API.
- Command(String, List<String>, String, Map<String, String>, Long) - 类 的构造器com.agentclientprotocol.sdk.agent.Command
-
- command() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.CreateTerminalRequest
-
- command() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.McpServerStdio
-
- command(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
-
- CommandResult - com.agentclientprotocol.sdk.agent中的类
-
Result of executing a terminal command via the convenience API.
- CommandResult(String, int) - 类 的构造器com.agentclientprotocol.sdk.agent.CommandResult
-
Creates a CommandResult with the given output and exit code.
- comment(String) - 类 中的方法org.noear.solon.ai.agent.react.intercept.HITLDecision
-
- comment(String) - 类 中的方法org.noear.solon.ai.agent.react.intercept.HITLInterceptor.HITLSensitiveStrategy
-
设置拦截理由文案
- commitRoute(TeamTrace, String, FlowContext) - 类 中的方法org.noear.solon.ai.agent.team.task.SupervisorTask
-
将决策文本解析为物理路由目标
- compareTo(Embedding) - 类 中的方法org.noear.solon.ai.embedding.Embedding
-
- compareTo(Reranking) - 类 中的方法org.noear.solon.ai.reranking.Reranking
-
- CompleteArgument(String, String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CompleteRequest.CompleteArgument
-
- completeCompletion(McpSchema.CompleteRequest) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
-
Sends a completion/complete request to generate value suggestions based on a given
reference and argument.
- completeCompletion(McpSchema.CompleteRequest) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
-
Send a completion/complete request.
- CompleteCompletion(List<String>, Integer, Boolean) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CompleteResult.CompleteCompletion
-
- CompleteContext(Map<String, String>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CompleteRequest.CompleteContext
-
- completedTasks - 类 中的变量org.noear.solon.ai.agent.team.protocol.MarketBasedProtocol.MarketState.AgentProfile
-
- CompleteRequest(McpSchema.CompleteReference, McpSchema.CompleteRequest.CompleteArgument, Map<String, Object>, McpSchema.CompleteRequest.CompleteContext) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CompleteRequest
-
- CompleteRequest(McpSchema.CompleteReference, McpSchema.CompleteRequest.CompleteArgument, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CompleteRequest
-
- CompleteRequest(McpSchema.CompleteReference, McpSchema.CompleteRequest.CompleteArgument, McpSchema.CompleteRequest.CompleteContext) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CompleteRequest
-
- CompleteRequest(McpSchema.CompleteReference, McpSchema.CompleteRequest.CompleteArgument) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CompleteRequest
-
- CompleteResult(McpSchema.CompleteResult.CompleteCompletion, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CompleteResult
-
- CompleteResult(McpSchema.CompleteResult.CompleteCompletion) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CompleteResult
-
- completion() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CompleteResult
-
- CompletionCapabilities() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.CompletionCapabilities
-
- completionHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncCompletionSpecification
-
- completionHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncCompletionSpecification
-
- completionHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncCompletionSpecification
-
- completionHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncCompletionSpecification
-
- completions(List<McpServerFeatures.AsyncCompletionSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers multiple completions with their handlers using a List.
- completions(McpServerFeatures.AsyncCompletionSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
-
Registers multiple completions with their handlers using varargs.
- completions(List<McpStatelessServerFeatures.AsyncCompletionSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
-
Registers multiple completions with their handlers using a List.
- completions(McpStatelessServerFeatures.AsyncCompletionSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
-
Registers multiple completions with their handlers using varargs.
- completions(List<McpStatelessServerFeatures.SyncCompletionSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
-
Registers multiple completions with their handlers using a List.
- completions(McpStatelessServerFeatures.SyncCompletionSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
-
Registers multiple completions with their handlers using varargs.
- completions(List<McpServerFeatures.SyncCompletionSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Registers multiple completions with their handlers using a List.
- completions(McpServerFeatures.SyncCompletionSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
-
Registers multiple completions with their handlers using varargs.
- completions() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Async
-
- completions() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Sync
-
- completions() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.Async
-
- completions() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.Sync
-
- completions() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.Builder
-
- completions() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ServerCapabilities
-
- completionTokens() - 类 中的方法org.noear.solon.ai.AiUsage
-
获取完成消耗令牌数
- CONCURRENT_PROMPT - 类 中的静态变量com.agentclientprotocol.sdk.error.AcpErrorCodes
-
Concurrent prompt: There is already an active prompt execution on this session.
- config - 类 中的变量org.noear.solon.ai.agent.team.protocol.TeamProtocolBase
-
- config - 类 中的变量org.noear.solon.ai.agent.team.task.SupervisorTask
-
- config(Consumer<ReActAgent.Builder>) - 类 中的方法org.noear.solon.ai.skills.claudecode.SolonCodeCLI
-
已过时。
- config(Consumer<ReActAgent.Builder>) - 类 中的方法org.noear.solon.ai.skills.cli.CodeCLI
-
- confirmTransfer() - 类 中的方法org.noear.solon.ai.agent.team.protocol.A2AProtocol.A2AState
-
- connect(Function<Mono<AcpSchema.JSONRPCMessage>, Mono<AcpSchema.JSONRPCMessage>>) - 类 中的方法com.agentclientprotocol.sdk.client.transport.StdioAcpClientTransport
-
Starts the agent process and initializes the message processing streams.
- connect(Function<Mono<AcpSchema.JSONRPCMessage>, Mono<AcpSchema.JSONRPCMessage>>) - 类 中的方法com.agentclientprotocol.sdk.client.transport.WebSocketSolonAcpClientTransport
-
- connect(Function<Mono<AcpSchema.JSONRPCMessage>, Mono<AcpSchema.JSONRPCMessage>>) - 接口 中的方法com.agentclientprotocol.sdk.spec.AcpClientTransport
-
Used to register the incoming messages' handler and potentially (eagerly) connect
to the agent.
- connect(Function<Mono<McpSchema.JSONRPCMessage>, Mono<McpSchema.JSONRPCMessage>>) - 类 中的方法io.modelcontextprotocol.client.transport.StdioClientTransport
-
Starts the server process and initializes the message processing streams.
- connect(Function<Mono<McpSchema.JSONRPCMessage>, Mono<McpSchema.JSONRPCMessage>>) - 类 中的方法io.modelcontextprotocol.client.transport.WebRxSseClientTransport
-
Establishes a connection to the MCP server using Server-Sent Events (SSE).
- connect(Function<Mono<McpSchema.JSONRPCMessage>, Mono<McpSchema.JSONRPCMessage>>) - 类 中的方法io.modelcontextprotocol.client.transport.WebRxStreamableHttpTransport
-
- connect(Function<Mono<McpSchema.JSONRPCMessage>, Mono<McpSchema.JSONRPCMessage>>) - 接口 中的方法io.modelcontextprotocol.spec.McpClientTransport
-
Used to register the incoming messages' handler and potentially (eagerly) connect
to the server.
- connectionTimeout - 类 中的变量org.noear.solon.ai.flow.components.repositorys.RedisConfig
-
- connectTimeout(Duration) - 类 中的方法com.agentclientprotocol.sdk.client.transport.WebSocketSolonAcpClientTransport
-
Sets the connection timeout for WebSocket establishment.
- ConsoleInputCom - org.noear.solon.ai.flow.components.inputs中的类
-
控制台输入组件
- ConsoleInputCom() - 类 的构造器org.noear.solon.ai.flow.components.inputs.ConsoleInputCom
-
- ConsoleOutputCom - org.noear.solon.ai.flow.components.outputs中的类
-
控制台输出组件
- ConsoleOutputCom() - 类 的构造器org.noear.solon.ai.flow.components.outputs.ConsoleOutputCom
-
- constraintAdd(String...) - 类 中的方法org.noear.solon.ai.agent.AgentProfile
-
添加约束项
- constructBid(Agent, Prompt) - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol
-
算法兜底打分:基于关键词匹配
- consume(String) - 类 中的方法org.noear.solon.ai.agent.team.protocol.SwarmProtocol.SwarmState
-
- consumeSseStream(Publisher<Tuple2<Optional<String>, Iterable<McpSchema.JSONRPCMessage>>>) - 类 中的方法io.modelcontextprotocol.spec.DefaultMcpTransportStream
-
- consumeSseStream(Publisher<Tuple2<Optional<String>, Iterable<McpSchema.JSONRPCMessage>>>) - 接口 中的方法io.modelcontextprotocol.spec.McpTransportStream
-
Allows keeping track of the transport stream of events (currently an SSE stream
from Streamable HTTP specification) and enable resumability and reconnects in case
of stream errors.
- contains(String) - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpPrimitivesRegistry
-
是否包含
- contains(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulPromptRegistry
-
- contains(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulResourceRegistry
-
- contains(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulToolRegistry
-
- contains(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessPromptRegistry
-
- contains(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessResourceRegistry
-
- contains(String) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessToolRegistry
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.AgentMessageChunk
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.AgentThoughtChunk
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.PlanEntry
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ReadTextFileResponse
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCall
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCallContentBlock
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCallUpdate
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCallUpdateNotification
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.UserMessageChunk
-
- content() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.WriteTextFileRequest
-
- content(List<McpSchema.Content>) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CallToolResult.Builder
-
Sets the content list for the tool result.
- content() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CallToolResult
-
- content(McpSchema.Content) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CreateMessageResult.Builder
-
- content() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CreateMessageResult
-
- content(Map<String, Object>) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ElicitResult.Builder
-
- content() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ElicitResult
-
- content() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.PromptMessage
-
- content() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.SamplingMessage
-
- content - 类 中的变量org.noear.solon.ai.rag.Document
-
- content(String) - 类 中的方法org.noear.solon.ai.rag.Document
-
设置内容
- CONTENT_LENGTH - 接口 中的静态变量io.modelcontextprotocol.spec.HttpHeaders
-
The HTTP Content-Length header.
- CONTENT_TYPE - 接口 中的静态变量io.modelcontextprotocol.spec.HttpHeaders
-
The HTTP Content-Type header.
- ContentBlock - org.noear.solon.ai.chat.content中的接口
-
内容块
- contentBuilder - 类 中的变量org.noear.solon.ai.chat.ChatResponseDefault
-
- contents() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ReadResourceResult
-
- Contents - org.noear.solon.ai.chat.content中的类
-
- Contents() - 类 的构造器org.noear.solon.ai.chat.content.Contents
-
- Contents(String) - 类 的构造器org.noear.solon.ai.chat.content.Contents
-
- contentSelector(String...) - 类 中的方法org.noear.solon.ai.rag.splitter.JsonSplitter
-
内容选择器
- context() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CompleteRequest
-
- contextExtractor(McpTransportContextExtractor<Context>) - 类 中的方法io.modelcontextprotocol.server.transport.WebRxSseServerTransportProvider.Builder
-
Sets the context extractor that allows providing the MCP feature
implementations to inspect HTTP transport level metadata that was present at
HTTP request processing time.
- contextExtractor(McpTransportContextExtractor<Context>) - 类 中的方法io.modelcontextprotocol.server.transport.WebRxStatelessServerTransport.Builder
-
Sets the context extractor that allows providing the MCP feature
implementations to inspect HTTP transport level metadata that was present at
HTTP request processing time.
- contextExtractor(McpTransportContextExtractor<Context>) - 类 中的方法io.modelcontextprotocol.server.transport.WebRxStreamableServerTransportProvider.Builder
-
Sets the context extractor that allows providing the MCP feature
implementations to inspect HTTP transport level metadata that was present at
HTTP request processing time.
- contextPath(String) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider.Builder
-
- CONTRACT_NET - 接口 中的静态变量org.noear.solon.ai.agent.team.TeamProtocols
-
合同网协议 (Contract Net)
核心:招投标模式。
- ContractNetBiddingTask - org.noear.solon.ai.agent.team.protocol中的类
-
合同网协议 (Contract Net Protocol) - 自动招标任务
核心职责:遍历团队成员,优先保留已通过工具提交的标书,对未提交成员调用协议算法进行自动打分补全。
- ContractNetBiddingTask(TeamAgentConfig, ContractNetProtocol) - 类 的构造器org.noear.solon.ai.agent.team.protocol.ContractNetBiddingTask
-
- ContractNetProtocol - org.noear.solon.ai.agent.team.protocol中的类
-
合同网协作协议 (Contract Net Protocol)
核心特征:引入竞争性招标机制。
- ContractNetProtocol(TeamAgentConfig) - 类 的构造器org.noear.solon.ai.agent.team.protocol.ContractNetProtocol
-
- ContractNetProtocol.ContractState - org.noear.solon.ai.agent.team.protocol中的类
-
- ContractState() - 类 的构造器org.noear.solon.ai.agent.team.protocol.ContractNetProtocol.ContractState
-
- convert(Object, Type) - 接口 中的方法org.noear.solon.ai.chat.tool.ToolCallResultConverter
-
转换
- convert(Object, Type) - 类 中的方法org.noear.solon.ai.chat.tool.ToolCallResultConverterDefault
-
- convertToGraphQLObject(Map<String, Object>) - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.FilterTransformer
-
将Map转换为GraphQL对象字面量格式
- convertValue(Object, Class<T>) - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapper
-
- convertValue(Object, TypeRef<T>) - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapper
-
- convertValue(Object, Class<T>) - 接口 中的方法io.modelcontextprotocol.json.McpJsonMapper
-
Convert a value to a given type, useful for mapping nested JSON structures.
- convertValue(Object, TypeRef<T>) - 接口 中的方法io.modelcontextprotocol.json.McpJsonMapper
-
Convert a value to a given parameterized type.
- cookie(String) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- cookieMap() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- cookieNames() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- cookieOrDefault(String, String) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- cookieValues(String) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
-
- copy() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
-
浅拷贝选项实例
- copy() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
-
- copyAndScore(Document, float[]) - 类 中的静态方法org.noear.solon.ai.rag.util.SimilarityUtil
-
复制并评分
- costPriority(Double) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ModelPreferences.Builder
-
- costPriority() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ModelPreferences
-
- count() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpPrimitivesRegistry
-
数量
- count() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulPromptRegistry
-
- count() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulResourceRegistry
-
- count() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulToolRegistry
-
- count() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessPromptRegistry
-
- count() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessResourceRegistry
-
- count() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessToolRegistry
-
- crawl(String) - 类 中的方法org.noear.solon.ai.skills.crawler.WebCrawlerSkill
-
- crawl(String, String) - 接口 中的方法org.noear.solon.ai.skills.crawler.WebCrawlerSkill.CrawlerDriver
-
- create(Object) - 类 中的静态方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport
-
Create a new builder for an agent instance.
- create(Class<?>) - 类 中的静态方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport
-
Create a new builder for an agent class (requires no-arg constructor).
- create(Map<String, Object>) - 接口 中的静态方法io.modelcontextprotocol.common.McpTransportContext
-
Create an unmodifiable context containing the given metadata.
- create(McpServerTransport) - 接口 中的方法io.modelcontextprotocol.spec.McpServerSession.Factory
-
Creates a new 1:1 representation of the client-server interaction.
- create(String) - 类 中的方法io.modelcontextprotocol.util.DefaultMcpUriTemplateManagerFactory
-
- create(String) - 接口 中的方法io.modelcontextprotocol.util.McpUriTemplateManagerFactory
-
- create(TeamAgentConfig) - 接口 中的方法org.noear.solon.ai.agent.team.TeamProtocolFactory
-
创建协议实例
- create(String, String, String) - 类 中的方法org.noear.solon.ai.skills.pdf.PdfSkill
-
- CREATE_MESSAGE_REQUEST_TYPE_REF - 类 中的静态变量io.modelcontextprotocol.client.McpAsyncClient
-
- createClass(String, List<Map<String, Object>>) - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.WeaviateClient
-
创建 class
- createCollection(String, Map<String, Object>) - 类 中的方法org.noear.solon.ai.rag.repository.chroma.ChromaClient
-
创建集合
- createCollection(String, int, Map<String, String>) - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DashVectorClient
-
创建集合
- CreateCollectionResponse - org.noear.solon.ai.rag.repository.dashvector中的类
-
CreateCollectionResponse
- CreateCollectionResponse() - 类 的构造器org.noear.solon.ai.rag.repository.dashvector.CreateCollectionResponse
-
- createDefault() - 接口 中的静态方法io.modelcontextprotocol.json.McpJsonMapper
-
- createDefault() - 接口 中的静态方法io.modelcontextprotocol.json.schema.JsonSchemaValidator
-
- createElicitation(McpSchema.ElicitRequest) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServerExchange
-
Creates a new elicitation.
- createElicitation(McpSchema.ElicitRequest) - 类 中的方法io.modelcontextprotocol.server.McpSyncServerExchange
-
Creates a new elicitation.
- createHttpUtils() - 类 中的方法org.noear.solon.ai.AiConfig
-
创建 http 请求
- createHttpUtils(ChatConfig) - 类 中的方法org.noear.solon.ai.chat.dialect.AbstractChatDialect
-
- createHttpUtils(ChatConfig) - 接口 中的方法org.noear.solon.ai.chat.dialect.ChatDialect
-
创建 http 工具
- createHttpUtils(ChatConfig, boolean) - 接口 中的方法org.noear.solon.ai.chat.dialect.ChatDialect
-
创建 http 工具
- createHttpUtils(ChatConfig) - 类 中的方法org.noear.solon.ai.llm.dialect.claude.ClaudeChatDialect
-
- createHttpUtils(ChatConfig, boolean) - 类 中的方法org.noear.solon.ai.llm.dialect.claude.ClaudeChatDialect
-
- createHttpUtils(ChatConfig) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.GeminiChatDialect
-
- createHttpUtils(ChatConfig, boolean) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.GeminiChatDialect
-
- createMessage(McpSchema.CreateMessageRequest) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServerExchange
-
Create a new message using the sampling capabilities of the client.
- createMessage(McpSchema.CreateMessageRequest) - 类 中的方法io.modelcontextprotocol.server.McpSyncServerExchange
-
Create a new message using the sampling capabilities of the client.
- CreateMessageRequest(List<McpSchema.SamplingMessage>, McpSchema.ModelPreferences, String, McpSchema.CreateMessageRequest.ContextInclusionStrategy, Double, Integer, List<String>, Map<String, Object>, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CreateMessageRequest
-
- CreateMessageRequest(List<McpSchema.SamplingMessage>, McpSchema.ModelPreferences, String, McpSchema.CreateMessageRequest.ContextInclusionStrategy, Double, Integer, List<String>, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CreateMessageRequest
-
- CreateMessageResult(McpSchema.Role, McpSchema.Content, String, McpSchema.CreateMessageResult.StopReason, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CreateMessageResult
-
- CreateMessageResult(McpSchema.Role, McpSchema.Content, String, McpSchema.CreateMessageResult.StopReason) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.CreateMessageResult
-
- createSchema(Type) - 类 中的静态方法org.noear.solon.ai.chat.tool.ToolSchemaUtil
-
生成架构
- createTerminal(AcpSchema.CreateTerminalRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
-
Requests the client to create a terminal.
- createTerminal(AcpSchema.CreateTerminalRequest) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
-
Requests the client to create a terminal.
- createTerminal(AcpSchema.CreateTerminalRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
-
Requests the client to create a terminal.
- createTerminal(AcpSchema.CreateTerminalRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
-
Requests the client to create a terminal.
- createTerminalHandler(Function<AcpSchema.CreateTerminalRequest, Mono<AcpSchema.CreateTerminalResponse>>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.AsyncSpec
-
Adds a typed handler for terminal creation requests from the agent.
- createTerminalHandler(Function<AcpSchema.CreateTerminalRequest, AcpSchema.CreateTerminalResponse>) - 类 中的方法com.agentclientprotocol.sdk.client.AcpClient.SyncSpec
-
Adds a typed handler for terminal creation requests from the agent.
- CreateTerminalRequest() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.CreateTerminalRequest
-
- CreateTerminalResponse() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.CreateTerminalResponse
-
- CTX_ATTACHMENT - 接口 中的静态变量org.noear.solon.ai.flow.components.Attrs
-
- CTX_CHAT_SESSION - 接口 中的静态变量org.noear.solon.ai.flow.components.Attrs
-
- CTX_MESSAGE - 接口 中的静态变量org.noear.solon.ai.flow.components.Attrs
-
- CTX_PROPERTY - 接口 中的静态变量org.noear.solon.ai.flow.components.Attrs
-
- currentModeId() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.CurrentModeUpdate
-
- currentModeId() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.SessionModeState
-
- currentModelId() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.SessionModelState
-
- CurrentModeUpdate(String, String) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.CurrentModeUpdate
-
- currentPrice - 类 中的变量org.noear.solon.ai.agent.team.protocol.MarketBasedProtocol.MarketState.AgentProfile
-
- cursor() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.PaginatedRequest
-
- customize(Consumer<McpClient.AsyncSpec>) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
-
- cwd() - 类 中的方法com.agentclientprotocol.sdk.agent.Command
-
- cwd(String) - 类 中的方法com.agentclientprotocol.sdk.agent.Command
-
Returns a new Command with the specified working directory.
- cwd() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.CreateTerminalRequest
-
- cwd() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.LoadSessionRequest
-
- cwd() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.NewSessionRequest
-