Uses of Record Class
com.agentforge4j.config.loader.LoadedConfiguration
Packages that use LoadedConfiguration
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
-
Uses of LoadedConfiguration in com.agentforge4j.bootstrap
Methods in com.agentforge4j.bootstrap that return LoadedConfigurationModifier and TypeMethodDescriptionBootstrapComponents.loadedConfiguration()Returns the value of theloadedConfigurationrecord component.Constructors in com.agentforge4j.bootstrap with parameters of type LoadedConfigurationModifierConstructorDescriptionBootstrapComponents(AgentRepository agentRepository, WorkflowRepository workflowRepository, WorkflowStateRepository workflowStateRepository, WorkflowEventLog workflowEventLog, LlmClientResolver llmClientResolver, ContextRenderer contextRenderer, LlmCommandParser llmCommandParser, EventRecorder eventRecorder, FileSink fileSink, LlmProviderSelectionStrategy llmProviderSelectionStrategy, IntegrationRepository integrationRepository, ToolProviderResolver toolProviderResolver, ToolExecutionService toolExecutionService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Clock clock, AgentInvoker agentInvoker, LlmCallObserver llmCallObserver, LoadedConfiguration loadedConfiguration) Creates an instance of aBootstrapComponentsrecord class. -
Uses of LoadedConfiguration in com.agentforge4j.config.loader
Methods in com.agentforge4j.config.loader that return LoadedConfigurationModifier and TypeMethodDescriptionAgentForgeLoader.load(Optional<Path> agentsDir, Optional<Path> workflowsDir, Optional<ClasspathAgentLoader> classpathAgentLoader, Optional<ClasspathWorkflowLoader> classpathWorkflowLoader) Loads configured agents and workflows from the provided sources and validates cross-references.