An open API service indexing awesome lists of open source software.

https://github.com/simular-ai/pysimular

Python SDK for Simular Agents
https://github.com/simular-ai/pysimular

Last synced: 2 months ago
JSON representation

Python SDK for Simular Agents

Awesome Lists containing this project

README

          

# pysimular

Python API client for Simular agents. This package provides a simple and intuitive interface to interact with Simular's agents in different platforms.

Currently supports SimularBrowser as backend.

## Installation

```bash
pip install pysimular
```

## Quick Start

```python
from pysimular import SimularBrowser

browser = SimularBrowser("your-simular-browser-app-path")
browser.run("your-message")
```

### Usage
Check out complete documentation: https://docs.simular.ai/

## License

This project is licensed under the Apache License - see the LICENSE file for details.