Module agentforge4j.config.loader
Class FileSystemAgentPromptResolver
java.lang.Object
com.agentforge4j.config.loader.prompt.FileSystemAgentPromptResolver
- All Implemented Interfaces:
AgentPromptResolver
Resolves agent prompt text from bundle-local prompt files (
systemprompt.md,
boundaries.md).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadBoundariesPrompt(Path agentDir) readSystemPrompt(Path agentDir)
-
Constructor Details
-
FileSystemAgentPromptResolver
public FileSystemAgentPromptResolver()
-
-
Method Details
-
readSystemPrompt
- Specified by:
readSystemPromptin interfaceAgentPromptResolver
-
readBoundariesPrompt
- Specified by:
readBoundariesPromptin interfaceAgentPromptResolver
-