Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 500 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 500 Bytes

foo

An agent that can learn any task

Install

pip install surfkit

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