SDK Event Handling
Event Types
The Assisfy SDK emits several event types that allow you to track your agent’s actions and status in real-time. These events are tied directly to the session, so you will use session.on
to subscribe to them.
Event Name
Description
started
Session connected successfully.
browser_started
Agent successfully connected to the browser.
action_run
Agent performed an action (e.g., click, scroll, or type).
thoughts_and_memories
Insights into the agent’s decision-making process.
complete
Session ended with a detailed summary.
error
An error occurred during execution.
external_resource_requested
Agent requires external input or admin approval.
Last updated