Platform Services
interface PlatformServices
Services used by the platform and available to user-authored code.
Inheritors
Properties
Link copied to clipboard
The agent platform executing this agent
Link copied to clipboard
Event listener for agentic events
Link copied to clipboard
Operations to use for LLMs
Link copied to clipboard
Link copied to clipboard
Operation scheduler for scheduling operations
Link copied to clipboard
Link copied to clipboard
Default RAG service
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun ragService(context: OperationContext, serviceName: String?, listener: RagEventListener): RagService?
Create a RagService with the given name, or the default if no name is given. Enhance if necessary
Link copied to clipboard