Module agentforge4j.runtime
Package com.agentforge4j.runtime.command
package com.agentforge4j.runtime.command
-
ClassDescriptionImmutable input bundle passed to
CommandHandler.apply(com.agentforge4j.core.command.LlmCommand, CommandApplicationRequest).Outcome of applying a sequence ofLlmCommands in order.Dispatches eachLlmCommandto its registeredCommandHandlerand returns the first non-CommandApplicationResult.CONTINUEresult, orCommandApplicationResult.CONTINUEwhen every command continues.CommandHandler<C extends LlmCommand>Strategy for applying one concreteLlmCommandtype toWorkflowStateand related context.Abstraction over theCreateFileCommandside effect.FileSinkthat writes underbaseDir, namespacing paths byrunIdand rejecting paths that escape the base directory.CanonicalFileSinkthat accepts writes but performs no I/O.Abstraction over theRunCommandCommandside effect.