Uses of Class
com.agentforge4j.runtime.llm.LlmCommandParser
Packages that use LlmCommandParser
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
-
Uses of LlmCommandParser in com.agentforge4j.bootstrap
Methods in com.agentforge4j.bootstrap that return LlmCommandParserModifier and TypeMethodDescriptionBootstrapComponents.llmCommandParser()Returns the value of thellmCommandParserrecord component.Methods in com.agentforge4j.bootstrap with parameters of type LlmCommandParserModifier and TypeMethodDescriptionAgentForge4jBootstrap.Builder.withLlmCommandParser(LlmCommandParser llmCommandParser) Overrides the LLM command response parser.Constructors in com.agentforge4j.bootstrap with parameters of type LlmCommandParserModifierConstructorDescriptionBootstrapComponents(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 LlmCommandParser in com.agentforge4j.runtime.llm
Methods in com.agentforge4j.runtime.llm with parameters of type LlmCommandParserModifier and TypeMethodDescriptionAgentInvoker.Builder.llmCommandParser(LlmCommandParser llmCommandParser)