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
- Host: GitHub
- URL: https://github.com/simular-ai/pysimular
- Owner: simular-ai
- License: apache-2.0
- Created: 2024-12-05T23:29:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T19:45:38.000Z (about 1 year ago)
- Last Synced: 2025-09-15T10:00:10.813Z (9 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.