Class Agent.AgentBuilder<TContext,TOutput extends AgentOutputType>

java.lang.Object
ai.acolite.agentsdk.core.Agent.AgentBuilder<TContext,TOutput>
Enclosing class:
Agent<TContext,TOutput extends AgentOutputType>

public static class Agent.AgentBuilder<TContext,TOutput extends AgentOutputType> extends Object
Custom builder with automatic tool validation.

Extends Lombok's generated builder to add validation at build time.

  • Constructor Details

    • AgentBuilder

      public AgentBuilder()
  • Method Details