Class ChatC4Agent


  • public class ChatC4Agent
    extends java.lang.Object
    Chat micro agent that search the factory for micro agents.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IInternalAccess agent
      The underlying mirco agent.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChatC4Agent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void executeBody()
      Execute the functional body of the agent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChatC4Agent

        public ChatC4Agent()
    • Method Detail

      • executeBody

        public void executeBody()
        Execute the functional body of the agent. Is only called once.