Process Options
How to run an AgentProcess
Parameters
context id to use for this process. Can be null. If set it can enable connection to external resources and persistence from previous runs.
identities associated with this process.
an existing blackboard to use for this process. By default, it will be modified as the process runs. Whether this is an independent copy is up to the caller, who can call spawn() before passing this argument.
budget constraints for this process. Will be exposed to actions and tools and enforced by default ProcessControl.
custom ProcessControl if specified. If not specified, default will be based on Budget. If specified, this overrides the budget-based defaults and may not relate to the budget.
detailed verbosity settings for logging etc.
whether to prune the agent to only relevant actions
additional listeners (beyond platform event listeners) to receive events from this process.