dummy Agent Platform
fun dummyAgentPlatform(llmOperations: LlmOperations? = null, listener: AgenticEventListener? = null, toolGroupResolver: ToolGroupResolver? = null, ragService: RagService? = null): AgentPlatform
Create a dummy agent platform for integration testing. The returned instance can be used to run agents.