Builder

class Builder

Nested builder for ProcessOptions objects.

Functions

Link copied to clipboard

Allow or prevent automatic goal adjustments during execution.

Link copied to clipboard

An existing blackboard to use for this invocation. By default, it will be modified as the process runs.

Link copied to clipboard

Set budget constraints directly.

Configure budget constraints via a nested builder.

Link copied to clipboard
Link copied to clipboard

Set the context identifier to use for the invocation. Can be null. If set it can enable connection to external resources and persistence from previous runs.

Link copied to clipboard

Set process control settings directly.

Link copied to clipboard

Sets the identities associated with the process.

Link copied to clipboard

Add a listener to the list of AgenticEventListeners.

Link copied to clipboard

Manipulate the listeners with the given consumer. The list provided to the consumer can be used to remove listeners, change ordering, etc.

Link copied to clipboard

Whether to prune the agent to only relevant actions

Link copied to clipboard

Enable or disable test mode for this invocation. In test mode, the agent platform will not use any external resources such as LLMs, and will not persist any state.

Link copied to clipboard

Set a specific verbosity directly.

Configure verbosity settings via a nested builder.