Metadata-Version: 2.4
Name: miniverse-aos
Version: 0.0.1a0
Summary: Pre-alpha package for Miniverse Agent Operating System.
Project-URL: Homepage, https://wellsa.ai
Project-URL: Repository, https://github.com/wellsa-ai
Author-email: Wellsa AI <noreply@wellsa.ai>
License-Expression: MIT
License-File: LICENSE
Keywords: agent-os,agents,local-ai,orchestration,workers
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Miniverse AOS

Miniverse AOS is the early public package for the Miniverse Agent Operating
System: a local-first runtime for project cohorts, worker orchestration, and
private AI operations.

This package is intentionally small while the public OSS surface is being
prepared. It provides a stable package name, an importable Python module, and a
CLI identity check for early integration tests.

## Install

```bash
pip install miniverse-aos
```

## Verify

```bash
python -c "import miniverse_aos; print(miniverse_aos.__version__)"
miniverse-aos --version
```

## Status

`miniverse-aos` is a pre-alpha package. The broader Miniverse codebase is being
split and reviewed before a larger public release. The first public surface will
focus on safe local-agent primitives rather than exposing the full private
operations repository.

## License

MIT License. See `LICENSE`.
