Metadata-Version: 2.4
Name: hush-ai
Version: 0.1.8
Summary: Hush AI — high-performance workflow engine for AI applications
Project-URL: Homepage, https://github.com/batman1m2001-cyber/Hush-ai
Project-URL: Documentation, https://batman1m2001-cyber.github.io/Hush-ai/
Project-URL: Repository, https://github.com/batman1m2001-cyber/Hush-ai
Author-email: Bruce Win <batman1m2001@gmail.com>
License: MIT
Keywords: agent,ai,llm,pipeline,workflow
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: click>=8.0
Requires-Dist: hush-icore>=0.1.8
Requires-Dist: hush-providers>=0.1.8
Requires-Dist: hush-serve>=0.1.8
Requires-Dist: hush-telemetry>=0.1.8
Requires-Dist: python-dotenv>=1.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1; extra == 'dev'
Description-Content-Type: text/markdown

# hush-ai

One install for the entire Hush ecosystem.

```bash
pip install hush-ai
```

Then scaffold a project:

```bash
hush init my-project
cd my-project
uv run python workflow.py
```
