Package-level declarations
Types
Link copied to clipboard
abstract class BaseRemoteA2AAgent(name: String, val description: String = "", subAgents: List<BaseAgent> = emptyList(), beforeAgentCallbacks: List<BeforeAgentCallback> = emptyList(), afterAgentCallbacks: List<AfterAgentCallback> = emptyList()) : BaseAgent
Abstract base class for Remote A2A Agents. Marker base class for remote agent implementations.