Metadata-Version: 2.4
Name: interaxions
Version: 0.0.0
Summary: A library for agent and environment protocol interactions
Project-URL: Homepage, https://github.com/Hambaobao/interaxions
Project-URL: Repository, https://github.com/Hambaobao/interaxions
Project-URL: Issues, https://github.com/Hambaobao/interaxions/issues
Author-email: Lei Zhang <jameszhang2880@gmail.com>
License: MIT
License-File: LICENSE
Keywords: agent,environment,interactions,interaxions,protocol
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Provides-Extra: test
Requires-Dist: pytest>=9.0.0; extra == 'test'
Description-Content-Type: text/markdown

# Interaxions

A library for agent and environment protocol interactions, similar to Hugging Face's transformers and datasets libraries, but specifically designed for agent and environment protocols.

## Installation

```bash
pip install interaxions
```

Or using `uv`:

```bash
uv pip install interaxions
```

## Development

This project uses [uv](https://github.com/astral-sh/uv) as the package manager.

```bash
# Install dependencies
uv pip install -e .

# Run tests (when available)
uv run pytest tests
```

## License

MIT
