IntegrationTestUtils

Functions

Link copied to clipboard
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.

Link copied to clipboard
fun dummyAgentProcessRunning(agent: Agent, platformServices: PlatformServices? = null): AgentProcess
Link copied to clipboard
Link copied to clipboard