@absolutejs/agent-inbox
Advanced tools
+17
-3
@@ -7,2 +7,19 @@ // @bun | ||
| contract: 2, | ||
| discovery: { | ||
| audiences: ["agent-hosts", "automation-builders"], | ||
| intents: [ | ||
| "trigger agents from webhooks", | ||
| "schedule agent work", | ||
| "retry agent events" | ||
| ], | ||
| keywords: [ | ||
| "agents", | ||
| "webhooks", | ||
| "schedules", | ||
| "triggers", | ||
| "retries", | ||
| "dead-letters" | ||
| ], | ||
| protocols: ["HTTP Webhooks", "AbsoluteJS Agent Runtime"] | ||
| }, | ||
| identity: { | ||
@@ -17,5 +34,2 @@ name: "@absolutejs/agent-inbox", | ||
| settings: Type.Object({}), | ||
| slots: {}, | ||
| implements: [], | ||
| tools: {}, | ||
| wiring: [] | ||
@@ -22,0 +36,0 @@ }); |
+24
-4
| { | ||
| "contract": 2, | ||
| "discovery": { | ||
| "audiences": [ | ||
| "agent-hosts", | ||
| "automation-builders" | ||
| ], | ||
| "intents": [ | ||
| "trigger agents from webhooks", | ||
| "schedule agent work", | ||
| "retry agent events" | ||
| ], | ||
| "keywords": [ | ||
| "agents", | ||
| "webhooks", | ||
| "schedules", | ||
| "triggers", | ||
| "retries", | ||
| "dead-letters" | ||
| ], | ||
| "protocols": [ | ||
| "HTTP Webhooks", | ||
| "AbsoluteJS Agent Runtime" | ||
| ] | ||
| }, | ||
| "identity": { | ||
@@ -15,6 +38,3 @@ "name": "@absolutejs/agent-inbox", | ||
| }, | ||
| "slots": {}, | ||
| "implements": [], | ||
| "wiring": [], | ||
| "tools": {} | ||
| "wiring": [] | ||
| } |
+2
-2
| { | ||
| "name": "@absolutejs/agent-inbox", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Durable verified webhooks, event subscriptions, schedules, leases, retries, and dead letters for AI agent triggers.", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@absolutejs/manifest": "^0.2.0", | ||
| "@absolutejs/manifest": "^0.3.0", | ||
| "@sinclair/typebox": "^0.34.0" | ||
@@ -46,0 +46,0 @@ }, |
26893
2.54%670
5.35%+ Added
- Removed
Updated