Metadata-Version: 2.4
Name: hail-sdk
Version: 0.0.1
Summary: Python SDK for Hail — universal communication platform for AI agents.
Project-URL: Homepage, https://hail.so
Project-URL: Repository, https://github.com/hail-hq/hail
Project-URL: Documentation, https://hail.so/docs
Project-URL: Issues, https://github.com/hail-hq/hail/issues
Author-email: Hail <hi@hail.so>
License: AGPL-3.0-or-later
Keywords: ai-agents,email,hail,mcp,phone,sms,voice
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Telephony
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic>=2.9
Description-Content-Type: text/markdown

# hail-sdk

Python SDK for [Hail](https://hail.so) — universal communication platform for AI agents.

```python
from hail import Client

hail = Client(api_key="sk-...")
```

**Alpha.** The full client lands with Hail v0.1.0. Track progress at [github.com/hail-hq/hail](https://github.com/hail-hq/hail).

## License

[AGPL-3.0-or-later](https://github.com/hail-hq/hail/blob/main/LICENSE).
