Basic install
reggie install agent/web-research
Resolves to the latest version and installs into ./agents/web-research.
Pin a version
reggie install agent/web-research@3.4.0
Pin a specific publisher
reggie install l1fe/agent/web-research@3.4.0
The <namespace>/<kind>/<name>[@<version>] form is short for the full DID
did:oas:<namespace>:<kind>:<name>[@<version>].
What happens under the hood
- CLI sends
GET /v1/entries/<did>to your home registry. - On miss, the registry cascades local shard → regional cluster → global anchor.
- Reggie verifies signatures, lineage, bond, and attestations locally.
- Bytes are pulled from the Weave DHT (or cached if previously installed).
- SHA-256 of received bytes is compared against the Sigil-anchored hash.
- If everything passes, files are extracted to the destination.
Custom destination
reggie install agent/web-research --out ./vendor/web-research