Metadata-Version: 2.4
Name: vivary
Version: 0.1.0
Summary: Typed memory and gates for AI-agent projects. One install for the full Vivary CLI suite: create-vivary, tropo, ozone, and exo.
Author: Jeff Kazzee
License-Expression: MIT
Project-URL: Homepage, https://vivary.vercel.app/
Project-URL: Repository, https://github.com/vivary-dev/vivary
Project-URL: Changelog, https://github.com/vivary-dev/vivary/blob/dev/CHANGELOG.md
Keywords: agents,workspace,knowledge-graph,scaffold,vivary
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: create-vivary>=0.3.1
Requires-Dist: vivary-tropo>=0.4.1
Requires-Dist: vivary-ozone>=0.2.0
Requires-Dist: vivary-exo>=0.2.2

# vivary

One install for the full Vivary CLI suite:

```bash
pip install vivary
```

That pulls the four layers, each still usable on its own:

- `create-vivary` — scaffold or adopt an agent-native workspace
- `tropo` (`vivary-tropo`) — the typed knowledge graph
- `ozone` (`vivary-ozone`) — graph-aware review
- `exo` (`vivary-exo`) — multi-agent coordination

This package contains no code of its own; it pins compatible minimum versions
of the real packages. Docs: https://vivary.vercel.app/
