Metadata-Version: 2.4
Name: agentbundle
Version: 0.2.0
Summary: Reference CLI and distribution pipeline for the agent-ready-repo adapter contract.
Author-email: eugenelim <eugenelim@users.noreply.github.com>
License: Apache-2.0 OR MIT
Project-URL: Homepage, https://github.com/eugenelim/agent-ready-repo
Project-URL: Source, https://github.com/eugenelim/agent-ready-repo
Project-URL: Documentation, https://github.com/eugenelim/agent-ready-repo/blob/main/docs/guides/how-to/install-agentbundle-from-clone.md
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# agentbundle

Runtime library and reference CLI for the
[agent-ready-repo](https://github.com/eugenelim/agent-ready-repo) adapter
contract. Ships the `agentbundle` console script — install, validate,
adapt, and inspect packs — plus the build pipeline (`agentbundle.build`)
that projects pack sources into adapter-shaped trees.

As of 0.2.0, credential resolution lives in the build-projected
`credentials_shim` sibling that the `credential-brokers` pack drops
alongside each `auth: creds` consumer skill's `scripts/`. The
`agentbundle.credentials` module that previous releases (0.1.x)
exposed has been removed; consumers import `from .credentials_shim
import …` against the projected sibling instead. See the
`credential-broker-contract` spec and this package's `CHANGELOG.md`
for the migration recipe.

See the [top-level README](https://github.com/eugenelim/agent-ready-repo#readme)
for install routes, the pack catalogue, and the adapter contract.
