https://github.com/cachetronaut/plugg
Plugg provides identity and authentication adapter contracts.
https://github.com/cachetronaut/plugg
agents authentication identity plugg python typescript
Last synced: 3 days ago
JSON representation
Plugg provides identity and authentication adapter contracts.
- Host: GitHub
- URL: https://github.com/cachetronaut/plugg
- Owner: cachetronaut
- License: mit
- Created: 2026-06-05T17:53:59.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-05T19:32:21.000Z (about 1 month ago)
- Last Synced: 2026-07-04T02:33:34.720Z (3 days ago)
- Topics: agents, authentication, identity, plugg, python, typescript
- Language: TypeScript
- Homepage: https://github.com/cachetronaut/plugg#readme
- Size: 1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Plugg
Neutral authentication port for agent-fabric primitives: resolves opaque credentials into fabric principals without vendor identity leakage.
Plugg is a primitive with TypeScript and Python implementations maintained in one public repository. The shared repo keeps the public contract, fixtures, issues, and release history aligned across languages.
## Packages
- npm: `@cachetronaut/plugg`
- PyPI: `plugg`
## Repository Layout
- `ts/` - TypeScript implementation and npm package.
- `py/` - Python implementation and PyPI package.
- `fixtures/` - Shared conformance and parity fixtures when the primitive needs them.
## Package Documentation
- TypeScript package notes: [ts/README.md](ts/README.md)
- Python package notes: [py/README.md](py/README.md)
## License
MIT