Module agentforge4j.bootstrap
module agentforge4j.bootstrap
Framework-agnostic bootstrap: assembles runtime and configuration defaults without binding to
Spring or a specific LLM provider module.
-
Packages
ExportsPackageDescriptionPublic bootstrap entry point — framework-agnostic defaults for AgentForge4j.Indirect ExportsFromPackagescom.agentforge4j.config.loader com.agentforge4j.config.loader.agent com.agentforge4j.config.loader.catalog com.agentforge4j.config.loader.integration com.agentforge4j.config.loader.prompt com.agentforge4j.config.loader.repository com.agentforge4j.config.loader.validation com.agentforge4j.config.loader.workflow -
Modules
RequiresModifierModuleDescriptiontransitiveLoads workflow and agent bundles from the filesystem or classpath and maps them into core models.transitiveProvider-neutral LLM client contracts andLlmClientFactoryservice interface.transitiveWorkflow execution engine: owns state transitions, events, and command handling for runs.