A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
G
- GeminiModels - class in com.embabel.agent.api.models
- Well-known models from Google Gemini.
- generate(java.lang.String,com.embabel.agent.core.support.LlmInteraction,com.embabel.agent.core.AgentProcess,com.embabel.agent.core.Action) - function in com.embabel.agent.spi.LlmOperations
- Generate text in the context of an AgentProcess.
- generate(java.lang.String,com.embabel.agent.core.support.LlmInteraction,com.embabel.agent.core.AgentProcess,com.embabel.agent.core.Action) - function in com.embabel.agent.spi.LlmOperations
- Generate text in the context of an AgentProcess.
- generate(java.lang.String,com.embabel.agent.core.support.LlmInteraction,com.embabel.agent.core.AgentProcess,com.embabel.agent.core.Action) - function in com.embabel.agent.spi.LlmOperations
- Generate text in the context of an AgentProcess.
- generate(java.lang.String,com.embabel.agent.core.support.LlmInteraction,com.embabel.agent.core.AgentProcess,com.embabel.agent.core.Action) - function in com.embabel.agent.test.integration.ScriptedLlmOperations
- Generate text in the context of an AgentProcess.
- generatedBy(java.util.List) - function in com.embabel.agent.api.common.workflow.control.ScatterGatherBuilder
- generateForm(java.lang.Class,java.lang.String) - function in com.embabel.ux.form.FormGenerator
- generateForm(kotlin.reflect.KClass,java.lang.String) - function in com.embabel.ux.form.FormGenerator
- generateForm(com.embabel.ux.form.FormGenerator,java.lang.String) - function in com.embabel.ux.form.FormGeneratorKt
- Generate a form from any class with FormField annotations
- generateForm(java.lang.Class,java.lang.String) - function in com.embabel.ux.form.SimpleFormGenerator
- generateForm(kotlin.reflect.KClass,java.lang.String) - function in com.embabel.ux.form.SimpleFormGenerator
- Generate a form from any class with FormField annotations
- generateName(java.lang.Object,java.lang.String) - function in com.embabel.agent.api.annotation.support.MethodDefinedOperationNameGenerator
- Generate a qualified name to avoid name clashes.
- generateRequirementsPrompt(jakarta.validation.Validator,java.lang.Class) - function in com.embabel.agent.spi.validation.DefaultValidationPromptGenerator
- Generate a string describing validation requirements for an LLM prompt This inspects the bean metadata to describe constraints ahead of time
- generateRequirementsPrompt(jakarta.validation.Validator,java.lang.Class) - function in com.embabel.agent.spi.validation.ValidationPromptGenerator
- Generate a string describing validation requirements for an LLM prompt This inspects the bean metadata to describe constraints ahead of time
- generateStream() - function in com.embabel.agent.api.common.streaming.StreamingPromptRunner.Streaming
- Generate a reactive stream of text chunks as they arrive from the LLM.
- generateStream() - function in com.embabel.agent.api.common.streaming.StreamingPromptRunnerOperations
- Generate a reactive stream of text chunks as they arrive from the LLM.
- generateStream(java.lang.String,com.embabel.agent.core.support.LlmInteraction,com.embabel.agent.core.AgentProcess,com.embabel.agent.core.Action) - function in com.embabel.agent.spi.streaming.StreamingLlmOperations
- Generate streaming text in the context of an AgentProcess.
- generateStream(java.util.List,com.embabel.agent.core.support.LlmInteraction,com.embabel.agent.core.AgentProcess,com.embabel.agent.core.Action) - function in com.embabel.agent.spi.streaming.StreamingLlmOperations
- Generate streaming text from messages in the context of an AgentProcess.
- generateText(com.embabel.agent.api.common.MultimodalContent) - function in com.embabel.agent.api.common.PromptRunner
- Generate text from multimodal content (text + images)
- generateText(java.lang.String) - function in com.embabel.agent.api.common.PromptRunner
- Generate text
- generateText(java.util.Map) - function in com.embabel.agent.api.common.PromptRunner.Rendering
- Generate text using the given model to render the template and LLM options from context.
- generateText(com.embabel.agent.api.common.MultimodalContent) - function in com.embabel.agent.api.common.PromptRunner.Thinking
- Generate text from multimodal content with thinking block extraction.
- generateText(java.lang.String) - function in com.embabel.agent.api.common.PromptRunner.Thinking
- Generate text with thinking block extraction.
- generateText(com.embabel.agent.api.common.MultimodalContent) - function in com.embabel.agent.api.common.PromptRunnerOperations
- Generate text from multimodal content (text + images)
- generateText(com.embabel.agent.api.common.MultimodalContent) - function in com.embabel.agent.api.common.PromptRunnerOperations
- Generate text from multimodal content (text + images)
- generateText(java.lang.String) - function in com.embabel.agent.api.common.PromptRunnerOperations
- Generate text
- generateText(java.lang.String) - function in com.embabel.agent.api.common.PromptRunnerOperations
- Generate text
- generateText(com.embabel.agent.api.common.MultimodalContent) - function in com.embabel.agent.api.common.StreamingPromptRunner
- Generate text from multimodal content (text + images)
- generateText(java.lang.String) - function in com.embabel.agent.api.common.StreamingPromptRunner
- Generate text
- generateText(java.util.Map) - function in com.embabel.agent.api.common.TemplateOperations
- Generate text using the given model to render the template and LLM options from context.
- generateText(com.embabel.agent.api.common.MultimodalContent) - function in com.embabel.agent.api.common.ThinkingPromptRunnerOperations
- Generate text from multimodal content with thinking block extraction.
- generateText(java.lang.String) - function in com.embabel.agent.api.common.ThinkingPromptRunnerOperations
- Generate text with thinking block extraction.
- generateViolationsReport(java.util.Set) - function in com.embabel.agent.spi.validation.DefaultValidationPromptGenerator
- (b) Generate a string based on actual constraint violations This describes what went wrong after validation
- generateViolationsReport(java.util.Set) - function in com.embabel.agent.spi.validation.ValidationPromptGenerator
- Generate a string based on actual constraint violations This describes what went wrong after validation
- get() - function in com.embabel.agent.api.common.support.Branch
- get(java.lang.String) - function in com.embabel.agent.core.ActionContext
- Return the value of a variable, if it is set by name.
- get(java.lang.String) - function in com.embabel.agent.core.AgentProcess
- Return the value of a variable, if it is set by name.
- get() - function in com.embabel.agent.core.AgentProcess.Companion
- Get the current agent process for this thread, if any.
- get(java.lang.String) - function in com.embabel.agent.core.Blackboard
- Return the value of a variable, if it is set by name.
- get(java.lang.String) - function in com.embabel.agent.core.Blackboard
- Return the value of a variable, if it is set by name.
- get(java.lang.String) - function in com.embabel.agent.core.ExecutingOperationContext
- Return the value of a variable, if it is set by name.
- get(java.lang.String) - function in com.embabel.agent.core.InputActionContext
- Return the value of a variable, if it is set by name.
- get(java.lang.String) - function in com.embabel.agent.core.InputsActionContext
- Return the value of a variable, if it is set by name.
- get(java.lang.String) - function in com.embabel.agent.core.OperationContext
- Return the value of a variable, if it is set by name.
- get(java.lang.String) - function in com.embabel.agent.core.support.InMemoryBlackboard
- Return the value of a variable, if it is set by name.
- getAccepted() - function in com.embabel.agent.core.hitl.ConfirmationResponse
- getAcceptedFileTypes() - function in com.embabel.ux.form.FileUpload
- getAction() - function in com.embabel.agent.api.common.ActionContext
- getAction() - function in com.embabel.agent.api.common.ActionContext
- getAction() - function in com.embabel.agent.api.common.InputActionContext
- getAction() - function in com.embabel.agent.api.common.InputsActionContext
- getAction() - function in com.embabel.agent.api.common.SupplierActionContext
- getAction() - function in com.embabel.agent.api.common.TransformationActionContext
- getAction() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getAction() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getAction() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilActionContext
- getAction() - function in com.embabel.agent.api.event.ActionExecutionResultEvent
- getAction() - function in com.embabel.agent.api.event.ActionExecutionStartEvent
- getAction() - function in com.embabel.agent.api.event.LlmRequestEvent
- getAction() - function in com.embabel.agent.api.event.ToolCallRequestEvent
- getActionContext() - function in com.embabel.agent.api.dsl.BiInputActionContext
- getActionCount() - function in com.embabel.agent.web.rest.PlatformInfoSummary
- getActionName() - function in com.embabel.agent.core.ActionInvocation
- getActionQos() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- getActionQosProperties() - function in com.embabel.agent.api.annotation.support.DefaultActionQosProvider
- getActionQosProvider() - function in com.embabel.agent.api.annotation.support.ActionMethodManager
- getActions() - function in com.embabel.agent.api.dsl.AgentBuilder
- getActions() - function in com.embabel.agent.api.dsl.TypedAgentScopeBuilder
- getActions() - function in com.embabel.agent.core.ActionSource
- getActions() - function in com.embabel.agent.core.Agent
- getActions() - function in com.embabel.agent.core.AgentMetadata
- A list of metadata about the actions this agent can perform
- getActions() - function in com.embabel.agent.core.AgentPlatform
- getActions() - function in com.embabel.agent.core.AgentPlatform
- getActions() - function in com.embabel.agent.core.AgentScope
- getActions() - function in com.embabel.agent.core.Budget
- getActions() - function in com.embabel.agent.web.rest.PlatformInfoController
- Returns a list of all actions available on the platform (across all agents).
- getActions() - function in com.embabel.plan.Plan
- getActions() - function in com.embabel.plan.Plan
- getActions() - function in com.embabel.plan.PlanningSystem
- getActions() - function in com.embabel.plan.common.condition.ConditionPlanningSystem
- getActionStatus() - function in com.embabel.agent.api.event.ActionExecutionResultEvent
- getAgent() - function in com.embabel.agent.api.common.autonomy.Autonomy.GoalSeeker
- getAgent() - function in com.embabel.agent.api.event.AgentDeploymentEvent
- getAgent() - function in com.embabel.agent.api.event.DynamicAgentCreationEvent
- getAgent() - function in com.embabel.agent.core.AgentProcess
- The agent that this process is running.
- getAgent() - function in com.embabel.agent.core.support.AbstractAgentProcess
- The agent that this process is running.
- getAgent() - function in com.embabel.agent.core.support.AbstractAgentProcess
- The agent that this process is running.
- getAgent() - function in com.embabel.agent.test.unit.FakeOperationContext
- getAgent() - function in com.embabel.agent.tools.agent.AgentTool
- getAgentConfidenceCutOff() - function in com.embabel.agent.api.common.autonomy.AutonomyProperties
- getAgentConfidenceCutOff() - function in com.embabel.agent.api.common.autonomy.GoalSelectionOptions
- getAgentConfidenceCutOff() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.AutonomyConfig
- Confidence threshold for agent operations
- getAgentCount() - function in com.embabel.agent.web.rest.PlatformInfoSummary
- getAgentName() - function in com.embabel.agent.api.common.NoSuchAgentException
- getAgentName() - function in com.embabel.agent.core.LlmInvocation
- getAgentName() - function in com.embabel.common.core.validation.ValidationLocation
- getAgentNames() - function in com.embabel.agent.web.rest.PlatformInfoSummary
- getAgentPlatform() - function in com.embabel.agent.api.common.PlatformServices
- The agent platform executing this agent
- getAgentPlatform() - function in com.embabel.agent.api.common.autonomy.Autonomy
- getAgentPlatform() - function in com.embabel.agent.api.common.autonomy.GoalNotApproved
- getAgentPlatform() - function in com.embabel.agent.api.event.AgentDeploymentEvent
- getAgentPlatform() - function in com.embabel.agent.api.event.AgentPlatformEvent
- getAgentPlatform() - function in com.embabel.agent.api.event.DynamicAgentCreationEvent
- getAgentPlatform() - function in com.embabel.agent.api.event.RankingEvent
- getAgentPlatform() - function in com.embabel.agent.api.event.RankingEvent
- getAgentPlatform() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- The agent platform executing this agent
- getAgentProcess() - function in com.embabel.agent.api.common.ActionContext
- getAgentProcess() - function in com.embabel.agent.api.common.ExecutingOperationContext
- getAgentProcess() - function in com.embabel.agent.api.common.InputActionContext
- getAgentProcess() - function in com.embabel.agent.api.common.InputsActionContext
- getAgentProcess() - function in com.embabel.agent.api.common.OperationContext
- getAgentProcess() - function in com.embabel.agent.api.common.OperationContext
- getAgentProcess() - function in com.embabel.agent.api.common.OperationContext
- getAgentProcess() - function in com.embabel.agent.api.common.autonomy.AgentProcessExecution
- Process that executed and is now complete
- getAgentProcess() - function in com.embabel.agent.api.common.autonomy.ProcessExecutionException
- getAgentProcess() - function in com.embabel.agent.api.common.autonomy.ProcessExecutionException
- getAgentProcess() - function in com.embabel.agent.api.common.autonomy.ProcessExecutionFailedException
- getAgentProcess() - function in com.embabel.agent.api.common.autonomy.ProcessExecutionStuckException
- getAgentProcess() - function in com.embabel.agent.api.common.autonomy.ProcessExecutionTerminatedException
- getAgentProcess() - function in com.embabel.agent.api.common.autonomy.ProcessWaitingException
- getAgentProcess() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- getAgentProcess() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- getAgentProcess() - function in com.embabel.agent.api.tool.ReplanContext
- getAgentProcess(java.lang.String) - function in com.embabel.agent.core.AgentPlatform
- Find an agent process by id.
- getAgentProcess() - function in com.embabel.agent.core.ProcessContext
- getAgentProcess(java.lang.String) - function in com.embabel.agent.core.support.DefaultAgentPlatform
- Find an agent process by id.
- getAgentProcessRepository() - function in com.embabel.agent.api.common.PlatformServices
- getAgentProcessRepository() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- getAgentRankings() - function in com.embabel.agent.api.common.autonomy.NoAgentFound
- getAgents() - function in com.embabel.agent.core.deployment.AgentDeployer
- getAgents() - function in com.embabel.agent.web.rest.PlatformInfoController
- Returns a list of all agents deployed on the platform.
- getAgentScope() - function in com.embabel.agent.api.common.AgentFunction
- getAnnotation() - function in com.embabel.agent.core.deployment.AgentScanningProperties
- Whether to auto register beans with @Agent and @Agentic annotation
- getAnnotation() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ScanningConfig
- Whether to auto register beans with @Agent and @Agentic annotation
- getAnthropic() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig
- getAPPROVE_ALL() - function in com.embabel.agent.api.common.autonomy.GoalChoiceApprover.Companion
- getApproved() - function in com.embabel.agent.api.common.autonomy.GoalChoiceApprovalResponse
- getApproved() - function in com.embabel.agent.api.common.autonomy.GoalChoiceApproved
- getApproved() - function in com.embabel.agent.api.common.autonomy.GoalChoiceNotApproved
- getArgumentResolvers() - function in com.embabel.agent.api.annotation.support.ActionMethodManager
- Strategies for resolving action method parameters into argument values Handles core types such as Ai and OperationContext, but can be extended to support custom parameter types.
- getArguments() - function in com.embabel.chat.ToolCall
- getArtifact() - function in com.embabel.agent.api.tool.ReplanContext
- getArtifact() - function in com.embabel.agent.api.tool.Tool.Result.WithArtifact
- getAssets() - function in com.embabel.chat.AssetTracker
- All tracked assets, in order in which they were added
- getAssets() - function in com.embabel.chat.AssetView
- All tracked assets, in order in which they were added
- getAssets() - function in com.embabel.chat.AssetViewImpl
- All tracked assets, in order in which they were added
- getAssets() - function in com.embabel.chat.support.InMemoryAssetTracker
- All tracked assets, in order in which they were added
- getAssetTracker() - function in com.embabel.chat.Conversation
- Assets tracked in the conversation.
- getAssetTracker() - function in com.embabel.chat.support.AssetAddingTool
- getAssetTracker() - function in com.embabel.chat.support.InMemoryConversation
- Assets tracked in the conversation.
- getAssistantMessage() - function in com.embabel.chat.agent.ConversationContinues
- getAsyncer() - function in com.embabel.agent.api.common.PlatformServices
- Asyncer for async operations
- getAsyncer() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- Asyncer for async operations
- getAttemptHistory() - function in com.embabel.agent.api.common.workflow.loop.AcceptanceActionContext
- getAttemptHistory() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getAttemptHistory() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getAttemptHistory() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getAudience() - function in com.embabel.agent.prompt.persona.CoStar
- getAutonomy() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- getAutonomy() - function in com.embabel.agent.tools.agent.DefaultProcessCallbackTools
- getAutonomy() - function in com.embabel.agent.tools.agent.GoalTool
- getAvailableTools() - function in com.embabel.agent.spi.loop.ToolNotFoundException
- getAverageResponseTime() - function in com.embabel.agent.api.common.ToolStats
- getAwaitable() - function in com.embabel.agent.api.annotation.AwaitableResponseException
- getAwaitable() - function in com.embabel.agent.api.common.autonomy.ProcessWaitingException
- getAwaitable() - function in com.embabel.chat.AssistantMessage
- getAwaitableId() - function in com.embabel.agent.core.hitl.AwaitableResponse
- ID of the Awaitable that this relates to
- getAwaitableId() - function in com.embabel.agent.core.hitl.ConfirmationResponse
- ID of the Awaitable that this relates to
- getAwaitableId() - function in com.embabel.agent.core.hitl.FormResponse
- ID of the Awaitable that this relates to
- getBackoffMaxInterval() - function in com.embabel.agent.core.ActionQos
- getBackoffMaxInterval() - function in com.embabel.agent.spi.common.RetryProperties
- getBackoffMaxInterval() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ActionQosProperties.ActionProperties
- getBackoffMaxInterval() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig.AnthropicConfig
- Maximum backoff interval in milliseconds
- getBackoffMaxInterval() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig.OpenAiConfig
- Maximum backoff interval in milliseconds
- getBackoffMaxInterval() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.RankingConfig
- Maximum backoff time in milliseconds
- getBackoffMaxInterval() - function in com.embabel.agent.spi.support.RankingProperties
- getBackoffMillis() - function in com.embabel.agent.core.ActionQos
- getBackoffMillis() - function in com.embabel.agent.spi.common.RetryProperties
- getBackoffMillis() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ActionQosProperties.ActionProperties
- getBackoffMillis() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig.AnthropicConfig
- Initial backoff time in milliseconds
- getBackoffMillis() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig.OpenAiConfig
- Initial backoff time in milliseconds
- getBackoffMillis() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.RankingConfig
- Initial backoff time in milliseconds
- getBackoffMillis() - function in com.embabel.agent.spi.support.RankingProperties
- getBackoffMultiplier() - function in com.embabel.agent.core.ActionQos
- getBackoffMultiplier() - function in com.embabel.agent.spi.common.RetryProperties
- getBackoffMultiplier() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ActionQosProperties.ActionProperties
- getBackoffMultiplier() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig.AnthropicConfig
- Backoff multiplier
- getBackoffMultiplier() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig.OpenAiConfig
- Backoff multiplier
- getBackoffMultiplier() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.RankingConfig
- Multiplier for backoff time
- getBackoffMultiplier() - function in com.embabel.agent.spi.support.RankingProperties
- getBackstory() - function in com.embabel.agent.prompt.persona.RoleGoalBackstory
- getBackstory() - function in com.embabel.agent.prompt.persona.RoleGoalBackstorySpec
- getBasis() - function in com.embabel.agent.api.common.autonomy.AgentProcessExecution
- What triggered this result.
- getBasis() - function in com.embabel.agent.api.common.autonomy.GoalNotApproved
- getBasis() - function in com.embabel.agent.api.common.autonomy.NoAgentFound
- getBasis() - function in com.embabel.agent.api.common.autonomy.NoGoalFound
- getBasis() - function in com.embabel.agent.api.event.DynamicAgentCreationEvent
- getBasis() - function in com.embabel.agent.api.event.RankingEvent
- getBasis() - function in com.embabel.agent.api.event.RankingEvent
- getBean() - function in com.embabel.agent.core.deployment.AgentScanningProperties
- Whether to auto register agents from Agent beans
- getBean() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ScanningConfig
- Whether to auto register as agents Spring beans of type Agent
- getBindingParameterName(java.lang.String,com.embabel.agent.api.annotation.RequireNameMatch) - function in com.embabel.agent.api.annotation.support.UtilsKt
- Returns the name of the parameter based on the provided RequireNameMatch.
- getBlackboard() - function in com.embabel.agent.core.AgentProcess
- The blackboard for this process.
- getBlackboard() - function in com.embabel.agent.core.ProcessContext
- getBlackboard() - function in com.embabel.agent.core.ProcessOptions
- getBlackboard() - function in com.embabel.agent.core.support.AbstractAgentProcess
- The blackboard for this process.
- getBlackboard() - function in com.embabel.agent.core.support.AbstractAgentProcess
- The blackboard for this process.
- getBlackboard() - function in com.embabel.agent.core.support.BlackboardWorldState
- getBlackboardId() - function in com.embabel.agent.core.ActionContext
- Unique identifier of this blackboard.
- getBlackboardId() - function in com.embabel.agent.core.AgentProcess
- Unique identifier of this blackboard.
- getBlackboardId() - function in com.embabel.agent.core.Blackboard
- Unique identifier of this blackboard.
- getBlackboardId() - function in com.embabel.agent.core.Blackboard
- Unique identifier of this blackboard.
- getBlackboardId() - function in com.embabel.agent.core.ExecutingOperationContext
- Unique identifier of this blackboard.
- getBlackboardId() - function in com.embabel.agent.core.InputActionContext
- Unique identifier of this blackboard.
- getBlackboardId() - function in com.embabel.agent.core.InputsActionContext
- Unique identifier of this blackboard.
- getBlackboardId() - function in com.embabel.agent.core.OperationContext
- Unique identifier of this blackboard.
- getBlackboardId() - function in com.embabel.agent.core.support.InMemoryBlackboard
- Unique identifier of this blackboard.
- getBlackboardUpdater() - function in com.embabel.agent.api.tool.ReplanDecision
- getBlackboardUpdater() - function in com.embabel.agent.core.ReplanRequestedException
- getBlackboardUpdater() - function in com.embabel.agent.spi.loop.ToolLoopResult
- getBound(java.lang.String) - function in com.embabel.agent.api.annotation.support.ActionQosPropertyProvider
- getBound(java.lang.String) - function in com.embabel.agent.api.annotation.support.DefaultActionQosProvider
- getBROWSER_AUTOMATION_DESCRIPTION() - function in com.embabel.agent.core.CoreToolGroups
- getBudget() - function in com.embabel.agent.core.ProcessOptions
- getCallbacks() - function in com.embabel.agent.core.support.ConcurrentAgentProcess
- getCalls() - function in com.embabel.agent.api.common.ToolStats
- getCanRerun() - function in com.embabel.agent.core.Action
- Can this action be run again if it has already run in the given AgentProcess?
- getCanRerun() - function in com.embabel.agent.core.ActionMetadata
- getCanRerun() - function in com.embabel.agent.core.support.AbstractAction
- getCanRerun() - function in com.embabel.agent.core.support.AbstractAction
- getCardinality() - function in com.embabel.agent.core.AllowedRelationship
- getCardinality() - function in com.embabel.agent.core.DomainTypePropertyDefinition
- getCardinality() - function in com.embabel.agent.core.PropertyDefinition
- getCardinality() - function in com.embabel.agent.core.ValidatedPropertyDefinition
- getCardinality() - function in com.embabel.agent.core.ValuePropertyDefinition
- getCause() - function in com.embabel.agent.api.tool.Tool.Result.Error
- getCause() - function in kotlin.Throwable
- getChanges() - function in com.embabel.agent.tools.file.DefaultFileChangeLog
- getChanges() - function in com.embabel.agent.tools.file.FileChangeLog
- getChanges() - function in com.embabel.agent.tools.file.FileTools
- getChanges() - function in com.embabel.agent.tools.file.FileWriteTools
- getChatModel() - function in com.embabel.agent.spi.support.springai.SpringAiLlmService
- getChecked() - function in com.embabel.ux.form.Checkbox
- getChoice() - function in com.embabel.agent.api.event.RankingChoiceMadeEvent
- getChoices() - function in com.embabel.agent.api.event.RankingEvent
- getChoices() - function in com.embabel.agent.api.event.RankingEvent
- getChoices() - function in com.embabel.agent.api.event.RankingEvent
- getChoices() - function in com.embabel.agent.api.event.RankingEvent
- getClassName() - function in com.embabel.agent.core.JvmType
- getClazz() - function in com.embabel.agent.core.JvmType
- getClazz() - function in com.embabel.chat.support.AssetAddingTool
- getCode() - function in com.embabel.agent.api.common.StuckHandlerResult
- getCode() - function in com.embabel.common.core.validation.ValidationError
- getColor2() - function in com.embabel.agent.spi.logging.ColorPalette
- getColor2() - function in com.embabel.agent.spi.logging.DefaultColorPalette
- getColor2() - function in com.embabel.agent.spi.logging.personality.colossus.ColossusColorPalette
- getColor2() - function in com.embabel.agent.spi.logging.personality.hitchhiker.HitchhikerColorPalette
- getColor2() - function in com.embabel.agent.spi.logging.personality.montypython.MontyPythonColorPalette
- getColor2() - function in com.embabel.agent.spi.logging.personality.severance.LumonColorPalette
- getColor2() - function in com.embabel.agent.spi.logging.personality.starwars.StarWarsColorPalette
- getColorPalette() - function in com.embabel.agent.spi.logging.LoggingAgenticEventListener
- The color palette to use for this personality
- getColorPalette() - function in com.embabel.agent.spi.logging.LoggingAgenticEventListener
- The color palette to use for this personality
- getColorPalette() - function in com.embabel.agent.spi.logging.LoggingPersonality
- The color palette to use for this personality
- getCompletionMessages() - function in com.embabel.agent.spi.logging.personality.hitchhiker.HitchhikerLoggingAgenticEventListenerKt
- getCompletionMessages() - function in com.embabel.agent.spi.logging.personality.severance.SeveranceLoggingAgenticEventListenerKt
- getCompletionTokens() - function in com.embabel.agent.core.Usage
- getComponent() - function in com.embabel.common.core.validation.ValidationLocation
- getCompressWhitespace() - function in com.embabel.agent.tools.file.WellKnownFileContentTransformers
- Removes excessive whitespace from file content
- getCondition(java.lang.String) - function in com.embabel.agent.core.ActionContext
- getCondition(java.lang.String) - function in com.embabel.agent.core.AgentProcess
- getCondition(java.lang.String) - function in com.embabel.agent.core.Blackboard
- getCondition(java.lang.String) - function in com.embabel.agent.core.Blackboard
- getCondition(java.lang.String) - function in com.embabel.agent.core.ExecutingOperationContext
- getCondition(java.lang.String) - function in com.embabel.agent.core.InputActionContext
- getCondition(java.lang.String) - function in com.embabel.agent.core.InputsActionContext
- getCondition(java.lang.String) - function in com.embabel.agent.core.OperationContext
- getCondition(java.lang.String) - function in com.embabel.agent.core.support.InMemoryBlackboard
- getConditionCount() - function in com.embabel.agent.web.rest.PlatformInfoSummary
- getConditions() - function in com.embabel.agent.api.dsl.TypedAgentScopeBuilder
- getConditions() - function in com.embabel.agent.core.Agent
- getConditions() - function in com.embabel.agent.core.AgentMetadata
- A set of condition names that this agent recognizes
- getConditions() - function in com.embabel.agent.core.AgentPlatform
- getConditions() - function in com.embabel.agent.core.AgentPlatform
- getConditions() - function in com.embabel.agent.core.AgentScope
- getConditions() - function in com.embabel.agent.core.ConditionSource
- getConditions() - function in com.embabel.agent.web.rest.PlatformInfoController
- Returns a list of all conditions available on the platform (across all agents).
- getConditionWorldState() - function in com.embabel.agent.core.support.BlackboardWorldState
- getConfidence() - function in com.embabel.agent.experimental.primitive.Determination
- getConfidenceCutOff() - function in com.embabel.agent.api.event.RankingChoiceCouldNotBeMadeEvent
- getConflictingClassType() - function in com.embabel.agent.api.annotation.support.DuplicateParameterType
- The type of the parameter that is ambiguous.
- getConflictingParameters() - function in com.embabel.agent.api.annotation.support.DuplicateParameterType
- The parameters that are ambiguous.
- getConstraintViolations() - function in com.embabel.agent.core.support.InvalidLlmReturnTypeException
- getContent() - function in com.embabel.agent.api.channel.ContentOutputChannelEvent
- getContent() - function in com.embabel.agent.api.tool.Tool.Result.Text
- getContent() - function in com.embabel.agent.api.tool.Tool.Result.WithArtifact
- getContent() - function in com.embabel.agent.domain.io.UserInput
- Content associated with this object.
- getContent() - function in com.embabel.agent.domain.library.AssistantContent
- Content associated with this object.
- getContent() - function in com.embabel.agent.domain.library.HasContent
- Content associated with this object.
- getContent() - function in com.embabel.agent.domain.library.UserContent
- Content associated with this object.
- getContent() - function in com.embabel.chat.AssistantMessageWithToolCalls
- Content associated with this object.
- getContent() - function in com.embabel.chat.Message
- Content associated with this object.
- getContent() - function in com.embabel.chat.Message
- Content associated with this object.
- getContext() - function in com.embabel.agent.prompt.persona.CoStar
- getContext() - function in com.embabel.agent.spi.validation.DefaultAgentStructureValidator
- getContextId() - function in com.embabel.agent.core.ProcessOptions
- getContextIdString() - function in com.embabel.agent.core.ProcessOptions
- Get the context ID as a String for Java interop.
- getContextLines() - function in com.embabel.agent.tools.file.PatternSearch.PatternMatch
- getContextualPromptContributors() - function in com.embabel.agent.core.support.LlmCall
- getContextualPromptContributors() - function in com.embabel.agent.core.support.LlmInteraction
- getControls() - function in com.embabel.ux.form.Form
- getConversation() - function in com.embabel.chat.ChatSession
- Conversation history.
- getConversationHistory() - function in com.embabel.agent.spi.loop.ToolInjectionContext
- getConversationHistory() - function in com.embabel.agent.spi.loop.ToolLoopResult
- getConverter() - function in com.embabel.chat.support.AssetAddingTool
- getCorrelationId() - function in com.embabel.agent.api.event.ToolCallRequestEvent
- getCost() - function in com.embabel.agent.core.Budget
- getCost() - function in com.embabel.agent.core.ComputedBooleanCondition
- Cost of evaluating the condition.
- getCost() - function in com.embabel.agent.core.Condition
- Cost of evaluating the condition.
- getCost() - function in com.embabel.agent.core.ConditionMetadata
- Cost of evaluating the condition.
- getCost() - function in com.embabel.agent.core.support.AbstractAction
- getCost() - function in com.embabel.agent.core.support.AbstractAction
- getCost() - function in com.embabel.agent.experimental.primitive.PromptCondition
- This is as expensive as it can get
- getCost() - function in com.embabel.plan.Action
- Cost of performing this action Must be between 0 and 1 1 is the most expensive imaginable.
- getCost() - function in com.embabel.plan.Action
- Cost of performing this action Must be between 0 and 1 1 is the most expensive imaginable.
- getCost() - function in com.embabel.plan.ConditionAction
- Cost of performing this action Must be between 0 and 1 1 is the most expensive imaginable.
- getCreationPermitted() - function in com.embabel.agent.core.DomainType
- Is instance creation permitted?
- getCreationPermitted() - function in com.embabel.agent.core.DynamicType
- Is instance creation permitted?
- getCreationPermitted() - function in com.embabel.agent.core.JvmType
- Is instance creation permitted?
- getCurrent() - function in com.embabel.agent.api.event.ProgressUpdateEvent
- getCurrentTools() - function in com.embabel.agent.spi.loop.ToolInjectionContext
- getCustomLogicalExpressionParser() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- getData() - function in com.embabel.agent.api.common.AgentImage
- getData() - function in com.embabel.chat.ImagePart
- getDataBinding() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.LlmOperationsConfig
- getDebug() - function in com.embabel.agent.core.Verbosity
- getDEFAULT() - function in com.embabel.agent.spi.AutoLlmSelectionCriteriaResolver.Companion
- getDefault() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ActionQosProperties
- Fallback retry properties for {@code @Action} and {@code @Agent} overrides.
- getDEFAULT() - function in com.embabel.agent.spi.loop.ToolInjectionStrategy.Companion
- The default strategy that handles common patterns automatically.
- getDefaultEmbeddingModel() - function in com.embabel.common.ai.model.ConfigurableModelProviderProperties
- Default embedding model name.
- getDefaultLlm() - function in com.embabel.common.ai.model.ConfigurableModelProviderProperties
- Default LLM name.
- getDefaultTimeout() - function in com.embabel.agent.spi.support.LlmOperationsPromptsProperties
- Default timeout for operations
- getDefinition() - function in com.embabel.agent.api.tool.AgenticTool
- getDefinition() - function in com.embabel.agent.api.tool.ConditionalReplanningTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.api.tool.DelegatingTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.api.tool.MatryoshkaTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.api.tool.ReplanningTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.api.tool.Tool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.api.tool.ToolInfo
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.core.support.RenamedTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.spi.support.AgentProcessBindingTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.spi.support.EventPublishingTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.spi.support.ExceptionSuppressingTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.spi.support.MetadataEnrichedTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.spi.support.ObservabilityTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.spi.support.OutputTransformingTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.spi.support.springai.SpringToolCallbackWrapper
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.tools.agent.AgentTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.agent.tools.agent.GoalTool
- Tool definition for LLM
- getDefinition() - function in com.embabel.chat.support.AssetAddingTool
- Tool definition for LLM
- getDelay() - function in com.embabel.agent.spi.DelayedActionExecutionSchedule
- getDelay() - function in com.embabel.agent.spi.ToolCallSchedule
- getDelegate() - function in com.embabel.agent.api.tool.ConditionalReplanningTool
- getDelegate() - function in com.embabel.agent.api.tool.ReplanningTool
- getDelegate() - function in com.embabel.agent.spi.support.AgentProcessBindingTool
- getDelegate() - function in com.embabel.agent.spi.support.DelegatingTool
- getDelegate() - function in com.embabel.agent.spi.support.EventPublishingTool
- getDelegate() - function in com.embabel.agent.spi.support.ExceptionSuppressingTool
- getDelegate() - function in com.embabel.agent.spi.support.MetadataEnrichedTool
- getDelegate() - function in com.embabel.agent.spi.support.ObservabilityTool
- getDelegate() - function in com.embabel.agent.spi.support.OutputTransformingTool
- getDelegate() - function in com.embabel.chat.support.AssetAddingTool
- getDescription() - function in com.embabel.agent.api.common.CreationExample
- getDescription() - function in com.embabel.agent.api.common.CreationExample
- getDescription() - function in com.embabel.agent.api.common.reference.LiteralText
- getDescription() - function in com.embabel.agent.api.common.reference.LocalDirectoryReference
- getDescription() - function in com.embabel.agent.api.common.reference.SpringResource
- getDescription() - function in com.embabel.agent.api.common.reference.WebPage
- getDescription() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getDescription() - function in com.embabel.agent.api.dsl.AgentBuilder
- getDescription() - function in com.embabel.agent.api.tool.Tool.Definition
- Description explaining what the tool does.
- getDescription() - function in com.embabel.agent.api.tool.Tool.Parameter
- getDescription() - function in com.embabel.agent.api.validation.AssistantMessageGuardRail
- Description of what this validator checks.
- getDescription() - function in com.embabel.agent.api.validation.ContentValidator
- Description of what this validator checks.
- getDescription() - function in com.embabel.agent.api.validation.GuardRail
- Description of what this validator checks.
- getDescription() - function in com.embabel.agent.api.validation.UserInputGuardRail
- Description of what this validator checks.
- getDescription() - function in com.embabel.agent.core.ActionMetadata
- getDescription() - function in com.embabel.agent.core.Agent
- getDescription() - function in com.embabel.agent.core.AgentMetadata
- A human-readable description of the agent's purpose and capabilities
- getDescription() - function in com.embabel.agent.core.AllowedRelationship
- getDescription() - function in com.embabel.agent.core.DomainTypePropertyDefinition
- getDescription() - function in com.embabel.agent.core.DynamicType
- getDescription() - function in com.embabel.agent.core.Goal
- getDescription() - function in com.embabel.agent.core.JvmType
- getDescription() - function in com.embabel.agent.core.PropertyDefinition
- getDescription() - function in com.embabel.agent.core.PropertyValidationRule
- Human-readable description of this rule.
- getDescription() - function in com.embabel.agent.core.ToolGroupDescription
- Natural language description of the tool group.
- getDescription() - function in com.embabel.agent.core.ToolGroupMetadata
- Natural language description of the tool group.
- getDescription() - function in com.embabel.agent.core.ValidatedPropertyDefinition
- getDescription() - function in com.embabel.agent.core.ValuePropertyDefinition
- getDescription() - function in com.embabel.agent.core.support.AbstractAction
- getDescription() - function in com.embabel.agent.core.support.AbstractAction
- getDescription() - function in com.embabel.agent.core.support.DefaultAgentPlatform
- getDescription() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- Platform description
- getDescription() - function in com.embabel.agent.spi.config.spring.GroupConfig
- getDescription() - function in com.embabel.agent.tools.agent.GoalTool
- getDescription() - function in com.embabel.agent.tools.file.LocalDirectory
- getDescription() - function in com.embabel.agent.tools.math.MathTools
- getDescription() - function in com.embabel.agent.tools.osx.AppleScriptTools
- getDescription() - function in com.embabel.common.core.types.Action
- getDescription() - function in com.embabel.common.core.types.AgentPlatform
- getDescription() - function in com.embabel.common.core.types.AgentScope
- getDescription() - function in com.embabel.common.core.types.AgentSystemStep
- getDescription() - function in com.embabel.common.core.types.DataFlowStep
- getDescription() - function in com.embabel.common.core.types.DomainType
- getDescription() - function in com.embabel.common.core.types.LlmReference
- getDescription() - function in com.embabel.ux.form.Button
- getDetail() - function in com.embabel.agent.api.common.autonomy.ProcessExecutionFailedException
- getDetail() - function in com.embabel.agent.api.common.autonomy.ProcessExecutionStuckException
- getDetail() - function in com.embabel.agent.api.common.autonomy.ProcessExecutionTerminatedException
- getDisabled() - function in com.embabel.ux.form.Checkbox
- getDisabled() - function in com.embabel.ux.form.DatePicker
- getDisabled() - function in com.embabel.ux.form.Dropdown
- getDisabled() - function in com.embabel.ux.form.FileUpload
- getDisabled() - function in com.embabel.ux.form.RadioGroup
- getDisabled() - function in com.embabel.ux.form.RequirableControl
- getDisabled() - function in com.embabel.ux.form.Slider
- getDisabled() - function in com.embabel.ux.form.TextArea
- getDisabled() - function in com.embabel.ux.form.TextField
- getDisabled() - function in com.embabel.ux.form.TimePicker
- getDisabled() - function in com.embabel.ux.form.Toggle
- getDisplayName() - function in com.embabel.agent.api.identity.SimpleUser
- getDisplayName() - function in com.embabel.agent.api.identity.User
- getDomainTypes() - function in com.embabel.agent.api.common.support.MultiTransformationAction
- getDomainTypes() - function in com.embabel.agent.api.common.support.TransformationAction
- getDomainTypes() - function in com.embabel.agent.api.common.support.TransformationAction
- getDomainTypes() - function in com.embabel.agent.core.Action
- All known types referenced by this component.
- getDomainTypes() - function in com.embabel.agent.core.Action
- All known types referenced by this component.
- getDomainTypes() - function in com.embabel.agent.core.Agent
- getDomainTypes() - function in com.embabel.agent.core.AgentPlatform
- getDomainTypes() - function in com.embabel.agent.core.AgentPlatform
- getDomainTypes() - function in com.embabel.agent.core.AgentScope
- All known types referenced by this component.
- getDomainTypes() - function in com.embabel.agent.core.DataDictionary
- All known types referenced by this component.
- getDomainTypes() - function in com.embabel.agent.web.rest.PlatformInfoSummary
- getDummyAgent() - function in com.embabel.agent.test.unit.FakeOperationContextKt
- getDuplicates() - function in com.embabel.agent.api.annotation.support.DuplicateParameterTypeException
- getDynamicTypes() - function in com.embabel.agent.core.Action
- getDynamicTypes() - function in com.embabel.agent.core.AgentPlatform
- getDynamicTypes() - function in com.embabel.agent.core.AgentScope
- getDynamicTypes() - function in com.embabel.agent.core.DataDictionary
- getDynamicTypes() - function in com.embabel.agent.core.DataDictionary
- getEarlyTerminationPolicy() - function in com.embabel.agent.core.ProcessControl
- getEffects() - function in com.embabel.agent.core.ActionMetadata
- getEffects() - function in com.embabel.agent.core.support.AbstractAction
- Expected effects of this action.
- getEffects() - function in com.embabel.agent.core.support.AbstractAction
- getEffects() - function in com.embabel.agent.core.support.AbstractAction
- Expected effects of this action.
- getEffects() - function in com.embabel.plan.common.condition.Action
- Expected effects of this action.
- getEffects() - function in com.embabel.plan.common.condition.ConditionAction
- Expected effects of this action.
- getEmail() - function in com.embabel.agent.api.identity.SimpleUser
- getEmail() - function in com.embabel.agent.api.identity.User
- getEmbeddingService(com.embabel.common.ai.model.ModelSelectionCriteria) - function in com.embabel.common.ai.model.ConfigurableModelProvider
- getEmbeddingService(com.embabel.common.ai.model.ModelSelectionCriteria) - function in com.embabel.common.ai.model.ModelProvider
- getEmbeddingServices() - function in com.embabel.common.ai.model.ConfigurableModelProviderProperties
- Map of role to embedding service name.
- getEMPTY() - function in com.embabel.agent.spi.expression.LogicalExpressionParser.Companion
- A parser that always returns null (cannot parse any expression).
- getEnabled() - function in com.embabel.ux.form.Toggle
- getEntries() - function in com.embabel.agent.api.channel.LoggingOutputChannelEvent.Level
- getEntries() - function in com.embabel.agent.api.common.PlannerType
- Specifies the type of planner that an agent uses.
- getEntries() - function in com.embabel.agent.api.common.StuckHandlingResultCode
- getEntries() - function in com.embabel.agent.api.tool.Tool.ParameterType
- Supported parameter types.
- getEntries() - function in com.embabel.agent.core.ActionRetryPolicy
- Retry policy selector for an action.
- getEntries() - function in com.embabel.agent.core.ActionStatusCode
- Status code for execution of an action
- getEntries() - function in com.embabel.agent.core.AgentProcessStatusCode
- Stuck means we failed to find a plan from here
- getEntries() - function in com.embabel.agent.core.Cardinality
- Semantics of holding the value for the property
- getEntries() - function in com.embabel.agent.core.Delay
- getEntries() - function in com.embabel.agent.core.ToolGroupPermission
- getEntries() - function in com.embabel.agent.core.hitl.ResponseImpact
- Response of handling an Awaitable
- getEntries() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ProcessType
- Agent Process Type
- getEntries() - function in com.embabel.agent.test.unit.Method
- getEntries() - function in com.embabel.agent.tools.file.FileModificationType
- getEntries() - function in com.embabel.chat.Role
- Role of the message sender.
- getEntries() - function in com.embabel.common.core.validation.ValidationSeverity
- getEntries() - function in com.embabel.plan.common.condition.ConditionDetermination
- GOAP and some other planners rely on conditions.
- getEntries() - function in com.embabel.ux.form.ControlType
- getEnumValues() - function in com.embabel.agent.api.tool.Tool.Parameter
- getEnv() - function in com.embabel.agent.api.annotation.support.ActionQosPropertyProvider
- getError() - function in com.embabel.agent.core.EarlyTermination
- getErrorMessage() - function in com.embabel.ux.form.ValidationResult
- getErrors() - function in com.embabel.common.core.validation.ValidationResult
- getErrors() - function in com.embabel.ux.form.FormBinder.ValidationException
- getEventListener() - function in com.embabel.agent.api.common.PlatformServices
- Event listener for agentic events
- getEventListener() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- Event listener for agentic events
- getExamples() - function in com.embabel.agent.core.Goal
- getException() - function in com.embabel.common.core.thinking.ThinkingResponse
- Exception might occur even before LLM Operation with no result or thinking blocks
- getExcludes() - function in com.embabel.agent.spi.config.spring.ToolGroupsProperties
- List of tool names to exclude from all tool groups
- getExpectedType() - function in com.embabel.agent.core.support.InvalidLlmReturnFormatException
- getExplanation() - function in com.embabel.agent.experimental.primitive.Determination
- getExport() - function in com.embabel.agent.core.Goal
- getFailureInfo() - function in com.embabel.agent.core.AgentProcess
- If we failed, this may contain the reason for the failure.
- getFailureInfo() - function in com.embabel.agent.core.support.AbstractAgentProcess
- If we failed, this may contain the reason for the failure.
- getFailureInfo() - function in com.embabel.agent.core.support.AbstractAgentProcess
- If we failed, this may contain the reason for the failure.
- getFailureMessage() - function in com.embabel.agent.core.ToolGroupResolution
- getFailures() - function in com.embabel.agent.api.common.ToolStats
- getFeedback() - function in com.embabel.agent.api.common.workflow.loop.AcceptanceActionContext
- getFeedback() - function in com.embabel.agent.api.common.workflow.loop.Attempt
- getFeedback() - function in com.embabel.agent.api.common.workflow.loop.TextFeedback
- getFile() - function in com.embabel.agent.domain.io.FileArtifact
- getFile() - function in com.embabel.agent.tools.file.PatternSearch.PatternMatch
- getFileContentTransformers() - function in com.embabel.agent.tools.file.FileReadTools
- Provide sanitizers that run on file content before returning it.
- getFileContentTransformers() - function in com.embabel.agent.tools.file.FileTools
- Provide sanitizers that run on file content before returning it.
- getFileContentTransformers() - function in com.embabel.agent.tools.file.LocalDirectory
- Provide sanitizers that run on file content before returning it.
- getFileIds() - function in com.embabel.ux.form.ControlValue.FileValue
- getFileNames() - function in com.embabel.ux.form.ControlValue.FileValue
- getFilter() - function in com.embabel.agent.api.common.ToolObject
- getFindMarkupThinkBlock() - function in com.embabel.agent.spi.support.springai.SuppressThinkingConverterKt
- getFindPrefixThinkBlock() - function in com.embabel.agent.spi.support.springai.SuppressThinkingConverterKt
- getFinished() - function in com.embabel.agent.core.AgentProcess
- getFinished() - function in com.embabel.agent.core.AgentProcess
- getFixedBackoffMillis() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.LlmOperationsConfig.DataBindingConfig
- Fixed backoff time in milliseconds between retries
- getFixedBackoffMillis() - function in com.embabel.agent.spi.support.LlmDataBindingProperties
- getFormat() - function in com.embabel.agent.prompt.ResponseFormat
- getFormat() - function in com.embabel.agent.spi.support.OutputConverter
- Get the format instructions to include in the prompt.
- getFormat() - function in com.embabel.agent.spi.support.springai.ExceptionWrappingConverter
- getFormat() - function in com.embabel.agent.spi.support.springai.SuppressThinkingConverter
- Returns the format description from the delegate converter.
- getFormat() - function in com.embabel.agent.spi.support.springai.WithExampleConverter
- Returns a format description string, augmented with few-shot examples.
- getFormId() - function in com.embabel.ux.form.FormSubmission
- getFormSubmission() - function in com.embabel.agent.core.hitl.FormResponse
- getForUser() - function in com.embabel.agent.core.Identities
- getFrom() - function in com.embabel.agent.core.AllowedRelationship
- getFromContext(java.lang.Class) - function in com.embabel.agent.api.annotation.support.ContextProvider
- Retrieve an object of the specified type from the context.
- getFromContext(java.lang.Class) - function in com.embabel.agent.spi.config.spring.SpringContextProvider
- Retrieve an object of the specified type from the context.
- getGenerateExamples() - function in com.embabel.agent.core.support.LlmCall
- Whether to generate examples for the prompt.
- getGenerateExamples() - function in com.embabel.agent.core.support.LlmInteraction
- Whether to generate examples for the prompt.
- getGenerateExamples() - function in com.embabel.agent.core.support.LlmUse
- Whether to generate examples for the prompt.
- getGenerateExamples() - function in com.embabel.agent.core.support.PromptRunner
- Whether to generate examples for the prompt.
- getGenerateExamples() - function in com.embabel.agent.core.support.StreamingPromptRunner
- Whether to generate examples for the prompt.
- getGenerateExamples() - function in com.embabel.agent.test.unit.FakePromptRunner
- Whether to generate examples for the prompt.
- getGenerateExamplesByDefault() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.LlmOperationsConfig.PromptsConfig
- Whether to generate examples by default
- getGenerateExamplesByDefault() - function in com.embabel.agent.spi.support.LlmOperationsPromptsProperties
- Whether to generate examples by default
- getGITHUB_DESCRIPTION() - function in com.embabel.agent.core.CoreToolGroups
- getGoal() - function in com.embabel.agent.api.common.autonomy.GoalChoiceApprovalRequest
- getGoal() - function in com.embabel.agent.api.event.GoalAchievedEvent
- getGoal() - function in com.embabel.agent.core.AgentProcess
- Goal of this process.
- getGoal() - function in com.embabel.agent.core.support.AbstractAgentProcess
- Goal of this process.
- getGoal() - function in com.embabel.agent.core.support.AbstractAgentProcess
- Goal of this process.
- getGoal() - function in com.embabel.agent.prompt.persona.RoleGoalBackstory
- getGoal() - function in com.embabel.agent.prompt.persona.RoleGoalBackstorySpec
- getGoal() - function in com.embabel.agent.tools.agent.GoalTool
- getGoal() - function in com.embabel.plan.Plan
- getGoal() - function in com.embabel.plan.Plan
- getGoalConfidenceCutOff() - function in com.embabel.agent.api.common.autonomy.AutonomyProperties
- getGoalConfidenceCutOff() - function in com.embabel.agent.api.common.autonomy.GoalSelectionOptions
- getGoalConfidenceCutOff() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.AutonomyConfig
- Confidence threshold for goal achievement
- getGoalCount() - function in com.embabel.agent.web.rest.PlatformInfoSummary
- getGoalRankings() - function in com.embabel.agent.api.common.autonomy.GoalNotApproved
- getGoalRankings() - function in com.embabel.agent.api.common.autonomy.NoGoalFound
- getGoals() - function in com.embabel.agent.api.dsl.TypedAgentScopeBuilder
- getGoals() - function in com.embabel.agent.core.Agent
- getGoals() - function in com.embabel.agent.core.AgentMetadata
- The set of goals this agent can achieve
- getGoals() - function in com.embabel.agent.core.AgentPlatform
- getGoals() - function in com.embabel.agent.core.AgentPlatform
- getGoals() - function in com.embabel.agent.core.AgentScope
- getGoals() - function in com.embabel.agent.core.GoalSource
- getGoals() - function in com.embabel.agent.web.rest.PlatformInfoController
- Returns a list of all goals known to the platform (across all agents).
- getGoals() - function in com.embabel.plan.PlanningSystem
- getGoals() - function in com.embabel.plan.common.condition.ConditionPlanningSystem
- getGuard() - function in com.embabel.agent.api.validation.guardrails.GuardRailViolationException
- getGuardRails() - function in com.embabel.agent.core.support.LlmInteraction
- getGuards() - function in com.embabel.agent.api.validation.guardrails.GuardRailConfiguration
- List of direct guardrail instances to apply.
- getHandler() - function in com.embabel.agent.api.common.StuckHandlerResult
- getHighestSeverity() - function in com.embabel.common.core.validation.ValidationResult
- Returns the highest severity level among all errors, or null if no errors exist.
- getHighlight() - function in com.embabel.agent.spi.logging.ColorPalette
- getHighlight() - function in com.embabel.agent.spi.logging.DefaultColorPalette
- getHighlight() - function in com.embabel.agent.spi.logging.personality.colossus.ColossusColorPalette
- getHighlight() - function in com.embabel.agent.spi.logging.personality.hitchhiker.HitchhikerColorPalette
- getHighlight() - function in com.embabel.agent.spi.logging.personality.montypython.MontyPythonColorPalette
- getHighlight() - function in com.embabel.agent.spi.logging.personality.severance.LumonColorPalette
- getHighlight() - function in com.embabel.agent.spi.logging.personality.starwars.StarWarsColorPalette
- getHistory() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilActionContext
- getHistory() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- getHistory() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- getHistory() - function in com.embabel.agent.core.AgentProcess
- History of actions taken by this process
- getHistory() - function in com.embabel.agent.core.support.AbstractAgentProcess
- History of actions taken by this process
- getHistory() - function in com.embabel.agent.core.support.AbstractAgentProcess
- History of actions taken by this process
- getHTML() - function in com.embabel.agent.prompt.ResponseFormat.Companion
- getId() - function in com.embabel.agent.api.identity.SimpleUser
- User's id in this system.
- getId() - function in com.embabel.agent.api.identity.User
- User's id in this system.
- getId() - function in com.embabel.agent.core.AgentProcess
- Unique id of this process.
- getId() - function in com.embabel.agent.core.AgentProcessStatusReport
- getId() - function in com.embabel.agent.core.Context
- May be null for a new context not yet saved.
- getId() - function in com.embabel.agent.core.hitl.AbstractAwaitable
- getId() - function in com.embabel.agent.core.hitl.AbstractAwaitable
- getId() - function in com.embabel.agent.core.hitl.ConfirmationResponse
- getId() - function in com.embabel.agent.core.hitl.FormResponse
- getId() - function in com.embabel.agent.core.support.AbstractAgentProcess
- Unique id of this process.
- getId() - function in com.embabel.agent.core.support.AbstractAgentProcess
- Unique id of this process.
- getId() - function in com.embabel.agent.core.support.LlmInteraction
- getId() - function in com.embabel.agent.core.support.LlmInteraction
- Get the interaction ID as a String.
- getId() - function in com.embabel.agent.spi.support.InMemoryContext
- May be null for a new context not yet saved.
- getId() - function in com.embabel.agent.web.rest.AgentProcessStatus
- getId() - function in com.embabel.chat.ToolCall
- getId() - function in com.embabel.chat.support.InMemoryConversation
- getId() - function in com.embabel.common.core.Asset
- getId() - function in com.embabel.common.core.Awaitable
- getId() - function in com.embabel.common.core.AwaitableResponse
- getId() - function in com.embabel.common.core.Conversation
- getId() - function in com.embabel.ux.form.Button
- getId() - function in com.embabel.ux.form.Checkbox
- getId() - function in com.embabel.ux.form.Control
- getId() - function in com.embabel.ux.form.DatePicker
- getId() - function in com.embabel.ux.form.Dropdown
- getId() - function in com.embabel.ux.form.FileUpload
- getId() - function in com.embabel.ux.form.Form
- getId() - function in com.embabel.ux.form.RadioGroup
- getId() - function in com.embabel.ux.form.RequirableControl
- getId() - function in com.embabel.ux.form.Slider
- getId() - function in com.embabel.ux.form.TextArea
- getId() - function in com.embabel.ux.form.TextField
- getId() - function in com.embabel.ux.form.TimePicker
- getId() - function in com.embabel.ux.form.Toggle
- getIdempotent() - function in com.embabel.agent.core.ActionQos
- getIdempotent() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ActionQosProperties.ActionProperties
- getIdentities() - function in com.embabel.agent.core.ProcessOptions
- getIDENTITY() - function in com.embabel.common.util.StringTransformer.Companion
- getImageParts() - function in com.embabel.chat.Message
- getImageParts() - function in com.embabel.chat.Message
- getImages() - function in com.embabel.agent.api.common.MultimodalContent
- getImages() - function in com.embabel.agent.api.common.PromptRunner
- Images added to this PromptRunner
- getImages() - function in com.embabel.agent.api.common.StreamingPromptRunner
- Images added to this PromptRunner
- getImages() - function in com.embabel.agent.test.unit.FakePromptRunner
- Images added to this PromptRunner
- getIncludeAgentName() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ProcessIdGenerationConfig
- Whether to include agent name in process ID generation
- getIncludeAgentName() - function in com.embabel.agent.spi.support.DefaultProcessIdGeneratorProperties
- getIncludes() - function in com.embabel.agent.spi.config.spring.ToolGroupsProperties
- Map of tool group names to list of tool names to include
- getIncludeVersion() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ProcessIdGenerationConfig
- Whether to include version in process ID generation
- getIncludeVersion() - function in com.embabel.agent.spi.support.DefaultProcessIdGeneratorProperties
- getInjectedTools() - function in com.embabel.agent.spi.loop.ToolLoopResult
- getInnerTools() - function in com.embabel.agent.api.tool.MatryoshkaTool
- The inner tools that will be exposed when this tool is invoked.
- getInput() - function in com.embabel.agent.api.common.InputActionContext
- getInput() - function in com.embabel.agent.api.common.TransformationActionContext
- getInput() - function in com.embabel.agent.api.common.workflow.loop.AcceptanceActionContext
- getInput() - function in com.embabel.agent.api.common.workflow.loop.AttemptHistory
- getInput() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getInput() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getInput() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getInput() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilActionContext
- getInput() - function in com.embabel.agent.test.integration.ScriptedLlmOperations.ToolCallRecord
- getInput1() - function in com.embabel.agent.api.dsl.BiInputActionContext
- getInput2() - function in com.embabel.agent.api.dsl.BiInputActionContext
- getInputClass() - function in com.embabel.agent.api.common.Subagent
- getInputClass() - function in com.embabel.agent.api.common.TransformationActionContext
- getInputClass() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getInputClass() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getInputClass() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getInputClass() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilActionContext
- getInputJson() - function in com.embabel.agent.test.integration.ScriptedLlmOperations.ScriptedAction.CallTool
- getInputs() - function in com.embabel.agent.api.common.InputActionContext
- getInputs() - function in com.embabel.agent.api.common.InputActionContext
- getInputs() - function in com.embabel.agent.api.common.InputsActionContext
- getInputs() - function in com.embabel.agent.api.common.SupplierActionContext
- getInputs() - function in com.embabel.agent.api.dsl.BiInputActionContext
- getInputs() - function in com.embabel.agent.core.Action
- Data inputs to this step.
- getInputs() - function in com.embabel.agent.core.ActionMetadata
- getInputs() - function in com.embabel.agent.core.AgentSystemStep
- Data inputs to this step.
- getInputs() - function in com.embabel.agent.core.DataFlowStep
- Data inputs to this step.
- getInputs() - function in com.embabel.agent.core.Goal
- getInputs() - function in com.embabel.agent.core.support.AbstractAction
- getInputs() - function in com.embabel.agent.core.support.AbstractAction
- getInputSchema() - function in com.embabel.agent.api.tool.Tool.Definition
- Schema describing the input parameters.
- getInputType() - function in com.embabel.agent.tools.agent.AgentTool
- getInputType() - function in com.embabel.agent.tools.agent.GoalTool
- getInstance() - function in com.embabel.agent.api.annotation.SubagentExecutionRequest
- getInstance() - function in com.embabel.agent.api.annotation.support.CostMethodInfo
- getInstruction() - function in com.embabel.agent.prompt.persona.Instruction
- getIntent() - function in com.embabel.agent.api.common.autonomy.GoalChoiceApprovalRequest
- getInteraction() - function in com.embabel.agent.api.event.LlmRequestEvent
- getInteraction() - function in com.embabel.agent.spi.support.springai.ChatModelCallEvent
- getInteraction() - function in com.embabel.agent.test.unit.LlmInvocation
- getInteractionId() - function in com.embabel.agent.test.unit.FakePromptRunner
- The interaction ID set via withInteractionId() or withId().
- getIterationCount() - function in com.embabel.agent.spi.loop.ToolInjectionContext
- getJvmTypes() - function in com.embabel.agent.core.Action
- getJvmTypes() - function in com.embabel.agent.core.AgentPlatform
- getJvmTypes() - function in com.embabel.agent.core.AgentScope
- getJvmTypes() - function in com.embabel.agent.core.DataDictionary
- getJvmTypes() - function in com.embabel.agent.core.DataDictionary
- getKeywords() - function in com.embabel.agent.api.common.primitive.KeywordExtractor
- All known keywords
- getKnowledgeCutoffDate() - function in com.embabel.agent.spi.support.springai.SpringAiLlmService
- getKnowledgeCutoffDate() - function in com.embabel.common.ai.model.LlmService
- getKnownAgents() - function in com.embabel.agent.api.common.NoSuchAgentException
- getKnownConditions() - function in com.embabel.plan.common.condition.Action
- The names of all conditions that are referenced by this step
- getKnownConditions() - function in com.embabel.plan.common.condition.AgentSystemStep
- The names of all conditions that are referenced by this step
- getKnownConditions() - function in com.embabel.plan.common.condition.ConditionAction
- The names of all conditions that are referenced by this step
- getKnownConditions() - function in com.embabel.plan.common.condition.ConditionGoal
- The names of all conditions that are referenced by this step
- getKnownConditions() - function in com.embabel.plan.common.condition.ConditionGoal
- The names of all conditions that are referenced by this step
- getKnownConditions() - function in com.embabel.plan.common.condition.ConditionStep
- The names of all conditions that are referenced by this step
- getKnownConditions() - function in com.embabel.plan.common.condition.ConditionStep
- The names of all conditions that are referenced by this step
- getKnownConditions() - function in com.embabel.plan.common.condition.DataFlowStep
- The names of all conditions that are referenced by this step
- getLabel() - function in com.embabel.ux.form.Button
- getLabel() - function in com.embabel.ux.form.Checkbox
- getLabel() - function in com.embabel.ux.form.DatePicker
- getLabel() - function in com.embabel.ux.form.Dropdown
- getLabel() - function in com.embabel.ux.form.DropdownOption
- getLabel() - function in com.embabel.ux.form.FileUpload
- getLabel() - function in com.embabel.ux.form.RadioGroup
- getLabel() - function in com.embabel.ux.form.RadioOption
- getLabel() - function in com.embabel.ux.form.Slider
- getLabel() - function in com.embabel.ux.form.TextArea
- getLabel() - function in com.embabel.ux.form.TextField
- getLabel() - function in com.embabel.ux.form.TimePicker
- getLabel() - function in com.embabel.ux.form.Toggle
- getLabels() - function in com.embabel.agent.core.DomainType
- getLabels() - function in com.embabel.agent.core.DomainType
- getLastToolCall() - function in com.embabel.agent.spi.loop.ToolInjectionContext
- getLastWorldState() - function in com.embabel.agent.core.AgentProcess
- The last world state that was used to plan the next action Will be non-null if the process is running
- getLastWorldState() - function in com.embabel.agent.core.support.AbstractAgentProcess
- The last world state that was used to plan the next action Will be non-null if the process is running
- getLastWorldState() - function in com.embabel.agent.core.support.AbstractAgentProcess
- The last world state that was used to plan the next action Will be non-null if the process is running
- getLeft() - function in com.embabel.agent.api.common.support.Branch
- getLevel() - function in com.embabel.agent.api.channel.LoggingOutputChannelEvent
- getLinks() - function in com.embabel.agent.domain.library.InternetResources
- getListeners() - function in com.embabel.agent.core.ProcessOptions
- getListeners() - function in com.embabel.agent.tools.agent.GoalTool
- getLlm() - function in com.embabel.agent.api.common.Actor
- getLlm() - function in com.embabel.agent.api.tool.AgenticTool
- getLlm() - function in com.embabel.agent.core.support.LlmCall
- getLlm() - function in com.embabel.agent.core.support.LlmInteraction
- getLlm() - function in com.embabel.agent.core.support.LlmUse
- getLlm() - function in com.embabel.agent.core.support.PromptRunner
- getLlm() - function in com.embabel.agent.core.support.StreamingPromptRunner
- getLlm() - function in com.embabel.agent.experimental.primitive.PromptCondition
- getLlm() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.RankingConfig
- Name of the LLM to use for ranking, or null to use auto selection
- getLlm() - function in com.embabel.agent.spi.support.RankingProperties
- getLlm() - function in com.embabel.agent.test.unit.FakePromptRunner
- getLlm(com.embabel.common.ai.model.ModelSelectionCriteria) - function in com.embabel.common.ai.model.ConfigurableModelProvider
- getLlm(com.embabel.common.ai.model.ModelSelectionCriteria) - function in com.embabel.common.ai.model.ModelProvider
- getLlmInvocations() - function in com.embabel.agent.core.AgentProcess
- getLlmInvocations() - function in com.embabel.agent.core.LlmInvocationHistory
- getLlmInvocations() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getLlmInvocations() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getLlmInvocations() - function in com.embabel.agent.test.unit.FakeOperationContext
- getLlmInvocations() - function in com.embabel.agent.test.unit.FakePromptRunner
- getLlmMetadata() - function in com.embabel.agent.api.event.LlmRequestEvent
- getLlmMetadata() - function in com.embabel.agent.core.LlmInvocation
- getLlmMetadata() - function in com.embabel.agent.spi.support.springai.ChatModelCallEvent
- getLlmOperations() - function in com.embabel.agent.api.common.PlatformServices
- Operations to use for LLMs
- getLlmOperations() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- getLlmOperations() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- Operations to use for LLMs
- getLlmOptions() - function in com.embabel.agent.api.event.ToolCallRequestEvent
- getLlmReturn() - function in com.embabel.agent.core.support.InvalidLlmReturnFormatException
- getLlms() - function in com.embabel.common.ai.model.ConfigurableModelProviderProperties
- Map of role to LLM name.
- getLocal() - function in com.embabel.agent.core.Export
- getLocalizedMessage() - function in kotlin.Throwable
- getLocation() - function in com.embabel.common.core.validation.ValidationError
- getLogger() - function in com.embabel.agent.spi.logging.LoggingAgenticEventListener
- The logger to use for this personality
- getLogger() - function in com.embabel.agent.spi.logging.LoggingAgenticEventListener
- The logger to use for this personality
- getLogger() - function in com.embabel.agent.spi.logging.LoggingPersonality
- The logger to use for this personality
- getLogicalExpressionParser() - function in com.embabel.agent.api.common.PlatformServices
- getLogicalExpressionParser() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- getLoremIpsum() - function in com.embabel.agent.test.integration.DummyObjectCreatingLlmOperations.Companion
- A fake LLM transformer that generates Lorem Ipsum style fake test
- getLumonDepartments() - function in com.embabel.agent.spi.logging.personality.severance.SeveranceLoggingAgenticEventListenerKt
- getMAPS_DESCRIPTION() - function in com.embabel.agent.core.CoreToolGroups
- getMARKDOWN() - function in com.embabel.agent.prompt.ResponseFormat.Companion
- getMARVIN() - function in com.embabel.chat.agent.PersonasKt
- getMatch() - function in com.embabel.agent.spi.Ranking
- getMatchedLine() - function in com.embabel.agent.tools.file.PatternSearch.PatternMatch
- getMATH_DESCRIPTION() - function in com.embabel.agent.core.CoreToolGroups
- getMax() - function in com.embabel.ux.form.Slider
- getMaxAttempts() - function in com.embabel.agent.core.ActionQos
- getMaxAttempts() - function in com.embabel.agent.spi.common.RetryProperties
- getMaxAttempts() - function in com.embabel.agent.spi.common.RetryTemplateProvider
- getMaxAttempts() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ActionQosProperties.ActionProperties
- getMaxAttempts() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.LlmOperationsConfig.DataBindingConfig
- Maximum retry attempts for data binding
- getMaxAttempts() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig.AnthropicConfig
- Maximum retry attempts
- getMaxAttempts() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig.OpenAiConfig
- Maximum retry attempts
- getMaxAttempts() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.RankingConfig
- Maximum number of attempts to retry ranking
- getMaxAttempts() - function in com.embabel.agent.spi.support.LlmDataBindingProperties
- getMaxAttempts() - function in com.embabel.agent.spi.support.RankingProperties
- getMaxBufferSize() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.SseConfig
- Maximum buffer size for SSE
- getMaxBufferSize() - function in com.embabel.agent.web.sse.SseProperties
- getMaxDate() - function in com.embabel.ux.form.DatePicker
- getMaxFiles() - function in com.embabel.ux.form.FileUpload
- getMaxFileSize() - function in com.embabel.ux.form.FileUpload
- getMaxIterations() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntil
- getMaxIterations() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptable
- getMaxIterations() - function in com.embabel.agent.spi.loop.MaxIterationsExceededException
- getMaxLength() - function in com.embabel.ux.form.TextArea
- getMaxLength() - function in com.embabel.ux.form.TextField
- getMaxProcessBuffers() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.SseConfig
- Maximum number of process buffers
- getMaxProcessBuffers() - function in com.embabel.agent.web.sse.SseProperties
- getMaxToolIterations() - function in com.embabel.agent.core.support.LlmInteraction
- getMaybePromptTemplate() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.LlmOperationsConfig.PromptsConfig
- Template for "maybe" prompt, enabling failure result when LLM lacks information
- getMaybePromptTemplate() - function in com.embabel.agent.spi.support.LlmOperationsPromptsProperties
- Template to use for the "maybe" prompt, which can enable a failure result if the LLM does not have enough information to create the desired output structure
- getMdrFiles() - function in com.embabel.agent.spi.logging.personality.severance.SeveranceLoggingAgenticEventListenerKt
- getMessage() - function in com.embabel.agent.api.channel.InformativeOutputChannelEvent
- getMessage() - function in com.embabel.agent.api.channel.LoggingOutputChannelEvent
- getMessage() - function in com.embabel.agent.api.channel.MessageOutputChannelEvent
- getMessage() - function in com.embabel.agent.api.channel.ProgressOutputChannelEvent
- getMessage() - function in com.embabel.agent.api.common.StuckHandlerResult
- getMessage() - function in com.embabel.agent.api.tool.Tool.Result.Error
- getMessage() - function in com.embabel.agent.core.hitl.ConfirmationRequest
- getMessage() - function in com.embabel.agent.spi.loop.LlmMessageResponse
- getMessage() - function in com.embabel.common.core.validation.ValidationError
- getMessage() - function in kotlin.Throwable
- getMessages() - function in com.embabel.agent.api.common.PromptRunner
- Messages added to this PromptRunner
- getMessages() - function in com.embabel.agent.api.common.StreamingPromptRunner
- Messages added to this PromptRunner
- getMessages() - function in com.embabel.agent.api.event.LlmRequestEvent
- getMessages() - function in com.embabel.agent.test.unit.FakePromptRunner
- Messages added to this PromptRunner
- getMessages() - function in com.embabel.agent.test.unit.LlmInvocation
- getMessages() - function in com.embabel.chat.Conversation
- Messages in the conversation in chronological order.
- getMessages() - function in com.embabel.chat.support.InMemoryConversation
- Messages in the conversation in chronological order.
- getMetadata() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getMetadata() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getMetadata() - function in com.embabel.agent.api.tool.AgenticTool
- getMetadata() - function in com.embabel.agent.api.tool.ConditionalReplanningTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.api.tool.DelegatingTool
- getMetadata() - function in com.embabel.agent.api.tool.MatryoshkaTool
- getMetadata() - function in com.embabel.agent.api.tool.ReplanningTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.api.tool.Tool
- getMetadata() - function in com.embabel.agent.api.tool.ToolInfo
- getMetadata() - function in com.embabel.agent.api.tool.ToolInfo
- getMetadata() - function in com.embabel.agent.core.AllowedRelationship
- getMetadata() - function in com.embabel.agent.core.DomainTypePropertyDefinition
- Semantic metadata for this property.
- getMetadata() - function in com.embabel.agent.core.PropertyDefinition
- Semantic metadata for this property.
- getMetadata() - function in com.embabel.agent.core.ToolGroup
- getMetadata() - function in com.embabel.agent.core.ValidatedPropertyDefinition
- Semantic metadata for this property.
- getMetadata() - function in com.embabel.agent.core.ValuePropertyDefinition
- Semantic metadata for this property.
- getMetadata() - function in com.embabel.agent.core.support.RenamedTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.spi.support.AgentProcessBindingTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.spi.support.EventPublishingTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.spi.support.ExceptionSuppressingTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.spi.support.MetadataEnrichedTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.spi.support.ObservabilityTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.spi.support.OutputTransformingTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.spi.support.springai.SpringToolCallbackWrapper
- Optional metadata
- getMetadata() - function in com.embabel.agent.tools.agent.AgentTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.tools.agent.GoalTool
- Optional metadata
- getMetadata() - function in com.embabel.agent.tools.mcp.McpToolGroup
- getMethod() - function in com.embabel.agent.api.annotation.support.CostMethodInfo
- getMethod() - function in com.embabel.agent.api.annotation.support.DuplicateParameterType
- The method with multiple parameters of the same type which require @RequireNameMatch annotation
- getMethod() - function in com.embabel.agent.api.annotation.support.DuplicateParameterTypeException
- getMethod() - function in com.embabel.agent.test.unit.LlmInvocation
- getMimeType() - function in com.embabel.agent.api.common.AgentImage
- getMimeType() - function in com.embabel.chat.ImagePart
- getMin() - function in com.embabel.ux.form.Slider
- getMinDate() - function in com.embabel.ux.form.DatePicker
- getMockMode() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.TestConfig
- Whether to enable mock mode for testing
- getModel() - function in com.embabel.agent.spi.support.springai.SpringAiLlmService
- getModels() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- getModels() - function in com.embabel.agent.web.rest.PlatformInfoController
- Returns a list of all models available on the platform (across all agents).
- getModels() - function in com.embabel.agent.web.rest.PlatformInfoSummary
- getMultiGoal() - function in com.embabel.agent.api.common.autonomy.GoalSelectionOptions
- getName() - function in com.embabel.agent.api.common.ToolStats
- getName() - function in com.embabel.agent.api.common.reference.LiteralText
- getName() - function in com.embabel.agent.api.common.reference.LocalDirectoryReference
- getName() - function in com.embabel.agent.api.common.reference.SpringResource
- getName() - function in com.embabel.agent.api.common.reference.WebPage
- getName() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getName() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getName() - function in com.embabel.agent.api.dsl.AgentBuilder
- getName() - function in com.embabel.agent.api.dsl.TypedAgentScopeBuilder
- getName() - function in com.embabel.agent.api.event.ObjectBoundEvent
- getName() - function in com.embabel.agent.api.event.ProgressUpdateEvent
- getName() - function in com.embabel.agent.api.tool.Tool.Definition
- Unique name for the tool.
- getName() - function in com.embabel.agent.api.tool.Tool.Parameter
- getName() - function in com.embabel.agent.api.validation.AssistantMessageGuardRail
- Human-readable name for this validator.
- getName() - function in com.embabel.agent.api.validation.ContentValidator
- Human-readable name for this validator.
- getName() - function in com.embabel.agent.api.validation.GuardRail
- Human-readable name for this validator.
- getName() - function in com.embabel.agent.api.validation.UserInputGuardRail
- Human-readable name for this validator.
- getName() - function in com.embabel.agent.core.ActionMetadata
- getName() - function in com.embabel.agent.core.Agent
- getName() - function in com.embabel.agent.core.AgentMetadata
- The name of the agent
- getName() - function in com.embabel.agent.core.AllowedRelationship
- getName() - function in com.embabel.agent.core.ComputedBooleanCondition
- getName() - function in com.embabel.agent.core.DomainTypePropertyDefinition
- getName() - function in com.embabel.agent.core.DynamicType
- getName() - function in com.embabel.agent.core.EarlyTerminationPolicy
- getName() - function in com.embabel.agent.core.Export
- getName() - function in com.embabel.agent.core.Goal
- getName() - function in com.embabel.agent.core.IoBinding
- getName() - function in com.embabel.agent.core.JvmType
- getName() - function in com.embabel.agent.core.LlmCall
- getName() - function in com.embabel.agent.core.PropertyDefinition
- getName() - function in com.embabel.agent.core.ToolConsumer
- getName() - function in com.embabel.agent.core.ValidatedPropertyDefinition
- getName() - function in com.embabel.agent.core.ValuePropertyDefinition
- getName() - function in com.embabel.agent.core.support.AbstractAction
- getName() - function in com.embabel.agent.core.support.AbstractAction
- getName() - function in com.embabel.agent.core.support.DefaultAgentPlatform
- getName() - function in com.embabel.agent.core.support.LlmInteraction
- getName() - function in com.embabel.agent.experimental.primitive.PromptCondition
- getName() - function in com.embabel.agent.prompt.persona.Persona
- getName() - function in com.embabel.agent.prompt.persona.PersonaSpec
- getName() - function in com.embabel.agent.spi.ToolGroupResolver
- getName() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- Core platform identity name
- getName() - function in com.embabel.agent.spi.support.RegistryToolGroupResolver
- getName() - function in com.embabel.agent.spi.support.springai.SpringAiLlmService
- getName() - function in com.embabel.agent.tools.agent.GoalTool
- getName() - function in com.embabel.agent.tools.file.LocalDirectory
- getName() - function in com.embabel.agent.web.rest.PlatformInfoSummary
- getName() - function in com.embabel.chat.Message
- getName() - function in com.embabel.chat.Message
- getName() - function in com.embabel.chat.ToolCall
- getName() - function in com.embabel.common.ai.model.LlmService
- getName() - function in com.embabel.common.core.types.AgentPlatform
- getName() - function in com.embabel.common.core.types.AgentScope
- getName() - function in com.embabel.common.core.types.Condition
- getName() - function in com.embabel.common.core.types.ConditionMetadata
- getName() - function in com.embabel.common.core.types.DataDictionary
- getName() - function in com.embabel.common.core.types.DomainType
- getName() - function in com.embabel.common.core.types.InjectedType
- getName() - function in com.embabel.common.core.types.LlmReference
- getName() - function in com.embabel.common.core.types.Operation
- getName() - function in com.embabel.common.core.types.ToolGroupMetadata
- getName() - function in com.embabel.common.core.validation.ValidationLocation
- getName() - function in com.embabel.plan.Action
- Unique name of the step
- getName() - function in com.embabel.plan.AgentSystemStep
- Unique name of the step
- getName() - function in com.embabel.plan.ConditionAction
- Unique name of the step
- getName() - function in com.embabel.plan.ConditionGoal
- Unique name of the step
- getName() - function in com.embabel.plan.ConditionStep
- Unique name of the step
- getName() - function in com.embabel.plan.DataFlowStep
- Unique name of the step
- getName() - function in com.embabel.plan.Goal
- Unique name of the step
- getName() - function in com.embabel.plan.Step
- Unique name of the step
- getName() - function in kotlin.ActionRetryPolicy
- getName() - function in kotlin.ActionStatusCode
- getName() - function in kotlin.AgentPlatformProperties.ProcessType
- getName() - function in kotlin.AgentProcessStatusCode
- getName() - function in kotlin.Cardinality
- getName() - function in kotlin.ConditionDetermination
- getName() - function in kotlin.ControlType
- getName() - function in kotlin.Delay
- getName() - function in kotlin.FileModificationType
- getName() - function in kotlin.LoggingOutputChannelEvent.Level
- getName() - function in kotlin.Method
- getName() - function in kotlin.PlannerType
- getName() - function in kotlin.ResponseImpact
- getName() - function in kotlin.Role
- getName() - function in kotlin.StuckHandlingResultCode
- getName() - function in kotlin.Tool.ParameterType
- getName() - function in kotlin.ToolGroupPermission
- getName() - function in kotlin.ValidationSeverity
- getNamingStrategy() - function in com.embabel.agent.api.common.LlmReference
- getNamingStrategy() - function in com.embabel.agent.api.common.LlmReference
- getNamingStrategy() - function in com.embabel.agent.api.common.ToolObject
- getNativeUsage() - function in com.embabel.agent.core.Usage
- getNeedsGoals() - function in com.embabel.agent.api.common.PlannerType
- getNewState() - function in com.embabel.agent.api.event.StateTransitionEvent
- getNIRVANA() - function in com.embabel.agent.core.support.NirvanaKt
- Goal available to all Utility planners.
- getNONE() - function in com.embabel.agent.api.validation.guardrails.GuardRailConfiguration.Companion
- Empty guardrail configuration with no guards.
- getNONE() - function in com.embabel.agent.spi.loop.ToolInjectionStrategy.Companion
- A no-op strategy that never changes tools.
- getNotes() - function in com.embabel.agent.api.common.reference.LiteralText
- getNotes() - function in com.embabel.agent.api.common.reference.LocalDirectoryReference
- getNotes() - function in com.embabel.agent.tools.file.LocalDirectory
- getObj() - function in com.embabel.agent.test.integration.ScriptedLlmOperations.ScriptedAction.ReturnObject
- getObjective() - function in com.embabel.agent.prompt.persona.CoStar
- getObjective() - function in com.embabel.agent.prompt.persona.Persona
- getObjective() - function in com.embabel.agent.prompt.persona.PersonaSpec
- getObjectMapper() - function in com.embabel.agent.api.common.PlatformServices
- getObjectMapper() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- getObjectMapper() - function in com.embabel.agent.tools.agent.AgentTool
- getObjects() - function in com.embabel.agent.api.common.ToolObject
- getObjects() - function in com.embabel.agent.core.ActionContext
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.core.AgentProcess
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.core.Blackboard
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.core.Blackboard
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.core.Context
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.core.ExecutingOperationContext
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.core.InputActionContext
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.core.InputsActionContext
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.core.OperationContext
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.core.support.InMemoryBlackboard
- Entries in the order they were added.
- getObjects() - function in com.embabel.agent.spi.support.InMemoryContext
- Entries in the order they were added.
- getON_STUCK() - function in com.embabel.agent.core.EarlyTerminationPolicy.Companion
- Policy that terminates the process if it becomes stuck.
- getOpaque() - function in com.embabel.agent.api.dsl.TypedAgentScopeBuilder
- getOpaque() - function in com.embabel.agent.core.Agent
- getOpaque() - function in com.embabel.agent.core.AgentPlatform
- Whether to hide the agent's actions and conditions from the outside world, defaults to false.
- getOpaque() - function in com.embabel.agent.core.AgentScope
- Whether to hide the agent's actions and conditions from the outside world, defaults to false.
- getOpaque() - function in com.embabel.agent.core.support.DefaultAgentPlatform
- Whether to hide the agent's actions and conditions from the outside world, defaults to false.
- getOpenai() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.ModelsConfig
- getOperation() - function in com.embabel.agent.api.common.ActionContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.ExecutingOperationContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.InputActionContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.InputsActionContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.OperationContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.OperationContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.SupplierActionContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.TransformationActionContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilActionContext
- Action or operation that is being executed.
- getOperation() - function in com.embabel.agent.test.unit.FakeOperationContext
- Action or operation that is being executed.
- getOperationDelay() - function in com.embabel.agent.core.ProcessControl
- getOperationDelays() - function in com.embabel.agent.spi.support.ProcessOptionsOperationScheduler
- getOperationScheduler() - function in com.embabel.agent.api.common.PlatformServices
- Operation scheduler for scheduling operations
- getOperationScheduler() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- Operation scheduler for scheduling operations
- getOptions() - function in com.embabel.ux.form.Dropdown
- getOptions() - function in com.embabel.ux.form.RadioGroup
- getOptionsConverter() - function in com.embabel.agent.spi.support.springai.SpringAiLlmService
- getOrdinal() - function in kotlin.ActionRetryPolicy
- getOrdinal() - function in kotlin.ActionStatusCode
- getOrdinal() - function in kotlin.AgentPlatformProperties.ProcessType
- getOrdinal() - function in kotlin.AgentProcessStatusCode
- getOrdinal() - function in kotlin.Cardinality
- getOrdinal() - function in kotlin.ConditionDetermination
- getOrdinal() - function in kotlin.ControlType
- getOrdinal() - function in kotlin.Delay
- getOrdinal() - function in kotlin.FileModificationType
- getOrdinal() - function in kotlin.LoggingOutputChannelEvent.Level
- getOrdinal() - function in kotlin.Method
- getOrdinal() - function in kotlin.PlannerType
- getOrdinal() - function in kotlin.ResponseImpact
- getOrdinal() - function in kotlin.Role
- getOrdinal() - function in kotlin.StuckHandlingResultCode
- getOrdinal() - function in kotlin.Tool.ParameterType
- getOrdinal() - function in kotlin.ToolGroupPermission
- getOrdinal() - function in kotlin.ValidationSeverity
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.ActionContext
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.AgentProcess
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.Blackboard
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.Blackboard
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.Blackboard
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.Blackboard
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.Blackboard
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.Blackboard
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.Blackboard
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.Blackboard
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.ExecutingOperationContext
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.InputActionContext
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.InputsActionContext
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.OperationContext
- Threadsafe get or put
- getOrPut(java.lang.String,kotlin.jvm.functions.Function0) - function in com.embabel.agent.core.support.InMemoryBlackboard
- Threadsafe get or put
- getOutput() - function in com.embabel.agent.api.common.autonomy.AgentProcessExecution
- Output object
- getOutputChannel() - function in com.embabel.agent.api.common.PlatformServices
- getOutputChannel() - function in com.embabel.agent.core.ProcessContext
- getOutputChannel() - function in com.embabel.agent.core.ProcessOptions
- getOutputChannel() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- getOutputChannel() - function in com.embabel.chat.ChatSession
- OutputChannel to send messages to.
- getOutputClass() - function in com.embabel.agent.api.common.AgentFunction
- getOutputClass() - function in com.embabel.agent.api.common.SupplierActionContext
- getOutputClass() - function in com.embabel.agent.api.common.TransformationActionContext
- getOutputClass() - function in com.embabel.agent.api.common.support.TransformationAction
- getOutputClass() - function in com.embabel.agent.api.common.support.TransformationAction
- getOutputClass() - function in com.embabel.agent.api.common.support.TransformationAction
- getOutputClass() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getOutputClass() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getOutputClass() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilActionContext
- getOutputClass() - function in com.embabel.agent.api.event.LlmRequestEvent
- getOutputClass() - function in com.embabel.agent.api.event.LlmResponseEvent
- getOutputClass() - function in com.embabel.agent.core.hitl.FormBindingRequest
- getOutputClass() - function in com.embabel.agent.spi.support.springai.ChatModelCallEvent
- getOutputs() - function in com.embabel.agent.core.Action
- Expected data outputs of the step.
- getOutputs() - function in com.embabel.agent.core.ActionMetadata
- getOutputs() - function in com.embabel.agent.core.DataFlowStep
- Expected data outputs of the step.
- getOutputs() - function in com.embabel.agent.core.support.AbstractAction
- getOutputs() - function in com.embabel.agent.core.support.AbstractAction
- getOutputType() - function in com.embabel.agent.core.Goal
- getOutputTypes() - function in com.embabel.agent.tools.agent.Handoffs
- getOwnLabel() - function in com.embabel.agent.core.DomainType
- getOwnLabel() - function in com.embabel.agent.core.DomainType
- getOwnLabel() - function in com.embabel.agent.core.JvmType
- getOwnProperties() - function in com.embabel.agent.core.DomainType
- Properties defined on this type only (not inherited)
- getOwnProperties() - function in com.embabel.agent.core.DynamicType
- Properties defined on this type only (not inherited)
- getOwnProperties() - function in com.embabel.agent.core.JvmType
- Properties defined on this type only (not inherited)
- getParameters() - function in com.embabel.agent.api.tool.Tool.InputSchema
- Parameter definitions
- getParameters() - function in com.embabel.agent.api.tool.TypeBasedInputSchema
- Parameter definitions
- getParentId() - function in com.embabel.agent.core.AgentProcess
- ID of the parent AgentProcess, if any.
- getParentId() - function in com.embabel.agent.core.support.AbstractAgentProcess
- ID of the parent AgentProcess, if any.
- getParentId() - function in com.embabel.agent.core.support.AbstractAgentProcess
- ID of the parent AgentProcess, if any.
- getParents() - function in com.embabel.agent.core.DomainType
- Supports inheritance
- getParents() - function in com.embabel.agent.core.DynamicType
- getParents() - function in com.embabel.agent.core.JvmType
- Supports inheritance
- getParts() - function in com.embabel.chat.Message
- getParts() - function in com.embabel.chat.Message
- getPath() - function in com.embabel.agent.tools.file.FileModification
- getPath() - function in com.embabel.agent.tools.file.FileReads
- getPathsAccessed() - function in com.embabel.agent.tools.file.FileAccessLog
- getPathsAccessed() - function in com.embabel.agent.tools.file.FileReadTools
- getPathsAccessed() - function in com.embabel.agent.tools.file.FileReadTools
- getPathsAccessed() - function in com.embabel.agent.tools.file.FileTools
- getPathsAccessed() - function in com.embabel.agent.tools.file.FileWriteTools
- getPathsRead() - function in com.embabel.agent.tools.file.FileReadLog
- getPathsRead() - function in com.embabel.agent.tools.file.FileReadLog
- getPathsRead() - function in com.embabel.agent.tools.file.FileReadLog
- getPathsRead() - function in com.embabel.agent.tools.file.FileReadTools
- getPathsRead() - function in com.embabel.agent.tools.file.FileTools
- getPayload() - function in com.embabel.agent.core.hitl.AbstractAwaitable
- getPayload() - function in com.embabel.agent.core.hitl.AbstractAwaitable
- getPayload() - function in com.embabel.agent.core.hitl.AbstractAwaitable
- getPayload() - function in com.embabel.agent.core.hitl.Awaitable
- getPermissions() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getPermissions() - function in com.embabel.agent.core.ToolGroupMetadata
- What this tool group's tools are allowed to do.
- getPermissions() - function in com.embabel.agent.tools.math.MathTools
- getPermissions() - function in com.embabel.agent.tools.osx.AppleScriptTools
- getPERMIT_ALL() - function in com.embabel.agent.spi.validation.AgentStructureAgentValidator.Companion
- getPersona() - function in com.embabel.agent.api.common.Actor
- getPersona() - function in com.embabel.agent.prompt.persona.Persona
- getPersona() - function in com.embabel.agent.prompt.persona.PersonaSpec
- getPlaceholder() - function in com.embabel.ux.form.Dropdown
- getPlaceholder() - function in com.embabel.ux.form.TextArea
- getPlaceholder() - function in com.embabel.ux.form.TextField
- getPlan() - function in com.embabel.agent.api.event.AgentProcessPlanFormulatedEvent
- getPlanner() - function in com.embabel.agent.core.AgentProcess
- Get the planner for this process
- getPlanner() - function in com.embabel.agent.core.AgentProcess
- Get the planner for this process
- getPlanner() - function in com.embabel.agent.core.support.SimpleAgentProcess
- Get the planner for this process
- getPlanner() - function in com.embabel.agent.core.support.SimpleAgentProcess
- Get the planner for this process
- getPlannerType() - function in com.embabel.agent.core.ProcessOptions
- getPlanningSystem() - function in com.embabel.agent.core.Agent
- getPlatformEvents() - function in com.embabel.agent.test.common.EventSavingAgenticEventListener
- getPlatformInfo() - function in com.embabel.agent.web.rest.PlatformInfoController
- Returns general platform information, including the number of agents, actions, goals, and conditions.
- getPlatformServices() - function in com.embabel.agent.core.AgentPlatform
- getPlatformServices() - function in com.embabel.agent.core.support.DefaultAgentPlatform
- getPlatformTools() - function in com.embabel.agent.tools.agent.PerGoalToolFactory
- Generic platform tools
- getPolicy() - function in com.embabel.agent.core.EarlyTermination
- getPopulation() - function in com.embabel.agent.core.hitl.FormBindingRequest
- getPost() - function in com.embabel.agent.core.support.AbstractAction
- getPost() - function in com.embabel.agent.core.support.AbstractAction
- getPre() - function in com.embabel.agent.core.Goal
- getPre() - function in com.embabel.agent.core.support.AbstractAction
- getPre() - function in com.embabel.agent.core.support.AbstractAction
- getPreconditions() - function in com.embabel.agent.core.ActionMetadata
- getPreconditions() - function in com.embabel.agent.core.Goal
- Conditions that must be true for this step to execute
- getPreconditions() - function in com.embabel.agent.core.support.AbstractAction
- Conditions that must be true for this step to execute
- getPreconditions() - function in com.embabel.agent.core.support.AbstractAction
- Conditions that must be true for this step to execute
- getPreconditions() - function in com.embabel.plan.common.condition.Action
- Conditions that must be true for this step to execute
- getPreconditions() - function in com.embabel.plan.common.condition.AgentSystemStep
- Conditions that must be true for this step to execute
- getPreconditions() - function in com.embabel.plan.common.condition.ConditionAction
- Conditions that must be true for this step to execute
- getPreconditions() - function in com.embabel.plan.common.condition.ConditionGoal
- Conditions that must be true for this step to execute
- getPreconditions() - function in com.embabel.plan.common.condition.ConditionStep
- Conditions that must be true for this step to execute
- getPreconditions() - function in com.embabel.plan.common.condition.DataFlowStep
- Conditions that must be true for this step to execute
- getPreviousState() - function in com.embabel.agent.api.event.StateTransitionEvent
- getPricingModel() - function in com.embabel.agent.spi.support.springai.SpringAiLlmService
- getPricingModel() - function in com.embabel.common.ai.model.LlmService
- getProcessContext() - function in com.embabel.agent.api.common.ActionContext
- getProcessContext() - function in com.embabel.agent.api.common.ActionContext
- getProcessContext() - function in com.embabel.agent.api.common.ExecutingOperationContext
- getProcessContext() - function in com.embabel.agent.api.common.InputActionContext
- getProcessContext() - function in com.embabel.agent.api.common.InputsActionContext
- getProcessContext() - function in com.embabel.agent.api.common.OperationContext
- getProcessContext() - function in com.embabel.agent.api.common.SupplierActionContext
- getProcessContext() - function in com.embabel.agent.api.common.TransformationActionContext
- getProcessContext() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getProcessContext() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getProcessContext() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilActionContext
- getProcessContext() - function in com.embabel.agent.core.AgentProcess
- getProcessContext() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getProcessContext() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getProcessContext() - function in com.embabel.agent.test.unit.FakeOperationContext
- getProcessControl() - function in com.embabel.agent.core.ProcessOptions
- getProcessEvents() - function in com.embabel.agent.test.common.EventSavingAgenticEventListener
- getProcessId() - function in com.embabel.agent.api.channel.ContentOutputChannelEvent
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.agent.api.channel.LoggingOutputChannelEvent
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.agent.api.channel.MessageOutputChannelEvent
- getProcessId() - function in com.embabel.agent.api.channel.ProgressOutputChannelEvent
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.agent.core.AgentProcessEvent
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.agent.core.InProcess
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.agent.core.InformativeOutputChannelEvent
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.agent.core.ObjectBindingEvent
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.agent.core.OutputChannelEvent
- ID of the process that this event relates to.
- getProcessId() - function in com.embabel.chat.ChatSession
- getProcessIdGeneration() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- getProcessOptions() - function in com.embabel.agent.core.AgentProcess
- Options this process was started with
- getProcessOptions() - function in com.embabel.agent.core.ProcessContext
- getProcessOptions() - function in com.embabel.agent.core.support.AbstractAgentProcess
- Options this process was started with
- getProcessOptions() - function in com.embabel.agent.core.support.AbstractAgentProcess
- Options this process was started with
- getProcessOptionsCreator() - function in com.embabel.agent.tools.agent.AgentTool
- getProcessType() - function in com.embabel.agent.core.support.DefaultAgentPlatform
- getProcessType() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- getPrompt() - function in com.embabel.agent.experimental.primitive.PromptCondition
- getPrompt() - function in com.embabel.agent.test.unit.LlmInvocation
- getPromptContributionLocation() - function in com.embabel.common.ai.prompt.ContextualPromptElement
- getPromptContributionLocation() - function in com.embabel.common.ai.prompt.InternetResources
- getPromptContributionLocation() - function in com.embabel.common.ai.prompt.LlmReference
- getPromptContributionLocation() - function in com.embabel.common.ai.prompt.Page
- getPromptContributionLocation() - function in com.embabel.common.ai.prompt.PersonaSpec
- getPromptContributionLocation() - function in com.embabel.common.ai.prompt.PromptElement
- getPromptContributionLocation() - function in com.embabel.common.ai.prompt.PromptElement
- getPromptContributionLocation() - function in com.embabel.common.ai.prompt.RoleGoalBackstorySpec
- getPromptContributors() - function in com.embabel.agent.api.dsl.AgentBuilder
- getPromptContributors() - function in com.embabel.agent.core.support.LlmInteraction
- getPromptContributors() - function in com.embabel.agent.spi.support.springai.SpringAiLlmService
- getPromptContributors() - function in com.embabel.agent.test.unit.FakePromptRunner
- getPromptContributors() - function in com.embabel.common.ai.prompt.LlmCall
- getPromptContributors() - function in com.embabel.common.ai.prompt.LlmService
- getPromptContributors() - function in com.embabel.common.ai.prompt.LlmUse
- getPromptContributors() - function in com.embabel.common.ai.prompt.PromptRunner
- getPromptContributors() - function in com.embabel.common.ai.prompt.StreamingPromptRunner
- getPromptRunner() - function in com.embabel.agent.test.unit.FakeOperationContext
- getPrompts() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties.LlmOperationsConfig
- getPromptsReceived() - function in com.embabel.agent.test.integration.ScriptedLlmOperations
- getPromptTokens() - function in com.embabel.agent.core.Usage
- getPRONTO() - function in com.embabel.agent.spi.OperationScheduler.Companion
- No delay
- getProperties() - function in com.embabel.agent.api.common.autonomy.Autonomy
- getProperties() - function in com.embabel.agent.core.DomainType
- getProperties() - function in com.embabel.agent.core.DomainType
- getPropertiesInDeclarationOrder(kotlin.reflect.KClass) - function in com.embabel.ux.form.SimpleFormGeneratorKt
- getPropertyFilter() - function in com.embabel.agent.core.support.LlmCall
- Filter that determines which properties to include when creating objects.
- getPropertyFilter() - function in com.embabel.agent.core.support.LlmInteraction
- Filter that determines which properties to include when creating objects.
- getPropertyFilter() - function in com.embabel.agent.core.support.LlmUse
- Filter that determines which properties to include when creating objects.
- getPropertyFilter() - function in com.embabel.agent.core.support.PromptRunner
- Filter that determines which properties to include when creating objects.
- getPropertyFilter() - function in com.embabel.agent.core.support.StreamingPromptRunner
- Filter that determines which properties to include when creating objects.
- getPropertyFilter() - function in com.embabel.agent.test.unit.FakePromptRunner
- Filter that determines which properties to include when creating objects.
- getPropertyProvider() - function in com.embabel.agent.api.annotation.support.DefaultActionQosProvider
- getProvider() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getProvider() - function in com.embabel.agent.api.dsl.AgentBuilder
- getProvider() - function in com.embabel.agent.api.dsl.TypedAgentScopeBuilder
- getProvider() - function in com.embabel.agent.core.Agent
- getProvider() - function in com.embabel.agent.core.AgentMetadata
- getProvider() - function in com.embabel.agent.spi.config.spring.GroupConfig
- getProvider() - function in com.embabel.agent.spi.support.springai.SpringAiLlmService
- getProvider() - function in com.embabel.agent.tools.math.MathTools
- getProvider() - function in com.embabel.agent.tools.osx.AppleScriptTools
- getProvider() - function in com.embabel.common.ai.model.LlmService
- getProvider() - function in com.embabel.common.core.types.ToolGroupMetadata
- getProviderMetadata() - function in com.embabel.agent.api.tool.Tool.Metadata
- getPrune() - function in com.embabel.agent.core.ProcessOptions
- getQos() - function in com.embabel.agent.core.Action
- Quality of Service for this action.
- getQos() - function in com.embabel.agent.core.ActionMetadata
- getQos() - function in com.embabel.agent.core.support.AbstractAction
- getQos() - function in com.embabel.agent.core.support.AbstractAction
- getRANDOM() - function in com.embabel.agent.spi.AgentProcessIdGenerator.Companion
- getRanking() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- getRankings() - function in com.embabel.agent.api.common.autonomy.Autonomy.GoalSeeker
- getRankings() - function in com.embabel.agent.api.common.autonomy.GoalChoiceApprovalRequest
- getRankings() - function in com.embabel.agent.api.event.RankingChoiceCouldNotBeMadeEvent
- getRankings() - function in com.embabel.agent.api.event.RankingChoiceMadeEvent
- getReads() - function in com.embabel.agent.tools.file.DefaultFileReadLog
- getReads() - function in com.embabel.agent.tools.file.FileReadLog
- getReads() - function in com.embabel.agent.tools.file.FileReadLog
- getReads() - function in com.embabel.agent.tools.file.FileReadTools
- getReads() - function in com.embabel.agent.tools.file.FileReads
- getReads() - function in com.embabel.agent.tools.file.FileTools
- getReason() - function in com.embabel.agent.api.common.autonomy.GoalChoiceNotApproved
- getReason() - function in com.embabel.agent.api.common.autonomy.GoalNotApproved
- getReason() - function in com.embabel.agent.api.event.ReplanRequestedEvent
- getReason() - function in com.embabel.agent.api.tool.ReplanDecision
- getReason() - function in com.embabel.agent.core.EarlyTermination
- getReason() - function in com.embabel.agent.core.ReplanRequestedException
- getReason() - function in com.embabel.chat.agent.ConversationOver
- getRelationships() - function in com.embabel.agent.core.DomainType
- getRelationships() - function in com.embabel.agent.core.DomainType
- getRelativePath() - function in com.embabel.agent.tools.file.PatternSearch.PatternMatch
- getRemote() - function in com.embabel.agent.core.Export
- getRemoveApacheLicenseHeader() - function in com.embabel.agent.tools.file.WellKnownFileContentTransformers
- Removes Apache License headers commonly found at the top of source files.
- getRemoveDocComments() - function in com.embabel.agent.tools.file.WellKnownFileContentTransformers
- Removes documentation comments (/** ...
- getRemovedTools() - function in com.embabel.agent.spi.loop.ToolLoopResult
- getRemoveEmptyLines() - function in com.embabel.agent.tools.file.WellKnownFileContentTransformers
- Removes empty lines from file content
- getRemoveImports() - function in com.embabel.agent.tools.file.WellKnownFileContentTransformers
- Removes import statements from the code.
- getRemoveOnInvoke() - function in com.embabel.agent.api.tool.MatryoshkaTool
- getRemoveSingleLineComments() - function in com.embabel.agent.tools.file.WellKnownFileContentTransformers
- Removes single-line comments (// ...) from the code.
- getReplanReason() - function in com.embabel.agent.spi.loop.ToolLoopResult
- getReplanRequested() - function in com.embabel.agent.spi.loop.ToolLoopResult
- getRequest() - function in com.embabel.agent.api.common.autonomy.GoalChoiceApprovalResponse
- getRequest() - function in com.embabel.agent.api.common.autonomy.GoalChoiceApproved
- getRequest() - function in com.embabel.agent.api.common.autonomy.GoalChoiceNotApproved
- getRequest() - function in com.embabel.agent.api.event.LlmResponseEvent
- getRequest() - function in com.embabel.agent.api.event.ToolCallResponseEvent
- getRequestedTool() - function in com.embabel.agent.spi.loop.ToolNotFoundException
- getRequired() - function in com.embabel.agent.api.tool.Tool.Parameter
- getRequired() - function in com.embabel.ux.form.Checkbox
- getRequired() - function in com.embabel.ux.form.DatePicker
- getRequired() - function in com.embabel.ux.form.Dropdown
- getRequired() - function in com.embabel.ux.form.FileUpload
- getRequired() - function in com.embabel.ux.form.RadioGroup
- getRequired() - function in com.embabel.ux.form.RequirableControl
- getRequired() - function in com.embabel.ux.form.Slider
- getRequired() - function in com.embabel.ux.form.TextArea
- getRequired() - function in com.embabel.ux.form.TextField
- getRequired() - function in com.embabel.ux.form.TimePicker
- getResolvedToolGroup() - function in com.embabel.agent.core.ToolGroupResolution
- getResourcePath() - function in com.embabel.agent.api.common.reference.SpringResource
- getResponse() - function in com.embabel.agent.api.event.LlmResponseEvent
- getResponse() - function in com.embabel.agent.prompt.persona.CoStar
- getResult() - function in com.embabel.agent.api.common.workflow.loop.Attempt
- getResult() - function in com.embabel.agent.api.event.AgentProcessCompletedEvent
- getResult() - function in com.embabel.agent.api.event.ToolCallResponseEvent
- getResult() - function in com.embabel.agent.api.tool.ReplanContext
- getResult() - function in com.embabel.agent.experimental.primitive.Determination
- getResult() - function in com.embabel.agent.spi.loop.ToolCallResult
- getResult() - function in com.embabel.agent.spi.loop.ToolLoopResult
- getResult() - function in com.embabel.agent.test.integration.ScriptedLlmOperations.ToolCallRecord
- getResult() - function in com.embabel.agent.web.rest.AgentProcessStatus
- getResult() - function in com.embabel.common.core.thinking.ThinkingResponse
- The final converted result object.
- getResultContent() - function in com.embabel.agent.api.tool.ReplanContext
- getResultObject() - function in com.embabel.agent.spi.loop.ToolCallResult
- getResults() - function in com.embabel.agent.api.common.workflow.control.ResultList
- getResults() - function in com.embabel.agent.spi.validation.DetailedValidationResult
- getResultToEvaluate() - function in com.embabel.agent.api.common.workflow.loop.EvaluationActionContext
- getResultType() - function in com.embabel.agent.api.invocation.AgentInvocation
- The class of the result type this invocation will produce.
- getResultType() - function in com.embabel.agent.api.invocation.SupervisorInvocation
- getResultType() - function in com.embabel.agent.api.invocation.TypedInvocation
- The class of the result type this invocation will produce.
- getRetryPolicy() - function in com.embabel.agent.spi.common.RetryProperties
- getRetryPolicy() - function in com.embabel.agent.spi.common.RetryProperties
- getReturnDirect() - function in com.embabel.agent.api.tool.Tool.Metadata
- getReturnedObject() - function in com.embabel.agent.core.support.InvalidLlmReturnTypeException
- getRight() - function in com.embabel.agent.api.common.support.Branch
- getRole() - function in com.embabel.agent.core.ToolGroupDescription
- Role of the tool group.
- getRole() - function in com.embabel.agent.core.ToolGroupMetadata
- Role of the tool group.
- getRole() - function in com.embabel.agent.core.ToolGroupRequirement
- getRole() - function in com.embabel.agent.prompt.ResponseFormat
- getRole() - function in com.embabel.agent.prompt.persona.RoleGoalBackstory
- getRole() - function in com.embabel.chat.Message
- getRole() - function in com.embabel.chat.Message
- getRole() - function in com.embabel.common.ai.prompt.ContextualPromptElement
- getRole() - function in com.embabel.common.ai.prompt.InternetResources
- getRole() - function in com.embabel.common.ai.prompt.LlmReference
- getRole() - function in com.embabel.common.ai.prompt.Page
- getRole() - function in com.embabel.common.ai.prompt.PersonaSpec
- getRole() - function in com.embabel.common.ai.prompt.PromptElement
- getRole() - function in com.embabel.common.ai.prompt.PromptElement
- getRole() - function in com.embabel.common.ai.prompt.RoleGoalBackstorySpec
- getRoot() - function in com.embabel.agent.api.common.reference.LocalDirectoryReference
- getRoot() - function in com.embabel.agent.tools.DirectoryBased
- Root on host machine
- getRoot() - function in com.embabel.agent.tools.FileReadTools
- Root on host machine
- getRoot() - function in com.embabel.agent.tools.FileTools
- Root on host machine
- getRoot() - function in com.embabel.agent.tools.FileWriteTools
- Root on host machine
- getRoot() - function in com.embabel.agent.tools.PatternSearch
- Root on host machine
- getRoot() - function in com.embabel.agent.tools.file.LocalDirectory
- Root on host machine
- getRows() - function in com.embabel.ux.form.TextArea
- getRunAs() - function in com.embabel.agent.core.Identities
- getRunningTime() - function in com.embabel.agent.api.common.workflow.loop.AttemptHistory
- getRunningTime() - function in com.embabel.agent.api.common.workflow.loop.ResultHistory
- getRunningTime() - function in com.embabel.agent.api.event.ActionExecutionResultEvent
- getRunningTime() - function in com.embabel.agent.api.event.LlmResponseEvent
- getRunningTime() - function in com.embabel.agent.api.event.ToolCallResponseEvent
- getRunningTime() - function in com.embabel.agent.core.ActionInvocation
- getRunningTime() - function in com.embabel.agent.core.ActionStatus
- getRunningTime() - function in com.embabel.agent.core.AgentProcess
- getRunningTime() - function in com.embabel.agent.core.AgentProcess
- getRunningTime() - function in com.embabel.agent.core.AgentProcessStatusReport
- getRunningTime() - function in com.embabel.agent.core.LlmInvocation
- getRunningTime() - function in com.embabel.agent.web.rest.AgentProcessStatus
- getRunningTime() - function in com.embabel.common.core.types.OperationStatus
- getScanning() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- Platform behavior configurations
- getScore() - function in com.embabel.agent.api.common.workflow.loop.Feedback
- getScore() - function in com.embabel.agent.api.common.workflow.loop.TextFeedback
- getScore() - function in com.embabel.agent.spi.Ranking
- getScoreThreshold() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptable
- getSelectedValue() - function in com.embabel.ux.form.RadioGroup
- getSender() - function in com.embabel.chat.Message
- getSender() - function in com.embabel.chat.Message
- getSendValidationInfo() - function in com.embabel.agent.spi.support.LlmDataBindingProperties
- getSeverity() - function in com.embabel.agent.api.validation.guardrails.GuardRailViolationException
- getSeverity() - function in com.embabel.common.core.validation.ValidationError
- getShowLlmResponses() - function in com.embabel.agent.core.AiBuilder
- getShowLlmResponses() - function in com.embabel.agent.core.LlmVerbosity
- getShowLlmResponses() - function in com.embabel.agent.core.Verbosity
- getShowLongPlans() - function in com.embabel.agent.core.Verbosity
- getShowMarkers() - function in com.embabel.ux.form.Slider
- getShowPlanning() - function in com.embabel.agent.core.Verbosity
- getShowPrompts() - function in com.embabel.agent.core.AiBuilder
- getShowPrompts() - function in com.embabel.agent.core.LlmVerbosity
- getShowPrompts() - function in com.embabel.agent.core.Verbosity
- getSource() - function in java.util.EventObject
- getSpringAiPrompt() - function in com.embabel.agent.spi.support.springai.ChatModelCallEvent
- getSse() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- getSseUrl() - function in com.embabel.agent.web.rest.AgentProcessStatus
- getStackTrace() - function in kotlin.Throwable
- getStartingInputTypes() - function in com.embabel.agent.core.Export
- getState() - function in com.embabel.plan.common.condition.ConditionWorldState
- getState() - function in com.embabel.plan.common.condition.ConditionWorldState
- getStatus() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- getStatus() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- getStatus() - function in com.embabel.agent.core.ActionStatus
- Status of this operation
- getStatus() - function in com.embabel.agent.core.AgentProcess
- Status of this operation
- getStatus() - function in com.embabel.agent.core.AgentProcessStatusReport
- Status of this operation
- getStatus() - function in com.embabel.agent.core.OperationStatus
- Status of this operation
- getStatus() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getStatus() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getStatus() - function in com.embabel.agent.web.rest.AgentProcessStatus
- getStatusUrl() - function in com.embabel.agent.web.rest.AgentProcessStatus
- getStep() - function in com.embabel.ux.form.Slider
- getStuckHandler() - function in com.embabel.agent.core.Agent
- getStyle() - function in com.embabel.agent.prompt.persona.CoStar
- getSubmission() - function in com.embabel.ux.form.FormSubmissionResult
- getSubmissionId() - function in com.embabel.ux.form.FormSubmission
- getSummary() - function in com.embabel.agent.domain.library.InternetResource
- getSummary() - function in com.embabel.agent.domain.library.Page
- getSUPPORTED_MIME_TYPES() - function in com.embabel.chat.ImagePart.Companion
- getSuppressed() - function in kotlin.Throwable
- getSystemPromptCreator() - function in com.embabel.agent.api.tool.AgenticTool
- getTags() - function in com.embabel.agent.core.Goal
- getTemplateRenderer() - function in com.embabel.agent.api.common.PlatformServices
- getTemplateRenderer() - function in com.embabel.agent.spi.support.SpringContextPlatformServices
- getTest() - function in com.embabel.agent.spi.config.spring.AgentPlatformProperties
- getText() - function in com.embabel.agent.api.common.MultimodalContent
- getText() - function in com.embabel.agent.test.integration.ScriptedLlmOperations.ScriptedAction.Respond
- getText() - function in com.embabel.chat.TextPart
- getTextCommunicator() - function in com.embabel.agent.tools.agent.AgentTool
- getTextCommunicator() - function in com.embabel.agent.tools.agent.DefaultProcessCallbackTools
- getTextCommunicator() - function in com.embabel.agent.tools.agent.GoalTool
- getTextContent() - function in com.embabel.agent.spi.loop.LlmMessageResponse
- getTextContent() - function in com.embabel.chat.Message
- getTextContent() - function in com.embabel.chat.Message
- getThinkingBlocks() - function in com.embabel.common.core.thinking.ThinkingException
- getThinkingBlocks() - function in com.embabel.common.core.thinking.ThinkingResponse
- The thinking blocks extracted from the LLM response.
- getThinkingByTag(java.lang.String) - function in com.embabel.common.core.thinking.ThinkingResponse
- Get thinking blocks by tag value (e.g., "think", "analysis").
- getThinkingByType(com.embabel.common.core.thinking.ThinkingTagType) - function in com.embabel.common.core.thinking.ThinkingResponse
- Get thinking blocks of a specific type.
- getThinkingContent() - function in com.embabel.common.core.thinking.ThinkingResponse
- Get all thinking content as a single concatenated string.
- getThrowable() - function in com.embabel.agent.api.channel.LoggingOutputChannelEvent
- getTill() - function in com.embabel.agent.spi.ScheduledActionExecutionSchedule
- getTimestamp() - function in com.embabel.agent.api.common.autonomy.GoalNotApproved
- getTimestamp() - function in com.embabel.agent.api.common.workflow.loop.Attempt
- getTimestamp() - function in com.embabel.agent.api.common.workflow.loop.AttemptHistory
- getTimestamp() - function in com.embabel.agent.api.common.workflow.loop.ResultHistory
- getTimestamp() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- getTimestamp() - function in com.embabel.agent.api.event.AbstractAgentProcessEvent
- getTimestamp() - function in com.embabel.agent.api.event.AgentDeploymentEvent
- getTimestamp() - function in com.embabel.agent.api.event.DynamicAgentCreationEvent
- getTimestamp() - function in com.embabel.agent.api.event.RankingChoiceCouldNotBeMadeEvent
- getTimestamp() - function in com.embabel.agent.api.event.RankingEvent
- getTimestamp() - function in com.embabel.agent.api.event.RankingEvent
- getTimestamp() - function in com.embabel.agent.core.ActionInvocation
- getTimestamp() - function in com.embabel.agent.core.AgentProcessStatusReport
- getTimestamp() - function in com.embabel.agent.core.LlmInvocation
- getTimestamp() - function in com.embabel.agent.core.hitl.AbstractAwaitable
- getTimestamp() - function in com.embabel.agent.core.hitl.AbstractAwaitable
- getTimestamp() - function in com.embabel.agent.core.hitl.ConfirmationResponse
- getTimestamp() - function in com.embabel.agent.core.hitl.FormResponse
- getTimestamp() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getTimestamp() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getTimestamp() - function in com.embabel.agent.domain.io.FileArtifact
- getTimestamp() - function in com.embabel.agent.domain.io.UserInput
- getTimestamp() - function in com.embabel.agent.spi.DelayedActionExecutionSchedule
- getTimestamp() - function in com.embabel.agent.spi.ProntoActionExecutionSchedule
- getTimestamp() - function in com.embabel.agent.spi.ScheduledActionExecutionSchedule
- getTimestamp() - function in com.embabel.agent.spi.ToolCallSchedule
- getTimestamp() - function in com.embabel.agent.web.rest.AgentProcessStatus
- getTimestamp() - function in com.embabel.chat.AssistantMessage
- getTimestamp() - function in com.embabel.chat.Message
- getTimestamp() - function in com.embabel.chat.Message
- getTimestamp() - function in com.embabel.chat.SystemMessage
- getTimestamp() - function in com.embabel.chat.ToolResultMessage
- getTimestamp() - function in com.embabel.common.core.types.ActionExecutionSchedule
- getTimestamp() - function in com.embabel.common.core.types.AgentPlatformEvent
- getTimestamp() - function in com.embabel.common.core.types.AgentProcess
- getTimestamp() - function in com.embabel.common.core.types.AgentProcessEvent
- getTimestamp() - function in com.embabel.common.core.types.AgenticEvent
- getTimestamp() - function in com.embabel.common.core.types.Asset
- getTimestamp() - function in com.embabel.common.core.types.AssistantContent
- getTimestamp() - function in com.embabel.common.core.types.Awaitable
- getTimestamp() - function in com.embabel.common.core.types.AwaitableResponse
- getTimestamp() - function in com.embabel.common.core.types.ConditionWorldState
- getTimestamp() - function in com.embabel.common.core.types.ObjectBindingEvent
- getTimestamp() - function in com.embabel.common.core.types.SystemInput
- getTimestamp() - function in com.embabel.common.core.types.SystemOutput
- getTimestamp() - function in com.embabel.common.core.types.Timestamped
- getTimestamp() - function in com.embabel.common.core.types.UserContent
- getTimestamp() - function in com.embabel.common.core.types.WorldState
- getTimestamp() - function in com.embabel.ux.form.FormSubmission
- getTimestamp() - function in org.springframework.context.ApplicationEvent
- getTitle() - function in com.embabel.ux.form.Form
- getTo() - function in com.embabel.agent.core.AllowedRelationship
- getTokens() - function in com.embabel.agent.core.Budget
- getTone() - function in com.embabel.agent.prompt.persona.CoStar
- getTool() - function in com.embabel.agent.api.event.ToolCallRequestEvent
- getTool() - function in com.embabel.agent.api.tool.ReplanContext
- getToolActions() - function in com.embabel.agent.api.annotation.support.SupervisorAction
- getToolCallId() - function in com.embabel.chat.ToolResultMessage
- getToolCalls() - function in com.embabel.agent.prompt.element.FocusedToolCallControl
- getToolCalls() - function in com.embabel.agent.prompt.element.ToolCallControl
- getToolCalls() - function in com.embabel.chat.AssistantMessageWithToolCalls
- getToolCallsMade() - function in com.embabel.agent.test.integration.ScriptedLlmOperations
- getToolDefinition() - function in com.embabel.agent.core.support.RenamedToolCallback
- getToolDefinition() - function in com.embabel.agent.spi.support.ObservabilityToolCallback
- getToolDefinition() - function in com.embabel.agent.spi.support.OutputTransformingToolCallback
- getToolDefinition() - function in com.embabel.agent.spi.support.springai.EventPublishingToolCallback
- getToolDefinition() - function in com.embabel.agent.spi.support.springai.MetadataEnrichedToolCallback
- getToolDefinition() - function in com.embabel.agent.spi.support.springai.SpringToolCallbackAdapter
- getToolDelay() - function in com.embabel.agent.core.ProcessControl
- getToolDelays() - function in com.embabel.agent.spi.support.ProcessOptionsOperationScheduler
- getToolGroupMetadata() - function in com.embabel.agent.api.event.ToolCallRequestEvent
- getToolGroupMetadata() - function in com.embabel.agent.spi.support.MetadataEnrichedTool
- getToolGroupMetadata() - function in com.embabel.agent.spi.support.springai.MetadataEnrichedToolCallback
- getToolGroupResolver() - function in com.embabel.agent.core.AgentPlatform
- getToolGroupResolver() - function in com.embabel.agent.core.support.DefaultAgentPlatform
- getToolGroups() - function in com.embabel.agent.api.common.Actor
- getToolGroups() - function in com.embabel.agent.api.common.SupplierActionContext
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.api.common.TransformationActionContext
- getToolGroups() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getToolGroups() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilAcceptableContext
- getToolGroups() - function in com.embabel.agent.api.common.workflow.loop.RepeatUntilActionContext
- getToolGroups() - function in com.embabel.agent.core.Action
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.ActionContext
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.ExecutingOperationContext
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.InputActionContext
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.InputsActionContext
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.LlmCall
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.LlmUse
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.OperationContext
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.PromptRunner
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.StreamingPromptRunner
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.ToolConsumer
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.ToolGroupConsumer
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.ToolGroupConsumer
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.support.AbstractAction
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.support.AbstractAction
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.core.support.LlmInteraction
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.spi.support.RegistryToolGroupResolver
- getToolGroups() - function in com.embabel.agent.test.unit.FakeOperationContext
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.test.unit.FakePromptRunner
- Tool groups exposed.
- getToolGroups() - function in com.embabel.agent.web.rest.PlatformInfoController
- getToolGroups() - function in com.embabel.agent.web.rest.PlatformInfoSummary
- getToolInput() - function in com.embabel.agent.api.event.ToolCallRequestEvent
- getToolInput() - function in com.embabel.agent.spi.loop.ToolCallResult
- getToolMetadata() - function in com.embabel.agent.spi.support.springai.SpringToolCallbackAdapter
- getToolMetadata() - function in org.springframework.ai.tool.ToolCallback
- getToolName() - function in com.embabel.agent.prompt.element.FocusedToolCallControl
- getToolName() - function in com.embabel.agent.spi.loop.ToolCallResult
- getToolName() - function in com.embabel.agent.test.integration.ScriptedLlmOperations.ScriptedAction.CallTool
- getToolName() - function in com.embabel.agent.test.integration.ScriptedLlmOperations.ToolCallRecord
- getToolName() - function in com.embabel.chat.ToolResultMessage
- getToolObjects() - function in com.embabel.agent.api.common.PromptRunner
- Additional objects with @Tool annotation for use in this PromptRunner
- getToolObjects() - function in com.embabel.agent.api.common.StreamingPromptRunner
- Additional objects with @Tool annotation for use in this PromptRunner
- getToolObjects() - function in com.embabel.agent.test.unit.FakePromptRunner
- Additional objects with @Tool annotation for use in this PromptRunner
- getTools() - function in com.embabel.agent.api.common.support.FileReadTools
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.api.common.support.FileTools
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.api.common.support.FileWriteTools
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getTools() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getTools() - function in com.embabel.agent.api.common.support.SelfToolPublisher
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.api.common.support.SelfToolPublisher
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.api.tool.AgenticTool
- getTools() - function in com.embabel.agent.core.LlmCall
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.core.ToolConsumer
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.core.ToolGroup
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.core.ToolPublisher
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.core.ToolSpec
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.core.ToolSpecConsumer
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.core.support.LlmInteraction
- getTools() - function in com.embabel.agent.spi.config.spring.GroupConfig
- getTools() - function in com.embabel.agent.tools.agent.Handoffs
- Tools referenced or exposed.
- getTools() - function in com.embabel.agent.tools.mcp.McpToolGroup
- Default tools implementation returns empty list.
- getToolsStats() - function in com.embabel.agent.api.common.ToolsStats
- getToolsStats() - function in com.embabel.agent.core.AgentProcess
- getToolsStats() - function in com.embabel.agent.core.LlmInvocationHistory
- getToolsStats() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getToolsStats() - function in com.embabel.agent.core.support.AbstractAgentProcess
- getToolsStats() - function in com.embabel.agent.spi.support.AgenticEventListenerToolsStats
- getToolsToAdd() - function in com.embabel.agent.spi.loop.ToolInjectionResult
- getToolsToRemove() - function in com.embabel.agent.spi.loop.ToolInjectionResult
- getTotal() - function in com.embabel.agent.api.event.ProgressUpdateEvent
- getTotalIterations() - function in com.embabel.agent.spi.loop.ToolLoopResult
- getTotalTokens() - function in com.embabel.agent.core.Usage
- getTotalUsage() - function in com.embabel.agent.spi.loop.ToolLoopResult
- getTransformSuccessResponses() - function in com.embabel.agent.spi.logging.personality.hitchhiker.HitchhikerLoggingAgenticEventListenerKt
- getTransformSuccessResponses() - function in com.embabel.agent.spi.logging.personality.severance.SeveranceLoggingAgenticEventListenerKt
- getType() - function in com.embabel.agent.api.annotation.SpecialReturnException
- getType() - function in com.embabel.agent.api.annotation.SpecialReturnException
- getType() - function in com.embabel.agent.api.event.ObjectBindingEvent
- getType() - function in com.embabel.agent.api.event.ObjectBindingEvent
- getType() - function in com.embabel.agent.api.event.RankingEvent
- getType() - function in com.embabel.agent.api.event.RankingEvent
- getType() - function in com.embabel.agent.api.event.RankingEvent
- getType() - function in com.embabel.agent.api.event.RankingEvent
- getType() - function in com.embabel.agent.api.tool.Tool.Parameter
- getType() - function in com.embabel.agent.core.DomainTypePropertyDefinition
- getType() - function in com.embabel.agent.core.IoBinding
- getType() - function in com.embabel.agent.core.ValidatedPropertyDefinition
- getType() - function in com.embabel.agent.core.ValuePropertyDefinition
- getType() - function in com.embabel.agent.tools.file.FileModification
- getType() - function in com.embabel.common.ai.model.LlmMetadata
- getType() - function in com.embabel.common.ai.model.LlmService
- getType() - function in com.embabel.common.core.validation.ValidationLocation
- getType() - function in com.embabel.ux.form.Button
- getType() - function in com.embabel.ux.form.Checkbox
- getType() - function in com.embabel.ux.form.Control
- getType() - function in com.embabel.ux.form.DatePicker
- getType() - function in com.embabel.ux.form.Dropdown
- getType() - function in com.embabel.ux.form.FileUpload
- getType() - function in com.embabel.ux.form.RadioGroup
- getType() - function in com.embabel.ux.form.RequirableControl
- getType() - function in com.embabel.ux.form.Slider
- getType() - function in com.embabel.ux.form.TextArea
- getType() - function in com.embabel.ux.form.TextField
- getType() - function in com.embabel.ux.form.TimePicker
- getType() - function in com.embabel.ux.form.Toggle
- getUrl() - function in com.embabel.agent.api.common.reference.WebPage
- getUrl() - function in com.embabel.agent.domain.library.InternetResource
- getUrl() - function in com.embabel.agent.domain.library.Page
- getUsage() - function in com.embabel.agent.core.LlmInvocation
- getUsage() - function in com.embabel.agent.spi.loop.LlmMessageResponse
- getUseEmbabelToolLoop() - function in com.embabel.agent.core.support.LlmInteraction
- getUser() - function in com.embabel.chat.ChatSession
- The Embabel User if known, null if not.
- getUsername() - function in com.embabel.agent.api.identity.SimpleUser
- getUsername() - function in com.embabel.agent.api.identity.User
- getVALID() - function in com.embabel.common.core.validation.ValidationResult.Companion
- getValid() - function in com.embabel.ux.form.FormSubmissionResult
- getValidation() - function in com.embabel.agent.core.support.LlmCall
- Whether to validate generated objects.
- getValidation() - function in com.embabel.agent.core.support.LlmInteraction
- Whether to validate generated objects.
- getValidation() - function in com.embabel.agent.core.support.LlmUse
- Whether to validate generated objects.
- getValidation() - function in com.embabel.agent.core.support.PromptRunner
- Whether to validate generated objects.
- getValidation() - function in com.embabel.agent.core.support.StreamingPromptRunner
- Whether to validate generated objects.
- getValidation() - function in com.embabel.agent.test.unit.FakePromptRunner
- Whether to validate generated objects.
- getValidationErrors() - function in com.embabel.agent.core.hitl.FormBindingRequest
- getValidationErrors() - function in com.embabel.ux.form.FormSubmissionResult
- getValidationMessage() - function in com.embabel.ux.form.TextField
- getValidationPattern() - function in com.embabel.ux.form.TextField
- getValidationRules() - function in com.embabel.agent.core.ValidatedPropertyDefinition
- List of validation rules to apply to mentions of this property
- getValue() - function in com.embabel.agent.api.common.CreationExample
- getValue() - function in com.embabel.agent.api.common.CreationExample
- getValue() - function in com.embabel.agent.api.common.InteractionId
- getValue(java.lang.Object,kotlin.reflect.KProperty) - function in com.embabel.agent.api.dsl.AgentBuilder.ConditionDelegate
- getValue() - function in com.embabel.agent.api.event.ObjectAddedEvent
- getValue() - function in com.embabel.agent.api.event.ObjectBindingEvent
- getValue() - function in com.embabel.agent.api.event.ObjectBoundEvent
- getValue(java.lang.String,java.lang.String,com.embabel.agent.core.DataDictionary) - function in com.embabel.agent.core.ActionContext
- Resolve the value of a variable, if it is set.
- getValue(java.lang.String,java.lang.String) - function in com.embabel.agent.core.AgentProcess
- Get a variable value.
- getValue(java.lang.String,java.lang.String) - function in com.embabel.agent.core.AgentProcess
- Get a variable value.
- getValue(java.lang.String,java.lang.String,com.embabel.agent.core.DataDictionary) - function in com.embabel.agent.core.AgentProcess
- Resolve the value of a variable, if it is set.
- getValue(java.lang.String,java.lang.String,com.embabel.agent.core.DataDictionary) - function in com.embabel.agent.core.Blackboard
- Resolve the value of a variable, if it is set.
- getValue(java.lang.String,java.lang.String,com.embabel.agent.core.DataDictionary) - function in com.embabel.agent.core.Blackboard
- Resolve the value of a variable, if it is set.
- getValue(java.lang.String,java.lang.String,com.embabel.agent.core.DataDictionary) - function in com.embabel.agent.core.Blackboard
- Resolve the value of a variable, if it is set.
- getValue() - function in com.embabel.agent.core.ContextId
- getValue(java.lang.String,java.lang.String,com.embabel.agent.core.DataDictionary) - function in com.embabel.agent.core.ExecutingOperationContext
- Resolve the value of a variable, if it is set.
- getValue() - function in com.embabel.agent.core.Goal
- getValue(java.lang.String,java.lang.String,com.embabel.agent.core.DataDictionary) - function in com.embabel.agent.core.InputActionContext
- Resolve the value of a variable, if it is set.
- getValue(java.lang.String,java.lang.String,com.embabel.agent.core.DataDictionary) - function in com.embabel.agent.core.InputsActionContext
- Resolve the value of a variable, if it is set.
- getValue() - function in com.embabel.agent.core.IoBinding
- getValue(java.lang.String,java.lang.String,com.embabel.agent.core.DataDictionary) - function in com.embabel.agent.core.OperationContext
- Resolve the value of a variable, if it is set.
- getValue() - function in com.embabel.agent.core.support.AbstractAction
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.agent.core.support.AbstractAction
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.plan.Action
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.plan.AgentSystemStep
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.plan.ConditionAction
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.plan.ConditionGoal
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.plan.ConditionStep
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.plan.DataFlowStep
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.plan.Goal
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.plan.Step
- Function to compute the value of completing this step.
- getValue() - function in com.embabel.ux.form.ControlValue.BooleanValue
- getValue() - function in com.embabel.ux.form.ControlValue.DateValue
- getValue() - function in com.embabel.ux.form.ControlValue.NumberValue
- getValue() - function in com.embabel.ux.form.ControlValue.OptionValue
- getValue() - function in com.embabel.ux.form.ControlValue.TextValue
- getValue() - function in com.embabel.ux.form.ControlValue.TimeValue
- getValue() - function in com.embabel.ux.form.DatePicker
- getValue() - function in com.embabel.ux.form.DropdownOption
- getValue() - function in com.embabel.ux.form.RadioOption
- getValue() - function in com.embabel.ux.form.Slider
- getValue() - function in com.embabel.ux.form.TextArea
- getValue() - function in com.embabel.ux.form.TextField
- getValue() - function in com.embabel.ux.form.TimePicker
- getValues() - function in com.embabel.agent.core.DomainType
- getValues() - function in com.embabel.agent.core.DomainType
- getValues() - function in com.embabel.ux.form.ControlValue.MultiOptionValue
- getValues() - function in com.embabel.ux.form.FormSubmission
- getValues() - function in com.embabel.ux.form.FormSubmissionResult
- getVerbosity() - function in com.embabel.agent.core.ProcessOptions
- getVersion() - function in com.embabel.agent.api.common.support.SelfToolGroup
- getVersion() - function in com.embabel.agent.api.dsl.AgentBuilder
- getVersion() - function in com.embabel.agent.core.Agent
- getVersion() - function in com.embabel.agent.core.AgentMetadata
- The version of the agent, defaults to DEFAULT_VERSION
- getVersion() - function in com.embabel.agent.spi.config.spring.ToolGroupsProperties
- The version of tool groups
- getVersion() - function in com.embabel.agent.tools.math.MathTools
- getVersion() - function in com.embabel.agent.tools.osx.AppleScriptTools
- getVersion() - function in com.embabel.common.core.types.ToolGroupMetadata
- getViolation() - function in com.embabel.agent.api.validation.guardrails.GuardRailViolationException
- getVoice() - function in com.embabel.agent.prompt.persona.Persona
- getVoice() - function in com.embabel.agent.prompt.persona.PersonaSpec
- getWEB_DESCRIPTION() - function in com.embabel.agent.core.CoreToolGroups
- getWindowSize() - function in com.embabel.agent.spi.config.spring.ContextRepositoryProperties
- Maximum number of contexts to keep in memory.
- getWindowSize() - function in com.embabel.agent.spi.config.spring.ProcessRepositoryProperties
- Maximum number of agent processes to keep in memory.
- getWorldState() - function in com.embabel.agent.api.event.AgentProcessPlanFormulatedEvent
- getWorldState() - function in com.embabel.agent.api.event.AgentProcessReadyToPlanEvent
- getWorldState() - function in com.embabel.agent.api.event.GoalAchievedEvent
- getWorldState() - function in com.embabel.plan.common.condition.ConditionPlan
- githubToolsGroup() - function in com.embabel.agent.spi.config.spring.ToolGroupsConfiguration
- GlobalExceptionHandler - class in com.embabel.agent.web.rest
- goal(java.lang.String,java.lang.String,kotlin.reflect.KClass,java.util.Set,java.util.Set,java.util.List,com.embabel.plan.CostComputation,com.embabel.agent.core.Export) - function in com.embabel.agent.api.dsl.AgentBuilder
- Add a goal to the agent.
- Goal - class in com.embabel.agent.core
- Agent platform goal.
- Goal - class in com.embabel.plan
- In Goal-oriented planning, this is what we want to achieve.
- Goal.Companion - class in com.embabel.agent.core.Goal
- GoalAchievedEvent - class in com.embabel.agent.api.event
- GoalChoiceApprovalRequest - class in com.embabel.agent.api.common.autonomy
- GoalChoiceApprovalResponse - class in com.embabel.agent.api.common.autonomy
- GoalChoiceApproved - class in com.embabel.agent.api.common.autonomy
- GoalChoiceApprover - class in com.embabel.agent.api.common.autonomy
- Implemented by objects that can veto goal choice
- GoalChoiceApprover.Companion - class in com.embabel.agent.api.common.autonomy.GoalChoiceApprover
- GoalChoiceNotApproved - class in com.embabel.agent.api.common.autonomy
- GoalNotApproved - class in com.embabel.agent.api.common.autonomy
- The Ranker chose a goal, but it was rejected by the GoalApprover
- GoalSelectionOptions - class in com.embabel.agent.api.common.autonomy
- Can override platform-wide AutonomyProperties
- GoalSource - class in com.embabel.agent.core
- GoalTool - class in com.embabel.agent.tools.agent
- Framework-agnostic Tool implementation for a specific goal.
- GoalToolNamingStrategy - class in com.embabel.agent.tools.agent
- Names published tools.
- goalTools(java.lang.Boolean,java.util.List) - function in com.embabel.agent.tools.agent.PerGoalToolFactory
- Tools associated with goals.
- GOAP - enum entry in com.embabel.agent.api.common.PlannerType
Goal Oriented Action Planning. This is the default planner. It uses goals, actions and conditions to plan actions.
- GoapPathToCompletionValidator - class in com.embabel.agent.spi.validation
- Validator that checks whether an agent definition has at least one possible path from its initial conditions, through available actions, to achieve its defined goals.
- GoogleGenAiModels - class in com.embabel.agent.api.models
- Provides constants for Google GenAI (Gemini) model identifiers.
- GroupConfig - class in com.embabel.agent.spi.config.spring
- GuardRail - class in com.embabel.agent.api.validation.guardrails
- Base guardrail interface for AI interaction safety and policy enforcement.
- GuardRailConfiguration - class in com.embabel.agent.api.validation.guardrails
- Configuration for guardrails in PromptRunner operations.
- GuardRailConfiguration.Companion - class in com.embabel.agent.api.validation.guardrails.GuardRailConfiguration
- GuardRailViolationException - class in com.embabel.agent.api.validation.guardrails
- Exception thrown when a guardrail detects a critical policy violation.
- guide(java.lang.String) - function in com.embabel.agent.spi.logging.personality.hitchhiker.HitchhikerUtilsKt
- Hitchhiker's Guide personality utility functions