AgentAction

sealed class AgentAction

The type of agent action.

  • COMPUTER_VISION - Allows agents to take screenshots of the desktop.

  • COMPUTER_INPUT - Allows agents to click, type, and scroll on the desktop. Requires COMPUTER_VISION to also be enabled.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : AgentAction

Properties

Link copied to clipboard
abstract val value: String