aithos-protocol
v0.0.1
Published
Placeholder that redirects to the `aithos` package — the reference CLI and SDK for the Aithos protocol.
Maintainers
Readme
aithos-protocol
This is a placeholder package. The Aithos reference CLI and SDK are published under the aithos package name.
# install the real package
npm install aithosWhy does this package exist?
This name is reserved by the maintainers of the Aithos protocol to prevent confusion and typosquatting. The package is intentionally minimal: its sole function is to depend on aithos and re-export it, so that require("aithos-protocol") still works as a drop-in alias.
When you import this package, it prints a notice on stderr and delegates to aithos. To silence the notice, set AITHOS_PROTOCOL_QUIET=1 in your environment.
What is Aithos?
Aithos is a protocol for the digital embodiment of persons: a self-sovereign identity (did:aithos), a structured persona document (the ethos), and a mandate system through which a human may authorize an AI agent to act on their behalf — under strict, scope-limited, time-bounded, and unilaterally revocable terms.
- Whitepaper: https://github.com/aithos-protocol/aithos-protocol/blob/main/WHITEPAPER.md
- Specification: https://github.com/aithos-protocol/aithos-protocol/blob/main/SPEC.md
- Reference CLI:
aithoson npm
