The AI agent that can navigate GUIs and do tasks in them.
pip install surfkit
You also need to install Tesseract 5 on your machine. See Installation instructions.
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
Come join us on Discord.