Typed Invocation
Defines the contract for invoking an agent with a specific return type.
Extends BaseInvocation to add typed invoke and invokeAsync methods that extract and return a result of type T from the completed agent process.
Parameters
T
type of result returned by the invocation
Inheritors
Functions
Link copied to clipboard
Invokes the agent asynchronously with a map of named inputs.
Invokes the agent asynchronously with one or more arguments.
Link copied to clipboard
Runs the agent with a map of named inputs.
Runs the agent with one or more arguments
Link copied to clipboard
Runs the agent asynchronously with a map of named inputs.
Runs the agent asynchronously with one or more arguments
Link copied to clipboard