Metadata-Version: 2.4
Name: waxell-runtime
Version: 0.0.2a1
Summary: Waxell agent runtime — execution engine, spawn/suspend, governance hooks, lineage
Author-email: Waxell AI <eng@waxell.dev>
License: MIT
Project-URL: Homepage, https://waxell.dev
Project-URL: Documentation, https://waxell.ai/docs/
Project-URL: Repository, https://github.com/waxell-ai/waxell-runtime
Project-URL: Issues, https://github.com/waxell-ai/waxell-runtime/issues
Keywords: agents,runtime,ai,asyncio,governance
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: asgiref>=3.7.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
Dynamic: license-file

# waxell_runtime

[![PyPI - Version](https://img.shields.io/pypi/v/waxell-runtime.svg)](https://pypi.org/project/waxell-runtime)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/waxell-runtime.svg)](https://pypi.org/project/waxell-runtime)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install waxell-runtime
```

## License

`waxell-runtime` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
