Interface AgentInvocation

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class AgentInvocation.Companion
      public final class AgentInvocation.Builder

      Builder for configuring and creating instances of AgentInvocation.

      Use this builder to set process options such as context, blackboard, verbosity, budget, and control policies before constructing the agent invocation.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract AgentInvocation<T> withAgentPlatform(AgentPlatform agentPlatform)
      <U extends Any> AgentInvocation<U> withResultType(Class<U> resultType)
      abstract <U extends Any> AgentInvocation<U> returning(Class<U> resultType)
      • Methods inherited from class com.embabel.agent.api.invocation.TypedInvocation

        getResultType, invoke, invoke, invokeAsync, invokeAsync
      • Methods inherited from class com.embabel.agent.api.invocation.BaseInvocation

        run, run, runAsync, runAsync, withProcessOptions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait