Uses of Record Class
com.agentforge4j.starter.AgentForge4jProperties

Packages that use AgentForge4jProperties
Package
Description
 
  • Uses of AgentForge4jProperties in com.agentforge4j.starter

    Methods in com.agentforge4j.starter with parameters of type AgentForge4jProperties
    Modifier and Type
    Method
    Description
    com.agentforge4j.bootstrap.AgentForge4j
    BootstrapAutoConfiguration.agentForge4j(AgentForge4jProperties properties, LlmCacheSettings cacheSettings, ModelTierProperties modelTierProperties, ToolProperties toolProperties, org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider, org.springframework.beans.factory.ObjectProvider<List<com.agentforge4j.llm.LlmClientConfiguration>> llmConfigurations, org.springframework.beans.factory.ObjectProvider<List<com.agentforge4j.core.spi.tool.ToolProvider>> toolProviders, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.tool.ToolPolicy> toolPolicy, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.tool.ToolExecutionOptions> toolExecutionOptions, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.integration.IntegrationConfigLoader> integrationConfigLoader, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.integration.MutableIntegrationRepository> integrationRepository, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.integration.ToolProviderFactory> toolProviderFactory)
    Assembles and exposes the full AgentForge4j facade.