Metadata-Version: 2.1
Name: surfkit
Version: 0.1.18
Summary: A toolkit to build GUI surfing AI agents
License: Apache 2.0
Author: Patrick Barker
Author-email: patrickbarkerco@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: agentdesk (>=0.2.43,<0.3.0)
Requires-Dist: litellm (>=1.34.27,<2.0.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: rootpath (>=0.1.1,<0.2.0)
Requires-Dist: taskara (>=0.1.12,<0.2.0)
Requires-Dist: threadmem (>=0.2.11,<0.3.0)
Description-Content-Type: text/markdown

# SurfKit

A toolkit to build GUI surfer AI agents

## Installation

```sh
pip install surfkit
```

## Usage

Create a new agent

```sh
surfkit init [NAME]
```

Run the agent

```sh
surfkit run . --provider kubernetes
```

Publish the agent

```sh
surfkit publish .
```

