Platform Services
data class PlatformServices(val agentPlatform: AgentPlatform, val llmOperations: LlmOperations, val eventListener: AgenticEventListener, val operationScheduler: OperationScheduler, val asyncer: Asyncer, val ragService: RagService, val objectMapper: <Error class: unknown class>, val outputChannel: OutputChannel, val templateRenderer: <Error class: unknown class>, applicationContext: <Error class: unknown class>?)
Services used by the platform and available to user-authored code.
Parameters
agent Platform
agent platform executing this agent
llm Operations
operations to use for LLMs
event Listener
event listener for agentic events
operation Scheduler
operation scheduler for scheduling operations
Constructors
Link copied to clipboard
constructor(agentPlatform: AgentPlatform, llmOperations: LlmOperations, eventListener: AgenticEventListener, operationScheduler: OperationScheduler, asyncer: Asyncer, ragService: RagService, objectMapper: <Error class: unknown class>, outputChannel: OutputChannel, templateRenderer: <Error class: unknown class>, applicationContext: <Error class: unknown class>?)