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

@absolutejs/agent-inbox

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@absolutejs/agent-inbox

Durable verified webhooks, event subscriptions, schedules, leases, retries, and dead letters for AI agent triggers.

latest
Source
npmnpm
Version
0.3.5
Version published
Weekly downloads
1.1K
-27.81%
Maintainers
1
Weekly downloads
 
Created
Source

@absolutejs/agent-inbox

Durable inbound work for agents. Verified webhooks and event subscriptions are deduplicated by source event, encrypted through an injected codec, leased to one worker, retried with backoff, and dead-lettered after a bounded attempt count. Interval schedules materialize deterministic occurrences without Redis. Occurrences are inserted before a compare-and-swap advances the schedule, so a crash cannot lose a tick and retries collapse on the deterministic source ID.

Every subscription and schedule carries a complete runtime budget, bounded delivery attempts, and a message TTL. Tenant-scoped inventories and explicit subscription, schedule, and pending-message controls let owner and operator interfaces manage retained triggers without querying the package schema.

Every message pins the target agent's signed discovery identity and preserves verification provenance. The runtime adapter starts a durable @absolutejs/agent-runtime run with the inbox message ID as its idempotency key. Webhook bodies are byte-limited and are rejected unless a source-specific signature/claim verifier succeeds. The Postgres store uses SKIP LOCKED; the memory store is intended for tests.

FAQs

Package last updated on 31 Jul 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