Module agentforge4j.runtime
Package com.agentforge4j.runtime.llm
Interface LlmProviderSelectionStrategy
- All Known Implementing Classes:
FirstAvailableProviderSelectionStrategy
public interface LlmProviderSelectionStrategy
Selects which
ProviderPreference to use for an initial LLM invocation.-
Method Summary
Modifier and TypeMethodDescriptionselectInitialProvider(AgentDefinition agent, List<String> availableProviders) Chooses the provider preference to use for the first LLM call for the given agent.
-
Method Details
-
selectInitialProvider
Chooses the provider preference to use for the first LLM call for the given agent.
-