🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agentry.sh/shared

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentry.sh/shared

Shared types, error envelopes, fingerprinting and DSN parsing for agentry. Used by @agentry.sh/mcp and any custom agentry integration.

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
3
-40%
Maintainers
1
Weekly downloads
 
Created
Source

@agentry.sh/shared

Shared types, error envelopes, DSN parsing and fingerprinting utilities used by agentry.

Most users don't need to install this directly — it's a transitive dependency of @agentry.sh/mcp. Pull it in if you're building a custom agentry integration and want the same primitives.

Exports

  • parseDsn(dsn) — parse an agnt_<projectId>.<token> DSN
  • computeFingerprint({ errorType, message, frames }) — agentry's error-grouping hash
  • IngestEventSchema, IngestEventPayload — zod schema for the typed error endpoint
  • AgentryError, errors — typed error envelope used across the API
  • uuidv7, sha256Hex — small id/crypto helpers
  • Type-only exports: AgentryConfig, CaseDetail, CaseSummary, StackFrame, etc.

Install

npm install @agentry.sh/shared

License

MIT

Keywords

agentry

FAQs

Package last updated on 11 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts