Module agentforge4j.config.loader
Interface AgentDefinitionAssembler.SiblingResolver
- Enclosing class:
- AgentDefinitionAssembler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Resolves a sibling file's content by name, returning
null when absent.-
Method Summary
-
Method Details
-
read
- Parameters:
fileName- sibling file name (for examplesystemprompt.md)- Returns:
- the content, or
nullwhen the sibling is not present
-