Interface ActionMethodManager

  • All Implemented Interfaces:

    
    public interface ActionMethodManager
    
                        

    Creates and invokes actions from annotated methods.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • createAction

         abstract Action createAction(Method method, Object instance, List<ToolCallback> toolCallbacksOnInstance)

        Create an Action from a method

        Parameters:
        method - the method to create an action from
        instance - instance of Agent or AgentCapabilities-annotated class
        toolCallbacksOnInstance - tool callbacks to use from instance level