Metadata-Version: 2.4
Name: ai-stp-cli
Version: 0.0.3
Summary: The ai_stp command line interface: a strict machine contract an agent drives.
Keywords: ai,cli,developer-tools,setup,agents
Author: AI Engineers Guild
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Dist: ai-stp-assurance==0.0.3
Requires-Dist: ai-stp-contracts==0.0.3
Requires-Dist: ai-stp-foundation==0.0.3
Requires-Dist: ai-stp-passports==0.0.3
Requires-Dist: click>=8.1
Requires-Dist: cryptography>=45
Requires-Dist: httpx>=0.28
Requires-Dist: keyring>=25.6
Requires-Dist: pydantic>=2.9
Requires-Dist: pyyaml>=6
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/ai-engineers-guild/ai-stp
Project-URL: Repository, https://github.com/ai-engineers-guild/ai-stp
Project-URL: Issues, https://github.com/ai-engineers-guild/ai-stp/issues
Description-Content-Type: text/markdown

# ai-stp-cli

`ai-stp-cli` is the agent-driven local control plane for reproducible AI harness
setups. It exposes a strict JSON contract, local-first registry operations,
deterministic setup compilation and provider-owned installation lifecycle.

Install the public release with `uv tool install ai-stp-cli`, then run
`ai-stp doctor --json`. Source, specifications and security policy live in the
[ai_stp repository](https://github.com/ai-engineers-guild/ai-stp).
