Skip to main content

AgentEdgeRuntime

@totemsdk/edge


@totemsdk/edge / AgentEdgeRuntime

Interface: AgentEdgeRuntime

Properties

deviceId

readonly deviceId: string


version

readonly version: number

Methods

executeAction()

executeAction(input): Promise<EdgeActionResult>

Execute a single governed action. The agent has no other entry point.

Parameters

input

EdgeActionInput

Returns

Promise<EdgeActionResult>