Interface AiGraphStartHook

All Known Subinterfaces:
AiGraphAgentHandler<T,R,F>
All Known Implementing Classes:
AbstractGraphAgent, DynamicWorkflowGraphAgent
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AiGraphStartHook
Callback interface before the graph task sequence starts.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Triggered before the graph task sequence starts executing.
  • Method Details

    • onGraphStart

      void onGraphStart(AiInvocationContext<?> ctx)
      Triggered before the graph task sequence starts executing.
      Parameters:
      ctx - current execution context