Metadata-Version: 2.4
Name: aoskit
Version: 0.1.0
Summary: The reference SDK for building Agentic Operating Systems (AOS)
Author-email: XY and Z <milo@xyandz.io>
License: MIT
Project-URL: Homepage, https://aoskit.dev
Project-URL: Repository, https://github.com/XYANDZ-iO/aoskit
Keywords: aos,agentic,operating-system,ai-agents,mcp,xyandz
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# aoskit

The reference SDK for building Agentic Operating Systems (AOS).

## Install

```bash
pip install aoskit
```

## Quick Start

```python
from aoskit import AOS, AOSConfig

wiz = AOS(AOSConfig(name="wiz", domain="ad-intelligence", version="1.0.0"))
```

## Learn More

- [GitHub](https://github.com/XYANDZ-iO/aoskit)
- [aoskit.dev](https://aoskit.dev)
- [xyandz.io](https://xyandz.io)
