Metadata-Version: 2.4
Name: agenticproductenvironment
Version: 0.0.1
Summary: Agent Environment public package coordinate scaffold
License-Expression: LicenseRef-Proprietary
Project-URL: AI Fleet claim intent, https://mouch.name/#ai-fleet-public-package-claim-2d9d68bd-bf0c-4952-8e64-84f00556896f
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# agenticproductenvironment

This is the pre-release public coordinate scaffold for **Agent Environment**.

It intentionally contains only machine-readable package identity metadata. It does not yet ship the product runtime, CLI, server, client, or adapter. A later version will replace this scaffold from the product's selected source owner.

```python
from agenticproductenvironment import coordinate, product, status, target
print({"coordinate": coordinate, "product": product, "status": status, "target": target})
```
