javaApiInterceptStrategyStarting
fun javaApiInterceptStrategyStarting(feature: AIAgentFeature<*, *>, handle: Interceptor<StrategyStartingContext>)(source)
Intercepts strategy started event to perform actions when an agent strategy begins execution.
JVM-friendly overload that accepts an async interceptor.
Example (Java): pipeline.interceptStrategyStarting(feature, event -> { // Strategy started return java.util.concurrent.CompletableFuture.completedFuture(null); });