Integration Test Utils
object IntegrationTestUtils
Functions
Link copied to clipboard
fun dummyAgentPlatform(llmOperations: LlmOperations? = null, listener: AgenticEventListener? = null, toolGroupResolver: ToolGroupResolver? = null, logicalExpressionParser: LogicalExpressionParser = LogicalExpressionParser.EMPTY): 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
fun dummyPlatformServices(eventListener: AgenticEventListener? = null, logicalExpressionParser: LogicalExpressionParser = LogicalExpressionParser.EMPTY): PlatformServices
Link copied to clipboard