Class DefaultChatAgentBuilder

  • All Implemented Interfaces:

    
    public final class DefaultChatAgentBuilder
    
                        

    Convenient class to build a default chat agent.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Agent build()
      • Methods inherited from class java.lang.Object

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

      • DefaultChatAgentBuilder

        DefaultChatAgentBuilder(Autonomy autonomy, LlmOptions llm, Persona persona, String promptTemplate, BlackboardFormatter blackboardFormatter)
        Parameters:
        promptTemplate - location of the prompt template to use for the agent.