Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 754 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 754 Bytes

SurfHamster

The AI agent that can navigate GUIs and do tasks in them.

Install

pip install surfkit

You also need to install Tesseract 5 on your machine. See Installation instructions.

Usage

Create an agent

surfkit create agent -f ./agent.yaml --runtime { process | docker | kube } --name foo

List running agents

surfkit list agents

Use the agent to solve a task

surfkit solve --agent foo --description "Search for french ducks" --device-type desktop

Get the agent logs

surfkit logs --name foo

Delete the agent

surfkit delete agent --name foo

Community

Come join us on Discord.