Class AgentKt

  • All Implemented Interfaces:

    
    public final class AgentKt
    
                        
    • 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
      final static Agent agent(String name, String provider, Semver version, String description, List<PromptContributor> promptContributors, Function1<AgentBuilder, Unit> block) Surface area of DSL for creating an agent.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • agent

         final static Agent agent(String name, String provider, Semver version, String description, List<PromptContributor> promptContributors, Function1<AgentBuilder, Unit> block)

        Surface area of DSL for creating an agent.

        Parameters:
        name - The name of the agent.