Module agentforge4j.config.loader
Class AgentDefinitionFile
java.lang.Object
com.agentforge4j.config.loader.agent.AgentDefinitionFile
Mutable DTO representing the JSON shape of an agent bundle file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDefinition(String systemPrompt) Converts this DTO into anAgentDefinitionusing the resolved system prompt content.
-
Constructor Details
-
AgentDefinitionFile
public AgentDefinitionFile()
-
-
Method Details
-
toDefinition
Converts this DTO into anAgentDefinitionusing the resolved system prompt content.- Parameters:
systemPrompt- resolved system prompt text- Returns:
- immutable agent definition
-