simple.py
Usage
See more information on the available operations:Run
Execute a task
Replay
Get the agent replay
Status
Query the agent status
Running with a session
Providing a session to your agent allows you to choose specific options, like changing your browser or using proxies.firefox.py
Providing credentials
Agents can be provided a vault with credentials in order to securely log in to websites without sharing your information to the LLM.agent_with_vault.py
Parameters
You can use the default parameters to create your session, or customize them:The session to connect to. The session’s
open_viewer parameter controls whether to display a live viewer (browsers are always headless).A notte vault instance, if the agent requires authentication
A notifier (for example, email), which will get called upon task completion.
The language model to use for agent reasoning.
Whether to enable vision capabilities for the agent.
Maximum number of steps the agent can take.
Optional ID of the vault to use.
Config used for the notifier.

