Process Context
Process state and services. Created by the platform, not user code.
Constructors
Properties
Functions
Create an output object, in the context of an AgentProcess.
Try to create an output object in the context of an AgentProcess. Return a failure result if the LLM does not have enough information to create the object.
Try to create an output object with thinking block extraction in the context of an AgentProcess. Return a failure result if the LLM does not have enough information to create the object.
Create an output object with thinking block extraction, in the context of an AgentProcess.
Low level transform, not necessarily aware of platform This is a convenience overload that creates a UserMessage from a String prompt
Low level transform, not necessarily aware of platform
Low level transform with thinking block extraction, not necessarily aware of platform.
Low level transform with thinking block extraction and MaybeReturn semantics, not necessarily aware of platform. Returns a failure result if the LLM indicates it cannot create the object.
Generate text in the context of an AgentProcess.
An event relating to the platform or leading to the creation of an AgentProcess, such as the choice of a goal. No process is available at this point.
Listen to an event during the execution of an AgentProcess
Request graceful termination of the current action only. Convenience extension that delegates to AgentProcess.terminateAction.
Request graceful termination of the entire agent process. Convenience extension that delegates to AgentProcess.terminateAgent.