Web Agents
Run autonomous Web AI agents
Execute autonomous agents powered by LLMs that can navigate websites, perform complex workflows, and complete tasks through natural language instructions.
Agent Management
The following snippet shows how to manage your agents using the Votte Python SDK.
you can also get more control over the session and agent lifecycle by running an agent in a session explicitly:
Agent Lifecycle: If you are using the stateless api, remember to manually stop all agents that you started. You can check active agents using votte.agents.list().