Metadata-Version: 2.4
Name: agentcoop
Version: 0.0.1
Summary: Agent Cooperative public package coordinate scaffold
License-Expression: LicenseRef-Proprietary
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# agentcoop

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

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 agentcoop import coordinate, product, status, target
print({"coordinate": coordinate, "product": product, "status": status, "target": target})
```
