Skip to content

A smaller version of the SurfMonsta GUI navigation AI Agent

License

Notifications You must be signed in to change notification settings

agentsea/surfhamster

Repository files navigation

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.

About

A smaller version of the SurfMonsta GUI navigation AI Agent

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published