Class AgentDefinitionFile

java.lang.Object
com.agentforge4j.config.loader.agent.AgentDefinitionFile

public final class AgentDefinitionFile extends Object
Mutable DTO representing the JSON shape of an agent bundle file.
  • Constructor Details

    • AgentDefinitionFile

      public AgentDefinitionFile()
  • Method Details

    • toDefinition

      public AgentDefinition toDefinition(String systemPrompt)
      Converts this DTO into an AgentDefinition using the resolved system prompt content.
      Parameters:
      systemPrompt - resolved system prompt text
      Returns:
      immutable agent definition