Creates and configures a Computer Use Agent.
createCua<
StateModifier extends AnnotationRoot<any> = AnnotationRoot<__type>
>(
params: __type = {}
): CompiledGraph<"__start__" | "callModel" | "createVMInstance" | "nodeBeforeAction" | "nodeAfterAction" | "takeComputerAction", __type, __type, StateType<__type>, UpdateType<any> | UpdateType<StateDefinition>, StateType<any> | StateType<StateDefinition>, __type, CommandInstance<unknown, __type, "__start__" | "callModel" | "createVMInstance" | "nodeBeforeAction" | "nodeAfterAction" | "takeComputerAction">, any, readonly []>| Name | Type | Description |
|---|---|---|
params | __type | Default: {}The parameters for the Computer Use Agent. |