Metadata-Version: 2.4
Name: algovoi-keystone
Version: 0.2.1
Summary: The Keystone SDK umbrella and namespace owner + the `keystone` CLI. The chain verifier + passport ship in algovoi-keystone-compose; the connector builder, behaviour layer and runtime journal are the optional [fleet] extra (or installed via the control panel).
Author-email: AlgoVoi <chopmob@gmail.com>
License: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: NOTICE
Requires-Dist: rfc8785>=0.1.4
Provides-Extra: fleet
Requires-Dist: algovoi-keystone-connect>=0.1.0; extra == "fleet"
Requires-Dist: algovoi-keystone-agent>=0.1.0; extra == "fleet"
Requires-Dist: algovoi-keystone-runtime>=0.1.0; extra == "fleet"
Requires-Dist: algovoi-execution-ref>=0.1.0; extra == "fleet"
Provides-Extra: validate
Requires-Dist: algovoi-keystone-validate>=0.1.0; extra == "validate"
Provides-Extra: publish
Requires-Dist: build>=1.0; extra == "publish"
Requires-Dist: twine>=5.0; extra == "publish"
Dynamic: license-file

# algovoi-keystone

The Keystone SDK umbrella. One install brings the connector builder
(keystone-connect), the behaviour layer (keystone-agent), the runtime journal
(keystone-runtime), and the `keystone` command line.

```python
from algovoi_keystone import connector, behaviour, rule, Engine, keystone_ref
```

This distribution **owns** the `algovoi_keystone` package (its `__init__` and the
`keystone` CLI). The chain verifier and agent-passport client ship separately in
`algovoi-keystone-compose`, which installs `algovoi_keystone.verify` and
`algovoi_keystone.passport` as submodules of this namespace and is re-exported at
the top level when present:

```bash
pip install algovoi-keystone algovoi-keystone-compose
```
```python
from algovoi_keystone import verify_chain, verify_passport   # provided by compose
```

Apache-2.0. (c) AlgoVoi. NOTICE attribution required for redistribution.
