跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

A2A - 接口 中的静态变量org.noear.solon.ai.agent.team.TeamProtocols
点对点协议 (A2A / Agent-to-Agent) 核心:直接移交。
A2AClient - io.a2a_preview.client中的类
A2A protocol client implementation
A2AClient(String) - 类 的构造器io.a2a_preview.client.A2AClient
Create a new A2A client
a2AClientMap - 类 中的变量io.a2a_preview.client.HostAgent
 
A2AError - io.a2a_preview.model中的类
 
A2AError() - 类 的构造器io.a2a_preview.model.A2AError
 
A2AHandoverTask - org.noear.solon.ai.agent.team.protocol中的类
A2A 协议 - 自动接力中转任务 (物理快车道)
A2AHandoverTask(TeamAgentConfig, A2AProtocol) - 类 的构造器org.noear.solon.ai.agent.team.protocol.A2AHandoverTask
 
A2AProtocol - org.noear.solon.ai.agent.team.protocol中的类
A2A (Agent to Agent) 协作协议 * 核心机制:专家自主接力。
A2AProtocol(TeamAgentConfig) - 类 的构造器org.noear.solon.ai.agent.team.protocol.A2AProtocol
 
A2AProtocol.A2AState - org.noear.solon.ai.agent.team.protocol中的类
 
A2AServer - io.a2a_preview.server中的类
A2AServer represents an A2A server instance
A2AServer(AgentCard, TaskHandler) - 类 的构造器io.a2a_preview.server.A2AServer
 
A2AServerEndpoint - io.a2a_preview.server中的类
A2A REST controller for handling JSON-RPC requests
A2AServerEndpoint(A2AServer) - 类 的构造器io.a2a_preview.server.A2AServerEndpoint
 
A2AState() - 类 的构造器org.noear.solon.ai.agent.team.protocol.A2AProtocol.A2AState
 
AbsAgentChunk - org.noear.solon.ai.agent中的类
智能体响应块抽象基类
AbsAgentChunk(String, AgentSession, ChatMessage) - 类 的构造器org.noear.solon.ai.agent.AbsAgentChunk
 
AbsAiComponent - org.noear.solon.ai.flow.components中的类
Ai 虚拟组件(基类)
AbsAiComponent() - 类 的构造器org.noear.solon.ai.flow.components.AbsAiComponent
 
AbsMedia<T extends AbsMedia> - org.noear.solon.ai.chat.content中的类
虚拟媒体类型
AbsMedia() - 类 的构造器org.noear.solon.ai.chat.content.AbsMedia
 
AbsOpenApiResolver - org.noear.solon.ai.skills.restapi.resolver中的类
OpenAPI 解析器抽象基类 提供了对 $ref 引用的递归解析能力,并支持自动提取 API 基础信息
AbsOpenApiResolver() - 类 的构造器org.noear.solon.ai.skills.restapi.resolver.AbsOpenApiResolver
 
absorb(String, String, TeamProtocolBase) - 类 中的方法org.noear.solon.ai.agent.team.protocol.HierarchicalProtocol.HierarchicalState
吸收成员产出:若为 JSON 则结构化合并,若为文本则记录到报告区
AbsProcessSkill - org.noear.solon.ai.skills.sys中的类
外部进程执行基类 提供通用的代码持久化、子进程启动、标准输出捕获及执行超时控制。
AbsProcessSkill(String) - 类 的构造器org.noear.solon.ai.skills.sys.AbsProcessSkill
 
AbsRepositoryCom - org.noear.solon.ai.flow.components.repositorys中的类
虚拟仓库组件
AbsRepositoryCom() - 类 的构造器org.noear.solon.ai.flow.components.repositorys.AbsRepositoryCom
 
AbsSkill - org.noear.solon.ai.chat.skill中的类
基于注解的技能(基类)
AbsSkill() - 类 的构造器org.noear.solon.ai.chat.skill.AbsSkill
 
AbstractChatDialect - org.noear.solon.ai.chat.dialect中的类
聊天模型方言虚拟类
AbstractChatDialect() - 类 的构造器org.noear.solon.ai.chat.dialect.AbstractChatDialect
 
AbstractDocumentLoader - org.noear.solon.ai.rag.loader中的类
虚拟文档加载器
AbstractDocumentLoader() - 类 的构造器org.noear.solon.ai.rag.loader.AbstractDocumentLoader
 
AbstractEmbeddingDialect - org.noear.solon.ai.embedding.dialect中的类
嵌入模型方言虚拟类
AbstractEmbeddingDialect() - 类 的构造器org.noear.solon.ai.embedding.dialect.AbstractEmbeddingDialect
 
AbstractGenerateDialect - org.noear.solon.ai.generate.dialect中的类
生成模型方言虚拟类
AbstractGenerateDialect() - 类 的构造器org.noear.solon.ai.generate.dialect.AbstractGenerateDialect
 
AbstractOptionsDocumentLoader<Opt,Slf extends AbstractOptionsDocumentLoader> - org.noear.solon.ai.rag.loader中的类
虚拟带选项的文档加载器
AbstractOptionsDocumentLoader() - 类 的构造器org.noear.solon.ai.rag.loader.AbstractOptionsDocumentLoader
 
AbstractRerankingDialect - org.noear.solon.ai.reranking.dialect中的类
重排模型方言虚拟类
AbstractRerankingDialect() - 类 的构造器org.noear.solon.ai.reranking.dialect.AbstractRerankingDialect
 
AbsWebhookSkill - org.noear.solon.ai.skills.social中的类
Webhook 技能基类
AbsWebhookSkill(String) - 类 的构造器org.noear.solon.ai.skills.social.AbsWebhookSkill
 
ACCEPT - 接口 中的静态变量io.modelcontextprotocol.spec.HttpHeaders
The HTTP Accept header.
accept(McpSchema.JSONRPCNotification) - 类 中的方法io.modelcontextprotocol.spec.McpStreamableServerSession
Handle the MCP notification.
accept(McpSchema.JSONRPCResponse) - 类 中的方法io.modelcontextprotocol.spec.McpStreamableServerSession
Handle the MCP response.
AcpAgent - com.agentclientprotocol.sdk.agent中的接口
Factory class for creating Agent Client Protocol (ACP) agents.
AcpAgent - com.agentclientprotocol.sdk.annotation中的注释类型
Marks a class as an ACP agent that can handle client requests.
AcpAgent.AsyncAgentBuilder - com.agentclientprotocol.sdk.agent中的类
Builder for creating asynchronous ACP agents.
AcpAgent.AuthenticateHandler - com.agentclientprotocol.sdk.agent中的接口
Functional interface for handling authenticate requests.
AcpAgent.CancelHandler - com.agentclientprotocol.sdk.agent中的接口
Functional interface for handling cancel notifications.
AcpAgent.InitializeHandler - com.agentclientprotocol.sdk.agent中的接口
Functional interface for handling initialize requests.
AcpAgent.LoadSessionHandler - com.agentclientprotocol.sdk.agent中的接口
Functional interface for handling load session requests.
AcpAgent.NewSessionHandler - com.agentclientprotocol.sdk.agent中的接口
Functional interface for handling new session requests.
AcpAgent.PromptHandler - com.agentclientprotocol.sdk.agent中的接口
Functional interface for handling prompt requests with full agent context.
AcpAgent.SetSessionModeHandler - com.agentclientprotocol.sdk.agent中的接口
Functional interface for handling set session mode requests.
AcpAgent.SetSessionModelHandler - com.agentclientprotocol.sdk.agent中的接口
Functional interface for handling set session model requests.
AcpAgent.SyncAgentBuilder - com.agentclientprotocol.sdk.agent中的类
Builder for creating synchronous ACP agents.
AcpAgent.SyncAuthenticateHandler - com.agentclientprotocol.sdk.agent中的接口
Synchronous functional interface for handling authenticate requests.
AcpAgent.SyncCancelHandler - com.agentclientprotocol.sdk.agent中的接口
Synchronous functional interface for handling cancel notifications.
AcpAgent.SyncInitializeHandler - com.agentclientprotocol.sdk.agent中的接口
Synchronous functional interface for handling initialize requests.
AcpAgent.SyncLoadSessionHandler - com.agentclientprotocol.sdk.agent中的接口
Synchronous functional interface for handling load session requests.
AcpAgent.SyncNewSessionHandler - com.agentclientprotocol.sdk.agent中的接口
Synchronous functional interface for handling new session requests.
AcpAgent.SyncPromptHandler - com.agentclientprotocol.sdk.agent中的接口
Synchronous functional interface for handling prompt requests with full agent context.
AcpAgent.SyncSetSessionModeHandler - com.agentclientprotocol.sdk.agent中的接口
Synchronous functional interface for handling set session mode requests.
AcpAgent.SyncSetSessionModelHandler - com.agentclientprotocol.sdk.agent中的接口
Synchronous functional interface for handling set session model requests.
AcpAgentSession - com.agentclientprotocol.sdk.spec中的类
Agent-side implementation of the ACP (Agent Client Protocol) session that manages bidirectional JSON-RPC communication between agents and clients.
AcpAgentSession(Duration, AcpAgentTransport, Map<String, AcpAgentSession.RequestHandler<?>>, Map<String, AcpAgentSession.NotificationHandler>) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpAgentSession
Creates a new AcpAgentSession with the specified configuration and handlers.
AcpAgentSession.AcpError - com.agentclientprotocol.sdk.spec中的异常错误
ACP-specific error wrapper for JSON-RPC errors.
AcpAgentSession.NotificationHandler - com.agentclientprotocol.sdk.spec中的接口
Functional interface for handling incoming JSON-RPC notifications.
AcpAgentSession.RequestHandler<T> - com.agentclientprotocol.sdk.spec中的接口
Functional interface for handling incoming JSON-RPC requests.
AcpAgentSupport - com.agentclientprotocol.sdk.agent.support中的类
Bootstrap class for annotation-based ACP agents.
AcpAgentSupport.Builder - com.agentclientprotocol.sdk.agent.support中的类
Builder for AcpAgentSupport.
AcpAgentTransport - com.agentclientprotocol.sdk.spec中的接口
Interface for the agent side of the AcpTransport.
AcpAsyncAgent - com.agentclientprotocol.sdk.agent中的接口
Asynchronous ACP agent interface providing non-blocking operations for handling client requests and sending notifications.
AcpAsyncClient - com.agentclientprotocol.sdk.client中的类
The Agent Client Protocol (ACP) async client implementation that provides asynchronous communication with ACP-compliant agents using Project Reactor's Mono type.
AcpCapabilityException - com.agentclientprotocol.sdk.error中的异常错误
Exception thrown when attempting to use a capability that the peer does not support.
AcpCapabilityException(String) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpCapabilityException
Constructs a new capability exception for the specified capability.
AcpCapabilityException(String, String) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpCapabilityException
Constructs a new capability exception with a custom message.
AcpClient - com.agentclientprotocol.sdk.client中的接口
Factory class for creating Agent Client Protocol (ACP) clients.
AcpClient.AsyncSpec - com.agentclientprotocol.sdk.client中的类
Asynchronous client specification.
AcpClient.SyncRequestHandler<T> - com.agentclientprotocol.sdk.client中的接口
Functional interface for synchronous request handlers.
AcpClient.SyncSpec - com.agentclientprotocol.sdk.client中的类
Synchronous client specification.
AcpClientSession - com.agentclientprotocol.sdk.spec中的类
Default implementation of the ACP (Agent Client Protocol) client session that manages bidirectional JSON-RPC communication between clients and agents.
AcpClientSession(Duration, AcpClientTransport, Map<String, AcpClientSession.RequestHandler<?>>, Map<String, AcpClientSession.NotificationHandler>, Function<? super Mono<Void>, ? extends Publisher<Void>>) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpClientSession
Creates a new AcpClientSession with the specified configuration and handlers.
AcpClientSession.AcpError - com.agentclientprotocol.sdk.spec中的异常错误
ACP-specific error wrapper for JSON-RPC errors.
AcpClientSession.MethodNotFoundError - com.agentclientprotocol.sdk.spec中的类
 
AcpClientSession.NotificationHandler - com.agentclientprotocol.sdk.spec中的接口
Functional interface for handling incoming JSON-RPC notifications.
AcpClientSession.RequestHandler<T> - com.agentclientprotocol.sdk.spec中的接口
Functional interface for handling incoming JSON-RPC requests.
AcpClientTransport - com.agentclientprotocol.sdk.spec中的接口
Interface for the client side of the AcpTransport.
AcpConnectionException - com.agentclientprotocol.sdk.error中的异常错误
Exception thrown when there is a connection or transport error.
AcpConnectionException(String) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpConnectionException
Constructs a new connection exception with the specified message.
AcpConnectionException(String, Throwable) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpConnectionException
Constructs a new connection exception with the specified message and cause.
AcpConnectionException(Throwable) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpConnectionException
Constructs a new connection exception with the specified cause.
AcpError(AcpSchema.JSONRPCError) - 异常错误 的构造器com.agentclientprotocol.sdk.spec.AcpAgentSession.AcpError
 
AcpError(AcpSchema.JSONRPCError) - 异常错误 的构造器com.agentclientprotocol.sdk.spec.AcpClientSession.AcpError
 
AcpErrorCodes - com.agentclientprotocol.sdk.error中的类
Standard JSON-RPC 2.0 error codes used by ACP.
AcpException - com.agentclientprotocol.sdk.error中的异常错误
Base exception for all ACP-related errors.
AcpException(String) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpException
Constructs a new ACP exception with the specified detail message.
AcpException(String, Throwable) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpException
Constructs a new ACP exception with the specified detail message and cause.
AcpException(Throwable) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpException
Constructs a new ACP exception with the specified cause.
AcpExceptionHandler - com.agentclientprotocol.sdk.annotation中的注释类型
Marks a method as an exception handler for ACP agent operations.
AcpHandlerMethod - com.agentclientprotocol.sdk.agent.support中的类
Encapsulates a handler method and its target bean.
AcpHandlerMethod(Object, Method, String) - 类 的构造器com.agentclientprotocol.sdk.agent.support.AcpHandlerMethod
Create a handler method with an eager bean instance.
AcpHandlerMethod(Supplier<Object>, Method, String) - 类 的构造器com.agentclientprotocol.sdk.agent.support.AcpHandlerMethod
Create a handler method with a lazy bean supplier.
AcpInterceptor - com.agentclientprotocol.sdk.agent.support.interceptor中的接口
Interceptor interface for ACP handler invocations.
AcpInvocationContext - com.agentclientprotocol.sdk.agent.support中的类
Context for a single method invocation, holding request data and runtime information needed by argument resolvers and interceptors.
AcpInvocationContext.Builder - com.agentclientprotocol.sdk.agent.support中的类
Builder for AcpInvocationContext.
acpMethod(String) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext.Builder
 
AcpMethodParameter - com.agentclientprotocol.sdk.agent.support中的类
Metadata about a method parameter.
AcpMethodParameter(Method, int) - 类 的构造器com.agentclientprotocol.sdk.agent.support.AcpMethodParameter
Create a new AcpMethodParameter for a method parameter.
AcpProtocolException - com.agentclientprotocol.sdk.error中的异常错误
Exception representing a JSON-RPC protocol error from the peer.
AcpProtocolException(AcpSchema.JSONRPCError) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpProtocolException
Constructs a new protocol exception from a JSON-RPC error.
AcpProtocolException(int, String) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpProtocolException
Constructs a new protocol exception with the specified code and message.
AcpProtocolException(int, String, Object) - 异常错误 的构造器com.agentclientprotocol.sdk.error.AcpProtocolException
Constructs a new protocol exception with the specified code, message, and data.
AcpSchema - com.agentclientprotocol.sdk.spec中的类
Agent Client Protocol (ACP) Schema based on Agent Client Protocol specification.
AcpSchema.AgentCapabilities - com.agentclientprotocol.sdk.spec中的类
Agent capabilities
AcpSchema.AgentMessageChunk - com.agentclientprotocol.sdk.spec中的类
Agent message chunk
AcpSchema.AgentThoughtChunk - com.agentclientprotocol.sdk.spec中的类
Agent thought chunk
AcpSchema.Annotations - com.agentclientprotocol.sdk.spec中的类
Annotations for content
AcpSchema.AudioContent - com.agentclientprotocol.sdk.spec中的类
Audio content
AcpSchema.AuthenticateRequest - com.agentclientprotocol.sdk.spec中的类
Authenticate request - authenticates using specified method
AcpSchema.AuthenticateResponse - com.agentclientprotocol.sdk.spec中的类
Authenticate response
AcpSchema.AuthMethod - com.agentclientprotocol.sdk.spec中的类
Authentication method
AcpSchema.AvailableCommand - com.agentclientprotocol.sdk.spec中的类
Available command
AcpSchema.AvailableCommandInput - com.agentclientprotocol.sdk.spec中的类
Available command input
AcpSchema.AvailableCommandsUpdate - com.agentclientprotocol.sdk.spec中的类
Available commands update
AcpSchema.BlobResourceContents - com.agentclientprotocol.sdk.spec中的类
Blob resource contents
AcpSchema.CancelNotification - com.agentclientprotocol.sdk.spec中的类
Cancel notification - cancels ongoing operations
AcpSchema.ClientCapabilities - com.agentclientprotocol.sdk.spec中的类
Client capabilities
AcpSchema.ContentBlock - com.agentclientprotocol.sdk.spec中的接口
Content block - base type for all content
AcpSchema.CreateTerminalRequest - com.agentclientprotocol.sdk.spec中的类
Create terminal request
AcpSchema.CreateTerminalResponse - com.agentclientprotocol.sdk.spec中的类
Create terminal response
AcpSchema.CurrentModeUpdate - com.agentclientprotocol.sdk.spec中的类
Current mode update
AcpSchema.EmbeddedResourceResource - com.agentclientprotocol.sdk.spec中的接口
Embedded resource content
AcpSchema.EnvVariable - com.agentclientprotocol.sdk.spec中的类
Environment variable
AcpSchema.FileSystemCapability - com.agentclientprotocol.sdk.spec中的类
File system capabilities
AcpSchema.HttpHeader - com.agentclientprotocol.sdk.spec中的类
HTTP header
AcpSchema.ImageContent - com.agentclientprotocol.sdk.spec中的类
Image content
AcpSchema.InitializeRequest - com.agentclientprotocol.sdk.spec中的类
Initialize request - establishes connection and negotiates capabilities
AcpSchema.InitializeResponse - com.agentclientprotocol.sdk.spec中的类
Initialize response - returns agent capabilities and auth methods
AcpSchema.JSONRPCError - com.agentclientprotocol.sdk.spec中的类
 
AcpSchema.JSONRPCMessage - com.agentclientprotocol.sdk.spec中的接口
Base type for all JSON-RPC messages.
AcpSchema.JSONRPCNotification - com.agentclientprotocol.sdk.spec中的类
A JSON-RPC notification that does not expect a response.
AcpSchema.JSONRPCRequest - com.agentclientprotocol.sdk.spec中的类
A JSON-RPC request that expects a response.
AcpSchema.JSONRPCResponse - com.agentclientprotocol.sdk.spec中的类
A JSON-RPC response to a request.
AcpSchema.KillTerminalCommandRequest - com.agentclientprotocol.sdk.spec中的类
Kill terminal request
AcpSchema.KillTerminalCommandResponse - com.agentclientprotocol.sdk.spec中的类
Kill terminal response
AcpSchema.LoadSessionRequest - com.agentclientprotocol.sdk.spec中的类
Load existing session request
AcpSchema.LoadSessionResponse - com.agentclientprotocol.sdk.spec中的类
Load session response
AcpSchema.McpCapabilities - com.agentclientprotocol.sdk.spec中的类
MCP capabilities supported by agent
AcpSchema.McpServer - com.agentclientprotocol.sdk.spec中的接口
MCP server configuration.
AcpSchema.McpServerHttp - com.agentclientprotocol.sdk.spec中的类
HTTP MCP server.
AcpSchema.McpServerSse - com.agentclientprotocol.sdk.spec中的类
SSE MCP server.
AcpSchema.McpServerStdio - com.agentclientprotocol.sdk.spec中的类
STDIO MCP server (default transport, no type field in JSON).
AcpSchema.ModelInfo - com.agentclientprotocol.sdk.spec中的类
Model info (UNSTABLE)
AcpSchema.NewSessionRequest - com.agentclientprotocol.sdk.spec中的类
Create new session request
AcpSchema.NewSessionResponse - com.agentclientprotocol.sdk.spec中的类
Create new session response
AcpSchema.PermissionCancelled - com.agentclientprotocol.sdk.spec中的类
Permission cancelled
AcpSchema.PermissionOption - com.agentclientprotocol.sdk.spec中的类
Permission option
AcpSchema.PermissionOptionKind - com.agentclientprotocol.sdk.spec中的枚举
 
AcpSchema.PermissionSelected - com.agentclientprotocol.sdk.spec中的类
Permission selected
AcpSchema.Plan - com.agentclientprotocol.sdk.spec中的类
Plan update
AcpSchema.PlanEntry - com.agentclientprotocol.sdk.spec中的类
Plan entry
AcpSchema.PlanEntryPriority - com.agentclientprotocol.sdk.spec中的枚举
 
AcpSchema.PlanEntryStatus - com.agentclientprotocol.sdk.spec中的枚举
 
AcpSchema.PromptCapabilities - com.agentclientprotocol.sdk.spec中的类
Prompt capabilities
AcpSchema.PromptRequest - com.agentclientprotocol.sdk.spec中的类
Prompt request - sends user message to agent
AcpSchema.PromptResponse - com.agentclientprotocol.sdk.spec中的类
Prompt response - indicates why agent stopped
AcpSchema.ReadTextFileRequest - com.agentclientprotocol.sdk.spec中的类
Read text file request
AcpSchema.ReadTextFileResponse - com.agentclientprotocol.sdk.spec中的类
Read text file response
AcpSchema.ReleaseTerminalRequest - com.agentclientprotocol.sdk.spec中的类
Release terminal request
AcpSchema.ReleaseTerminalResponse - com.agentclientprotocol.sdk.spec中的类
Release terminal response
AcpSchema.RequestPermissionOutcome - com.agentclientprotocol.sdk.spec中的接口
Request permission outcome
AcpSchema.RequestPermissionRequest - com.agentclientprotocol.sdk.spec中的类
Request permission from user
AcpSchema.RequestPermissionResponse - com.agentclientprotocol.sdk.spec中的类
Permission response from user
AcpSchema.Resource - com.agentclientprotocol.sdk.spec中的类
Embedded resource
AcpSchema.ResourceLink - com.agentclientprotocol.sdk.spec中的类
Resource link
AcpSchema.Role - com.agentclientprotocol.sdk.spec中的枚举
 
AcpSchema.SessionMode - com.agentclientprotocol.sdk.spec中的类
Session mode
AcpSchema.SessionModelState - com.agentclientprotocol.sdk.spec中的类
Session model state (UNSTABLE)
AcpSchema.SessionModeState - com.agentclientprotocol.sdk.spec中的类
Session mode state
AcpSchema.SessionNotification - com.agentclientprotocol.sdk.spec中的类
Session update notification - real-time progress
AcpSchema.SessionUpdate - com.agentclientprotocol.sdk.spec中的接口
Session update - different types of updates
AcpSchema.SetSessionModelRequest - com.agentclientprotocol.sdk.spec中的类
Set session model request (UNSTABLE)
AcpSchema.SetSessionModelResponse - com.agentclientprotocol.sdk.spec中的类
Set session model response (UNSTABLE)
AcpSchema.SetSessionModeRequest - com.agentclientprotocol.sdk.spec中的类
Set session mode request
AcpSchema.SetSessionModeResponse - com.agentclientprotocol.sdk.spec中的类
Set session mode response
AcpSchema.StopReason - com.agentclientprotocol.sdk.spec中的枚举
 
AcpSchema.TerminalExitStatus - com.agentclientprotocol.sdk.spec中的类
Terminal exit status
AcpSchema.TerminalOutputRequest - com.agentclientprotocol.sdk.spec中的类
Terminal output request
AcpSchema.TerminalOutputResponse - com.agentclientprotocol.sdk.spec中的类
Terminal output response
AcpSchema.TextContent - com.agentclientprotocol.sdk.spec中的类
Text content
AcpSchema.TextResourceContents - com.agentclientprotocol.sdk.spec中的类
Text resource contents
AcpSchema.ToolCall - com.agentclientprotocol.sdk.spec中的类
Tool call
AcpSchema.ToolCallContent - com.agentclientprotocol.sdk.spec中的接口
Tool call content
AcpSchema.ToolCallContentBlock - com.agentclientprotocol.sdk.spec中的类
Tool call content block
AcpSchema.ToolCallDiff - com.agentclientprotocol.sdk.spec中的类
Tool call diff
AcpSchema.ToolCallLocation - com.agentclientprotocol.sdk.spec中的类
Tool call location
AcpSchema.ToolCallStatus - com.agentclientprotocol.sdk.spec中的枚举
 
AcpSchema.ToolCallTerminal - com.agentclientprotocol.sdk.spec中的类
Tool call terminal
AcpSchema.ToolCallUpdate - com.agentclientprotocol.sdk.spec中的类
Tool call update
AcpSchema.ToolCallUpdateNotification - com.agentclientprotocol.sdk.spec中的类
Tool call update notification
AcpSchema.ToolKind - com.agentclientprotocol.sdk.spec中的枚举
 
AcpSchema.UserMessageChunk - com.agentclientprotocol.sdk.spec中的类
User message chunk
AcpSchema.WaitForTerminalExitRequest - com.agentclientprotocol.sdk.spec中的类
Wait for terminal exit request
AcpSchema.WaitForTerminalExitResponse - com.agentclientprotocol.sdk.spec中的类
Wait for terminal exit response
AcpSchema.WriteTextFileRequest - com.agentclientprotocol.sdk.spec中的类
Write text file request
AcpSchema.WriteTextFileResponse - com.agentclientprotocol.sdk.spec中的类
Write text file response
AcpSession - com.agentclientprotocol.sdk.spec中的接口
Represents an Agent Client Protocol (ACP) session that handles communication between clients and agents.
AcpSyncAgent - com.agentclientprotocol.sdk.agent中的类
Synchronous ACP agent that provides blocking operations for handling client requests.
AcpSyncAgent(AcpAsyncAgent) - 类 的构造器com.agentclientprotocol.sdk.agent.AcpSyncAgent
Creates a new synchronous agent wrapping the given async agent.
AcpSyncAgent(AcpAsyncAgent, Duration) - 类 的构造器com.agentclientprotocol.sdk.agent.AcpSyncAgent
Creates a new synchronous agent wrapping the given async agent.
AcpSyncClient - com.agentclientprotocol.sdk.client中的类
A synchronous client implementation for the Agent Client Protocol (ACP) that wraps an AcpAsyncClient to provide blocking operations.
AcpTransport - com.agentclientprotocol.sdk.spec中的接口
Defines the asynchronous transport layer for the Agent Client Protocol (ACP).
AcpWebSocketEndpoint() - 类 的构造器com.agentclientprotocol.sdk.agent.transport.WebSocketSolonAcpAgentTransport.AcpWebSocketEndpoint
 
action() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ElicitResult
 
ACTION_APPROVE - 类 中的静态变量org.noear.solon.ai.agent.react.intercept.HITLDecision
 
ACTION_REJECT - 类 中的静态变量org.noear.solon.ai.agent.react.intercept.HITLDecision
 
ACTION_SKIP - 类 中的静态变量org.noear.solon.ai.agent.react.intercept.HITLDecision
 
ActionChunk - org.noear.solon.ai.agent.react.task中的类
ReAct 动作块(Acting):标识智能体正在调用外部工具或执行特定指令
ActionChunk(Node, ReActTrace, String, ChatMessage) - 类 的构造器org.noear.solon.ai.agent.react.task.ActionChunk
 
ActionTask - org.noear.solon.ai.agent.react.task中的类
ReAct 动作执行任务 (Action/Acting) 核心职责:解析 Reason 阶段的指令,调用业务工具,并将 Observation(观测结果)回填至上下文。
ActionTask(ReActAgentConfig) - 类 的构造器org.noear.solon.ai.agent.react.task.ActionTask
 
activeSkills() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
activeSkills() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
activeSkills(ModelOptionsAmend<?, ?>, Prompt, StringBuilder) - 类 中的静态方法org.noear.solon.ai.chat.skill.SkillUtil
激活技能
adaptDialect(Connection) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.H2Dialect
 
adaptDialect(Connection) - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
根据连接信息动态适配方言(如 H2 的兼容模式判断)
add(McpServerProperties, T) - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpPrimitivesRegistry
添加
add(McpServerProperties, FunctionPrompt) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulPromptRegistry
 
add(McpServerProperties, FunctionResource) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulResourceRegistry
 
add(McpServerProperties, FunctionTool) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulToolRegistry
 
add(McpServerProperties, FunctionPrompt) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessPromptRegistry
 
add(McpServerProperties, FunctionResource) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessResourceRegistry
 
add(McpServerProperties, FunctionTool) - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessToolRegistry
 
addAgent(Agent) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
注册团队成员(专家)
addBid(String, ONode) - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol.ContractState
 
addBlock(ContentBlock) - 类 中的方法org.noear.solon.ai.chat.content.Contents
添加内容块(图像、音频、视频)
addBlock(ContentBlock) - 类 中的方法org.noear.solon.ai.chat.tool.ToolResult
 
addBlocks(Collection<ContentBlock>) - 类 中的方法org.noear.solon.ai.chat.content.Contents
 
addBlocks(Collection<ContentBlock>) - 类 中的方法org.noear.solon.ai.chat.tool.ToolResult
 
addBodyDetector(Predicate<AnnotatedElement>) - 类 中的静态方法org.noear.solon.ai.chat.tool.ToolSchemaUtil
添加主体注解探测器
addChatModel(ChatModel) - 类 中的方法io.a2a_preview.client.HostAgent
 
addChoice(ChatChoice) - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
添加输出选择
addConnection(CONNECTION) - 类 中的方法io.modelcontextprotocol.spec.ClosedMcpTransportSession
 
addConnection(Disposable) - 类 中的方法io.modelcontextprotocol.spec.DefaultMcpTransportSession
 
addConnection(CONNECTION) - 接口 中的方法io.modelcontextprotocol.spec.McpTransportSession
Adds a resource that this transport session can monitor and dismiss when needed.
addContent(McpSchema.Content) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CallToolResult.Builder
Adds a content item to the tool result.
addDefaultInterceptor(int, ChatInterceptor) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
添加默认拦截器
addDefaultOption(String, Object) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
添加默认选项
addDefaultOption(String, Object) - 类 中的方法org.noear.solon.ai.generate.GenerateConfig
添加默认选项
addDefaultSkill(int, Skill) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
 
addDefaultTool(FunctionTool...) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
添加默认工具(即每次请求都会带上)
addDefaultTool(Collection<FunctionTool>) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
添加默认工具(即每次请求都会带上)
addDefaultToolContext(String, Object) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
添加默认工具上下文
addDefaultToolContext(Map<String, Object>) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
添加默认工具上下文
addDefaultTools(FunctionTool) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
3.8.4 #addDefaultTool(FunctionTool)
addDefaultTools(Collection<FunctionTool>) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
3.8.4 #addDefaultTool(Collection)
addDefaultToolsContext(String, Object) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
addDefaultToolsContext(Map<String, Object>) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
3.8.4 #addDefaultToolContext(Map)
addDirect(String, String, String) - 类 中的方法org.noear.solon.ai.agent.team.protocol.BlackboardProtocol.BoardState
直接写入结论和待办
AddDocResponse - org.noear.solon.ai.rag.repository.dashvector中的类
AddDocResponse
AddDocResponse() - 类 的构造器org.noear.solon.ai.rag.repository.dashvector.AddDocResponse
 
addDocuments(String, List<String>, List<List<Float>>, List<String>, List<Map<String, Object>>) - 类 中的方法org.noear.solon.ai.rag.repository.chroma.ChromaClient
添加文档
addDocuments(String, List<Doc>) - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DashVectorClient
添加文档
addEnvVar(String, String) - 类 中的方法com.agentclientprotocol.sdk.client.transport.AgentParameters.Builder
 
addEnvVar(String, String) - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters.Builder
 
addEnvVar(String, String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
 
addEnvVar(String, String) - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters.Builder
 
addHandler(ReturnValueHandler) - 类 中的方法com.agentclientprotocol.sdk.agent.support.handler.ReturnValueHandlerComposite
Add a handler to the chain.
addHandlers(List<ReturnValueHandler>) - 类 中的方法com.agentclientprotocol.sdk.agent.support.handler.ReturnValueHandlerComposite
Add multiple handlers to the chain.
addHint(String) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ModelPreferences.Builder
 
addInterceptor(TeamInterceptor, int) - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
注册团队拦截器
Additional - org.noear.solon.ai.rag.repository.weaviate中的类
附加信息
Additional() - 类 的构造器org.noear.solon.ai.rag.repository.weaviate.Additional
 
additionalMetadata(String, Object) - 接口 中的方法org.noear.solon.ai.rag.DocumentLoader
附加元数据
additionalMetadata(Map<String, Object>) - 接口 中的方法org.noear.solon.ai.rag.DocumentLoader
附加元数据
additionalMetadata - 类 中的变量org.noear.solon.ai.rag.loader.AbstractDocumentLoader
 
additionalMetadata(String, Object) - 类 中的方法org.noear.solon.ai.rag.loader.AbstractDocumentLoader
 
additionalMetadata(Map<String, Object>) - 类 中的方法org.noear.solon.ai.rag.loader.AbstractDocumentLoader
 
additionalProperties() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.JsonSchema
 
addMessage(Collection<? extends ChatMessage>) - 类 中的方法org.noear.solon.ai.agent.session.FileAgentSession
 
addMessage(Collection<? extends ChatMessage>) - 类 中的方法org.noear.solon.ai.agent.session.InMemoryAgentSession
 
addMessage(Collection<? extends ChatMessage>) - 类 中的方法org.noear.solon.ai.agent.session.RedisAgentSession
 
addMessage(String) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
添加消息
addMessage(ChatMessage...) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
添加消息
addMessage(Prompt) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
添加消息
addMessage(Collection<? extends ChatMessage>) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
添加消息
addMessage(Collection<? extends ChatMessage>) - 类 中的方法org.noear.solon.ai.chat.ChatSessionDefault
已过时。
添加消息
addMessage(String) - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
 
addMessage(ChatMessage...) - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
 
addMessage(Collection<ChatMessage>) - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
 
addMessage(String) - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
addMessage(ChatMessage...) - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
addMessage(Collection<ChatMessage>) - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
addMessage(Collection<? extends ChatMessage>) - 类 中的方法org.noear.solon.ai.chat.session.FileChatSession
 
addMessage(Collection<? extends ChatMessage>) - 类 中的方法org.noear.solon.ai.chat.session.InMemoryChatSession
添加消息
addMessage(Collection<? extends ChatMessage>) - 类 中的方法org.noear.solon.ai.chat.session.RedisChatSession
 
addMetadata(Map<String, Object>) - 接口 中的方法org.noear.solon.ai.chat.message.ChatMessage
添加元数据
addMetadata(String, Object) - 接口 中的方法org.noear.solon.ai.chat.message.ChatMessage
添加元数据
addMetadata(Map<String, Object>) - 类 中的方法org.noear.solon.ai.chat.message.ChatMessageBase
添加元数据
addMetadata(String, Object) - 类 中的方法org.noear.solon.ai.chat.message.ChatMessageBase
添加元数据
addMetadataField(MetadataField) - 类 中的方法org.noear.solon.ai.rag.repository.ElasticsearchRepository.Builder
添加需要索引的元数据字段
addMetadataField(MetadataField) - 类 中的方法org.noear.solon.ai.rag.repository.OpenSearchRepository.Builder
添加需要索引的元数据字段
addMetadataField(MetadataField) - 类 中的方法org.noear.solon.ai.rag.repository.TcVectorDbRepository.Builder
添加单个元数据索引字段
addMetadataField(MetadataField) - 类 中的方法org.noear.solon.ai.rag.repository.WeaviateRepository.Builder
 
addMetrics(Metrics) - 类 中的方法org.noear.solon.ai.agent.trace.Metrics
 
addNodeDescribe(Class<? extends Annotation>, EgggDigestAddin) - 类 中的静态方法org.noear.solon.ai.chat.tool.ToolSchemaUtil
添加节点描述处理
addParamResolver(BiFunction<AnnotatedElement, TypeEggg, ParamDesc>) - 类 中的静态方法org.noear.solon.ai.chat.tool.ToolSchemaUtil
添加参数注解分析器
addPlan(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
添加单条计划步骤
addPrompt(McpServerFeatures.AsyncPromptSpecification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Add a new prompt handler at runtime.
addPrompt(McpStatelessServerFeatures.AsyncPromptSpecification) - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
Add a new prompt handler at runtime.
addPrompt(McpStatelessServerFeatures.SyncPromptSpecification) - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
Add a new prompt handler at runtime.
addPrompt(McpServerFeatures.SyncPromptSpecification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Add a new prompt handler.
addPrompt(FunctionPrompt) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记提示语
addPrompt(PromptProvider) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记提示语
addProperty(FlowContext, String, Object) - 接口 中的方法org.noear.solon.ai.flow.components.AiPropertyComponent
添加属性
addProperty(String, Schema) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
便捷方法:添加属性
addProtocolTool(FunctionTool) - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
注册协议内置工具
addRecord(ChatRole, String, String, long) - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
记录执行足迹
addResolver(ArgumentResolver) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.ArgumentResolverComposite
Add a resolver to the chain.
addResolvers(List<ArgumentResolver>) - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.ArgumentResolverComposite
Add multiple resolvers to the chain.
addResource(McpServerFeatures.AsyncResourceSpecification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Add a new resource handler at runtime.
addResource(McpStatelessServerFeatures.AsyncResourceSpecification) - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
Add a new resource handler at runtime.
addResource(McpStatelessServerFeatures.SyncResourceSpecification) - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
Add a new resource handler at runtime.
addResource(McpServerFeatures.SyncResourceSpecification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Add a new resource handler.
addResource(ResourceBlock) - 类 中的方法org.noear.solon.ai.chat.resource.ResourcePack
 
addResource(FunctionResource) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记资源
addResource(ResourceProvider) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记资源
addResourceTemplate(McpServerFeatures.AsyncResourceTemplateSpecification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Add a new resource template at runtime.
addResourceTemplate(McpStatelessServerFeatures.AsyncResourceTemplateSpecification) - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
Add a new resource template at runtime.
addResourceTemplate(McpStatelessServerFeatures.SyncResourceTemplateSpecification) - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
Add a new resource template.
addResourceTemplate(McpServerFeatures.SyncResourceTemplateSpecification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Add a new resource template.
addRoot(McpSchema.Root) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Adds a new root to the client's root list.
addRoot(McpSchema.Root) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
Add a roots dynamically.
addText(String) - 类 中的方法org.noear.solon.ai.chat.content.Contents
添加文本块
addText(String) - 类 中的方法org.noear.solon.ai.chat.resource.ResourcePack
 
addText(String) - 类 中的方法org.noear.solon.ai.chat.tool.ToolResult
 
addTextContent(String) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CallToolResult.Builder
Adds a text content item to the tool result.
addTool(McpServerFeatures.AsyncToolSpecification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Add a new tool call specification at runtime.
addTool(McpStatelessServerFeatures.AsyncToolSpecification) - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
Add a new tool specification at runtime.
addTool(McpStatelessServerFeatures.SyncToolSpecification) - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
Add a new tool specification at runtime.
addTool(McpServerFeatures.SyncToolSpecification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Add a new tool handler.
addTool(FunctionTool) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记工具
addTool(ToolProvider) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记工具
addUsage(AiUsage) - 类 中的方法org.noear.solon.ai.agent.trace.Metrics
 
afterCompletion(AcpInvocationContext) - 接口 中的方法com.agentclientprotocol.sdk.agent.support.interceptor.AcpInterceptor
Called after invocation completes (success or failure).
agent(Object) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport.Builder
Register an agent instance.
agent(Class<?>) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport.Builder
Register an agent class (must have no-arg constructor).
agent(Class<T>, Supplier<T>) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport.Builder
Register an agent class with factory.
Agent<Req extends AgentRequest<Req,Resp>,Resp extends AgentResponse> - org.noear.solon.ai.agent中的接口
智能体核心接口 定义 AI 智能体的行为契约。
agent - 类 中的变量org.noear.solon.ai.agent.team.protocol.SwarmProtocol.SwarmTask
 
agentAdd(Agent...) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent.Builder
添加团队成员
AgentAuthentication - io.a2a_preview.model中的类
 
AgentAuthentication() - 类 的构造器io.a2a_preview.model.AgentAuthentication
 
AgentCapabilities() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AgentCapabilities
 
AgentCapabilities(Boolean, AcpSchema.McpCapabilities, AcpSchema.PromptCapabilities) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AgentCapabilities
 
agentCapabilities() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.InitializeResponse
 
AgentCapabilities - io.a2a_preview.model中的类
 
AgentCapabilities() - 类 的构造器io.a2a_preview.model.AgentCapabilities
 
AgentCard - io.a2a_preview.model中的类
 
AgentCard() - 类 的构造器io.a2a_preview.model.AgentCard
 
AgentChunk - org.noear.solon.ai.agent中的接口
智能体响应块(用于流式输出的内容片段)
AgentHandler - org.noear.solon.ai.agent中的接口
智能体处理器(执行逻辑单元) 核心职责:定义智能体如何处理输入请求并生成响应。
AgentInterceptor - org.noear.solon.ai.agent中的接口
智能体拦截器
AgentMessageChunk(String, AcpSchema.ContentBlock) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AgentMessageChunk
 
agentName - 类 中的变量org.noear.solon.ai.agent.AbsAgentChunk
 
AgentParameters - com.agentclientprotocol.sdk.client.transport中的类
Agent parameters for stdio client - configuration for launching an ACP agent process.
AgentParameters.Builder - com.agentclientprotocol.sdk.client.transport中的类
 
AgentProfile - org.noear.solon.ai.agent中的类
智能体档案 (Agent Profile) 核心职责:定义 Agent 的身份标识、能力边界 (Capabilities)、模态约束 (Modes) 与交互风格。
AgentProfile() - 类 的构造器org.noear.solon.ai.agent.AgentProfile
 
AgentProfile() - 类 的构造器org.noear.solon.ai.agent.team.protocol.MarketBasedProtocol.MarketState.AgentProfile
 
AgentProvider - io.a2a_preview.model中的类
 
AgentProvider() - 类 的构造器io.a2a_preview.model.AgentProvider
 
AgentRequest<Req extends AgentRequest<Req,Resp>,Resp extends AgentResponse> - org.noear.solon.ai.agent中的接口
智能体请求构建器 该接口定义了向 Agent 发起调用的请求契约。
AgentResponse - org.noear.solon.ai.agent中的接口
智能体响应
AgentSession - org.noear.solon.ai.agent中的接口
智能体会话接口 负责维护智能体的运行状态、上下文记忆以及执行流快照。
AgentSessionProvider - org.noear.solon.ai.agent中的接口
Agent 会话提供者(Session 工厂/加载器) 核心职责:基于业务实例标识维护和检索 Agent 运行状态。
AgentSkill - io.a2a_preview.model中的类
 
AgentSkill() - 类 的构造器io.a2a_preview.model.AgentSkill
 
AgentThoughtChunk(String, AcpSchema.ContentBlock) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AgentThoughtChunk
 
AgentTrace - org.noear.solon.ai.agent中的接口
智能体执行轨迹(执行过程的状态快照) 核心职责:记录 Agent 单次任务中的完整推理链条与执行状态。
AgentUtil - org.noear.solon.ai.agent.util中的类
智能体辅助工具类
AgentUtil() - 类 的构造器org.noear.solon.ai.agent.util.AgentUtil
 
aggregateExceptionMessages(Throwable) - 异常错误 中的静态方法io.modelcontextprotocol.spec.McpError
 
AiComponent - org.noear.solon.ai.flow.components中的接口
Ai 组件
AiConfig - org.noear.solon.ai中的类
Ai 接口配置
AiConfig() - 类 的构造器org.noear.solon.ai.AiConfig
 
AiFlowPlugin - org.noear.solon.ai.flow.integration中的类
AiFlow 插件
AiFlowPlugin() - 类 的构造器org.noear.solon.ai.flow.integration.AiFlowPlugin
 
AiHandler<Req,Resp,Err extends java.lang.Throwable> - org.noear.solon.ai中的接口
Ai 处理器
AiIoComponent - org.noear.solon.ai.flow.components中的接口
Ai 输入输出组件基类
AiModel - org.noear.solon.ai中的接口
Ai 模型
AiModelDialect - org.noear.solon.ai中的接口
Ai 模型方言
AiPlugin - org.noear.solon.ai.integration中的类
 
AiPlugin() - 类 的构造器org.noear.solon.ai.integration.AiPlugin
 
AiProperties - org.noear.solon.ai.integration中的类
Ai 属性(仅用于配置提示)
AiProperties() - 类 的构造器org.noear.solon.ai.integration.AiProperties
 
AiPropertyComponent - org.noear.solon.ai.flow.components中的接口
Ai 属性组件基类
AiUsage - org.noear.solon.ai中的类
Ai 使用情况
AiUsage(long, long, long, ONode) - 类 的构造器org.noear.solon.ai.AiUsage
 
AiUsage(long, long, long, long, long, ONode) - 类 的构造器org.noear.solon.ai.AiUsage
 
algorithm(VectorField.VectorAlgorithm) - 类 中的方法org.noear.solon.ai.rag.repository.RedisRepository.Builder
设置向量算法
all() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpPrimitivesRegistry
全部
all() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulPromptRegistry
 
all() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulResourceRegistry
 
all() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulToolRegistry
 
all() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessPromptRegistry
 
all() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessResourceRegistry
 
all() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessToolRegistry
 
Annotations() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.Annotations
 
annotations() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.AudioContent
 
annotations() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ImageContent
 
annotations() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.Resource
 
annotations() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ResourceLink
 
annotations() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.TextContent
 
annotations() - 接口 中的方法io.modelcontextprotocol.spec.McpSchema.Annotated
 
Annotations(List<McpSchema.Role>, Double, String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Annotations
 
Annotations(List<McpSchema.Role>, Double) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Annotations
 
annotations() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.AudioContent
 
annotations() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.EmbeddedResource
 
annotations() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ImageContent
 
annotations() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.Resource
 
annotations(McpSchema.Annotations) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.Resource.Builder
 
annotations() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ResourceLink
 
annotations(McpSchema.Annotations) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ResourceLink.Builder
 
annotations() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ResourceTemplate
 
annotations(McpSchema.Annotations) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ResourceTemplate.Builder
 
annotations() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.TextContent
 
annotations() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.Tool
 
annotations(McpSchema.ToolAnnotations) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.Tool.Builder
 
ApiAuthenticator - org.noear.solon.ai.skills.restapi中的接口
API 认证策略接口 用于在 RestApiSkill 执行调用前,动态为 HttpUtils 注入认证信息(如 Header, Cookie 等)
apiKey - 类 中的变量org.noear.solon.ai.AiConfig
 
apiKey(String) - 类 中的方法org.noear.solon.ai.chat.ChatModel.Builder
接口密钥
apiKey(String) - 类 中的方法org.noear.solon.ai.embedding.EmbeddingModel.Builder
接口密钥
apiKey(String) - 类 中的方法org.noear.solon.ai.generate.GenerateModel.Builder
接口密钥
apiKey(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
apiKey(String) - 类 中的方法org.noear.solon.ai.rag.repository.WebSearchRepository.Builder
已过时。
 
apiKey(String) - 类 中的方法org.noear.solon.ai.rag.search.BaiduWebSearchRepository.BaiduAiSearchRepositoryBuilder
设置百度AppBuilder API Key(必填)
apiKey(String) - 类 中的方法org.noear.solon.ai.rag.search.BochaWebSearchRepository.Builder
 
apiKey(String) - 类 中的方法org.noear.solon.ai.reranking.RerankingModel.Builder
接口密钥
apiKey(String, String) - 接口 中的静态方法org.noear.solon.ai.skills.restapi.ApiAuthenticator
快捷创建 API Key 认证器(Header 模式)
ApiResolver - org.noear.solon.ai.skills.restapi中的接口
 
ApiTool - org.noear.solon.ai.skills.restapi中的类
API 工具信息模型
ApiTool() - 类 的构造器org.noear.solon.ai.skills.restapi.ApiTool
 
apiUrl - 类 中的变量org.noear.solon.ai.AiConfig
 
apiUrl(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
apiUrl(String) - 类 中的方法org.noear.solon.ai.rag.search.BaiduWebSearchRepository.BaiduAiSearchRepositoryBuilder
设置API URL(必填 百度官方地址)
apply(AnnotatedElement, TypeEggg) - 类 中的方法org.noear.solon.ai.chat.tool.impl.ParamAnnoResolver
 
apply(HttpUtils, ApiTool) - 接口 中的方法org.noear.solon.ai.skills.restapi.ApiAuthenticator
执行认证应用
applyOnError(AcpInvocationContext, Throwable) - 类 中的方法com.agentclientprotocol.sdk.agent.support.interceptor.InterceptorChain
Apply onError in reverse order until one handles it.
applyPagination(String, int) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.GenericDialect
 
applyPagination(String, int) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.H2Dialect
 
applyPagination(String, int) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.MySqlDialect
 
applyPagination(String, int) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.OracleDialect
 
applyPagination(String, int) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.PostgreDialect
 
applyPagination(String, int) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.SqliteDialect
 
applyPagination(String, int) - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
为 SQL 增加分页限制
applyPostInvoke(AcpInvocationContext, Object) - 类 中的方法com.agentclientprotocol.sdk.agent.support.interceptor.InterceptorChain
Apply postInvoke in reverse order.
applyPreInvoke(AcpInvocationContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.interceptor.InterceptorChain
Apply preInvoke to all interceptors.
approve(AgentSession, String) - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITL
快捷批准工具执行
approve(AgentSession, String, String) - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITL
快捷批准工具执行
approve() - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITLDecision
快速创建批准决策
archiveCurrentRounds() - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol.ContractState
 
arg(String) - 类 中的方法com.agentclientprotocol.sdk.client.transport.AgentParameters.Builder
 
arg(String) - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters.Builder
 
arg(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
 
arg(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters.Builder
 
args() - 类 中的方法com.agentclientprotocol.sdk.agent.Command
 
args(String...) - 类 中的方法com.agentclientprotocol.sdk.client.transport.AgentParameters.Builder
 
args(List<String>) - 类 中的方法com.agentclientprotocol.sdk.client.transport.AgentParameters.Builder
 
args() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.CreateTerminalRequest
 
args() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.McpServerStdio
 
args(String...) - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters.Builder
 
args(List<String>) - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters.Builder
 
args(String...) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
 
args(List<String>) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
 
args(String...) - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters.Builder
 
args(List<String>) - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters.Builder
 
argument() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CompleteRequest
 
ArgumentResolutionException - com.agentclientprotocol.sdk.agent.support.resolver中的异常错误
Exception thrown when argument resolution fails.
ArgumentResolutionException(String) - 异常错误 的构造器com.agentclientprotocol.sdk.agent.support.resolver.ArgumentResolutionException
Create a new exception with a message.
ArgumentResolutionException(String, Throwable) - 异常错误 的构造器com.agentclientprotocol.sdk.agent.support.resolver.ArgumentResolutionException
Create a new exception with a message and cause.
argumentResolver(ArgumentResolver) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport.Builder
Add a custom argument resolver.
ArgumentResolver - com.agentclientprotocol.sdk.agent.support.resolver中的接口
Strategy interface for resolving method arguments during handler invocation.
ArgumentResolverComposite - com.agentclientprotocol.sdk.agent.support.resolver中的类
Composite that chains multiple argument resolvers.
ArgumentResolverComposite() - 类 的构造器com.agentclientprotocol.sdk.agent.support.resolver.ArgumentResolverComposite
 
arguments() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CallToolRequest
 
arguments(Map<String, Object>) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CallToolRequest.Builder
 
arguments(McpJsonMapper, String) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CallToolRequest.Builder
 
arguments() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CompleteRequest.CompleteContext
 
arguments() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.GetPromptRequest
 
arguments() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.Prompt
 
argumentsBuilder - 类 中的变量org.noear.solon.ai.chat.tool.ToolCallBuilder
 
Artifact - io.a2a_preview.model中的类
 
Artifact() - 类 的构造器io.a2a_preview.model.Artifact
 
asInvalid(String) - 类 中的静态方法io.modelcontextprotocol.json.schema.JsonSchemaValidator.ValidationResponse
 
asInvalid(String) - 类 中的静态方法io.modelcontextprotocol.spec.JsonSchemaValidator.ValidationResponse
 
askChoice(String, String...) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
Asks the client to choose from multiple options.
askChoice(String, String...) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
Asks the client to choose from multiple options.
askPermission(String) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
Asks the client for permission to perform an action.
askPermission(String) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
Asks the client for permission to perform an action.
Assert - com.agentclientprotocol.sdk.util中的类
Assertion utility class that assists in validating arguments.
Assert() - 类 的构造器com.agentclientprotocol.sdk.util.Assert
 
Assert - io.modelcontextprotocol.util中的类
Utility class providing assertion methods for parameter validation.
Assert() - 类 的构造器io.modelcontextprotocol.util.Assert
 
AssistantMessage - org.noear.solon.ai.chat.message中的类
聊天助理消息
AssistantMessage() - 类 的构造器org.noear.solon.ai.chat.message.AssistantMessage
 
AssistantMessage(String) - 类 的构造器org.noear.solon.ai.chat.message.AssistantMessage
 
AssistantMessage(String, boolean) - 类 的构造器org.noear.solon.ai.chat.message.AssistantMessage
 
AssistantMessage(String, boolean, List<Map>) - 类 的构造器org.noear.solon.ai.chat.message.AssistantMessage
 
AssistantMessage(String, boolean, Object, List<Map>, List<ToolCall>, List<Map>) - 类 的构造器org.noear.solon.ai.chat.message.AssistantMessage
 
asValid(String) - 类 中的静态方法io.modelcontextprotocol.json.schema.JsonSchemaValidator.ValidationResponse
 
asValid(String) - 类 中的静态方法io.modelcontextprotocol.spec.JsonSchemaValidator.ValidationResponse
 
async(AcpAgentTransport) - 接口 中的静态方法com.agentclientprotocol.sdk.agent.AcpAgent
Start building an asynchronous ACP agent with the specified transport layer.
async() - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
Returns the underlying async agent.
async(AcpClientTransport) - 接口 中的静态方法com.agentclientprotocol.sdk.client.AcpClient
Start building an asynchronous ACP client with the specified transport layer.
async(McpClientTransport) - 接口 中的静态方法io.modelcontextprotocol.client.McpClient
Start building an asynchronous MCP client with the specified transport layer.
async(McpServerTransportProvider) - 接口 中的静态方法io.modelcontextprotocol.server.McpServer
Starts building an asynchronous MCP server that provides non-blocking operations.
async(McpStreamableServerTransportProvider) - 接口 中的静态方法io.modelcontextprotocol.server.McpServer
Starts building an asynchronous MCP server that provides non-blocking operations.
async(McpStatelessServerTransport) - 接口 中的静态方法io.modelcontextprotocol.server.McpServer
Starts building an asynchronous MCP server that provides non-blocking operations.
AsyncCompletionSpecification(McpSchema.CompleteReference, BiFunction<McpAsyncServerExchange, McpSchema.CompleteRequest, Mono<McpSchema.CompleteResult>>) - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncCompletionSpecification
 
AsyncCompletionSpecification(McpSchema.CompleteReference, BiFunction<McpTransportContext, McpSchema.CompleteRequest, Mono<McpSchema.CompleteResult>>) - 类 的构造器io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncCompletionSpecification
 
asyncInsert(List<Document>, BiConsumer<Integer, Integer>) - 接口 中的方法org.noear.solon.ai.rag.RepositoryStorable
AsyncPromptSpecification(McpSchema.Prompt, BiFunction<McpAsyncServerExchange, McpSchema.GetPromptRequest, Mono<McpSchema.GetPromptResult>>) - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncPromptSpecification
 
AsyncPromptSpecification(McpSchema.Prompt, BiFunction<McpTransportContext, McpSchema.GetPromptRequest, Mono<McpSchema.GetPromptResult>>) - 类 的构造器io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncPromptSpecification
 
AsyncResourceSpecification(McpSchema.Resource, BiFunction<McpAsyncServerExchange, McpSchema.ReadResourceRequest, Mono<McpSchema.ReadResourceResult>>) - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceSpecification
 
AsyncResourceSpecification(McpSchema.Resource, BiFunction<McpTransportContext, McpSchema.ReadResourceRequest, Mono<McpSchema.ReadResourceResult>>) - 类 的构造器io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncResourceSpecification
 
AsyncResourceTemplateSpecification(McpSchema.ResourceTemplate, BiFunction<McpAsyncServerExchange, McpSchema.ReadResourceRequest, Mono<McpSchema.ReadResourceResult>>) - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceTemplateSpecification
 
AsyncResourceTemplateSpecification(McpSchema.ResourceTemplate, BiFunction<McpTransportContext, McpSchema.ReadResourceRequest, Mono<McpSchema.ReadResourceResult>>) - 类 的构造器io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncResourceTemplateSpecification
 
asyncSave(List<Document>, BiConsumer<Integer, Integer>) - 接口 中的方法org.noear.solon.ai.rag.RepositoryStorable
异步保存文档
AsyncSpecification() - 类 的构造器io.modelcontextprotocol.server.McpServer.AsyncSpecification
 
AsyncToolSpecification(McpSchema.Tool, BiFunction<McpAsyncServerExchange, Map<String, Object>, Mono<McpSchema.CallToolResult>>, BiFunction<McpAsyncServerExchange, McpSchema.CallToolRequest, Mono<McpSchema.CallToolResult>>) - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncToolSpecification
 
AsyncToolSpecification(McpSchema.Tool, BiFunction<McpAsyncServerExchange, Map<String, Object>, Mono<McpSchema.CallToolResult>>) - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncToolSpecification
已过时。
Use AsyncToolSpecification(McpSchema.Tool, null, BiFunction) instead.
AsyncToolSpecification(McpSchema.Tool, BiFunction<McpTransportContext, McpSchema.CallToolRequest, Mono<McpSchema.CallToolResult>>) - 类 的构造器io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncToolSpecification
 
attr(String) - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取属性
attrAs(String) - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取属性
attrOrDefault(String, T) - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取属性
attrPut(String, Object) - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
设置属性
attrPut(Map<String, Object>) - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
设置属性
attrs() - 类 中的方法org.noear.solon.ai.agent.session.FileAgentSession
 
attrs() - 类 中的方法org.noear.solon.ai.agent.session.RedisAgentSession
 
attrs() - 接口 中的方法org.noear.solon.ai.chat.ChatSession
临时属性(不需要持久化)
attrs() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取属性
attrs() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
attrs() - 类 中的方法org.noear.solon.ai.chat.session.FileChatSession
 
attrs() - 类 中的方法org.noear.solon.ai.chat.session.InMemoryChatSession
 
attrs() - 类 中的方法org.noear.solon.ai.chat.session.RedisChatSession
 
Attrs - org.noear.solon.ai.flow.components中的接口
组件属性
audience() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.Annotations
 
audience() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.Annotations
 
audience() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.EmbeddedResource
已过时。
Only exists for backwards-compatibility purposes. Use McpSchema.EmbeddedResource.annotations() instead.
audience() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ImageContent
已过时。
Only exists for backwards-compatibility purposes. Use McpSchema.ImageContent.annotations() instead.
audience() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.TextContent
已过时。
Only exists for backwards-compatibility purposes. Use McpSchema.TextContent.annotations() instead.
audio() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.PromptCapabilities
 
AudioBlock - org.noear.solon.ai.chat.content中的类
音频内容块
AudioBlock() - 类 的构造器org.noear.solon.ai.chat.content.AudioBlock
 
audioContent(boolean) - 类 中的方法com.agentclientprotocol.sdk.capabilities.NegotiatedCapabilities.Builder
 
AudioContent() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AudioContent
 
AudioContent(McpSchema.Annotations, String, String, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.AudioContent
 
AudioContent(McpSchema.Annotations, String, String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.AudioContent
 
augment(String, Object) - 接口 中的静态方法org.noear.solon.ai.chat.message.ChatMessage
authenticate(AcpSchema.AuthenticateRequest) - 类 中的方法com.agentclientprotocol.sdk.client.AcpAsyncClient
Authenticates with the agent using the specified authentication method.
authenticate(AcpSchema.AuthenticateRequest) - 类 中的方法com.agentclientprotocol.sdk.client.AcpSyncClient
Authenticates with the agent using the specified authentication method.
authenticateHandler(AcpAgent.AuthenticateHandler) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpAgent.AsyncAgentBuilder
Sets the handler for authenticate requests.
authenticateHandler(AcpAgent.SyncAuthenticateHandler) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpAgent.SyncAgentBuilder
Sets the synchronous handler for authenticate requests.
AuthenticateRequest() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AuthenticateRequest
 
AuthenticateResponse() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AuthenticateResponse
 
AUTHENTICATION_REQUIRED - 类 中的静态变量com.agentclientprotocol.sdk.error.AcpErrorCodes
Authentication required: The operation requires authentication.
authenticator(ApiAuthenticator) - 类 中的方法org.noear.solon.ai.skills.restapi.RestApiSkill
 
AuthMethod() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AuthMethod
 
authMethods() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.InitializeResponse
 
autoToolCall - 类 中的变量org.noear.solon.ai.chat.ModelOptionsAmend
 
autoToolCall(boolean) - 类 中的方法org.noear.solon.ai.chat.ModelOptionsAmend
 
AvailableCommand() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AvailableCommand
 
AvailableCommandInput() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AvailableCommandInput
 
availableCommands() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.AvailableCommandsUpdate
 
AvailableCommandsUpdate(String, List<AcpSchema.AvailableCommand>) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.AvailableCommandsUpdate
 
availableModels() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.SessionModelState
 
availableModes() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.SessionModeState
 
await() - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
Blocks until the agent terminates (transport closes).
awaitForExit() - 类 中的方法com.agentclientprotocol.sdk.client.transport.StdioAcpClientTransport
Waits for the agent process to exit.
awaitForExit() - 类 中的方法io.modelcontextprotocol.client.transport.StdioClientTransport
Waits for the server process to exit.
awaitTermination() - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
Returns a Mono that completes when the agent terminates.
awaitTermination() - 类 中的方法com.agentclientprotocol.sdk.agent.transport.StdioAcpAgentTransport
 
awaitTermination() - 类 中的方法com.agentclientprotocol.sdk.agent.transport.WebSocketSolonAcpAgentTransport
 
awaitTermination() - 接口 中的方法com.agentclientprotocol.sdk.spec.AcpAgentTransport
Returns a Mono that completes when the transport terminates.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
跳过导航链接