Uses of Class
com.agentforge4j.config.loader.agent.AgentDefinitionFile
Packages that use AgentDefinitionFile
-
Uses of AgentDefinitionFile in com.agentforge4j.config.loader.agent
Methods in com.agentforge4j.config.loader.agent that return AgentDefinitionFileModifier and TypeMethodDescriptionprotected abstract AgentDefinitionFileBaseAgentLoader.readAgentFile(String entry) protected AgentDefinitionFileClasspathAgentLoader.readAgentFile(String entry) protected AgentDefinitionFileFileSystemAgentLoader.readAgentFile(String entry) Methods in com.agentforge4j.config.loader.agent with parameters of type AgentDefinitionFileModifier and TypeMethodDescriptionAgentDefinitionAssembler.assemble(AgentDefinitionFile file, String describedAs, AgentDefinitionAssembler.SiblingResolver siblings) Validates core fields and builds the definition, resolving the system prompt via the resolver.voidAgentDefinitionAssembler.validate(AgentDefinitionFile file, String describedAs) Validates the core required fields shared by every loader.