Surfer-H-CLI
This section explains the architecture of the open-source Surfer-H-CLI and how its components fit together.Architecture
The Surfer-H-CLI has three components:- The Surfer-H agent: An open-source version of H’s Surfer-H AI agent that automates browsing, data extraction, and workflow execution.
- H’s Holo models: The vLLM that powers Surfer-H. H’s Holo models interpret web pages, understand user intent, and generate actions and responses.
- A frontend interface: A web frontend for interacting with the agent: creating tasks, monitoring tasks, and managing trajectories.
- Launch the Surfer-H agent from the command line.
- Define tasks and execute runs, like “find a beef wellington recipe” or “search for iPhones.”
- Launch the Surfer-H web interface to watch the agent work in real time.
- Interact with the agent through the web interface, modifying tasks as needed.