Metadata-Version: 2.4
Name: hai-drivers
Version: 0.1.1
Summary: Web and desktop drivers for H Company's computer-use agents
Project-URL: Homepage, https://hcompany.ai
Project-URL: Documentation, https://hub.hcompany.ai
Author-email: H Company <contact@hcompany.ai>
License-Expression: MIT
License-File: LICENSE
Keywords: agent,browser-use,computer-use,desktop-automation,h-company,selenium
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: markdownify>=0.14.1
Requires-Dist: pydantic>=2.10
Provides-Extra: desktop
Requires-Dist: pillow>=10.0; extra == 'desktop'
Requires-Dist: pyautogui>=0.9.54; extra == 'desktop'
Requires-Dist: pynput>=1.7.6; extra == 'desktop'
Provides-Extra: web
Requires-Dist: selenium>=4.15.2; extra == 'web'
Description-Content-Type: text/markdown

# hai-drivers

Web and desktop drivers for [H Company](https://hcompany.ai)'s computer-use agents.

```bash
pip install "hai-drivers[web]"      # browser driver
pip install "hai-drivers[desktop]"  # desktop driver
```

This package is consumed by the [`hai-agents`](https://pypi.org/project/hai-agents/)
SDK to let agents control a local browser or desktop; it is not meant to be used on
its own.
