Interface SelfToolPublisher

  • All Implemented Interfaces:
    com.embabel.agent.core.ToolPublisher , com.embabel.agent.core.ToolSpec

    
    public interface SelfToolPublisher
     implements ToolPublisher
                        

    Convenient interface a class can implement to publish @Tool functions automatically. Application domain objects can extend this. Intended for extension by both platform and application code.

    • 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
    • Method Summary

      Modifier and Type Method Description
      List<Tool> getTools() Tools referenced or exposed.
      • Methods inherited from class java.lang.Object

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