@absolutejs/agent-sandbox
Advanced tools
+17
-3
@@ -7,2 +7,19 @@ // @bun | ||
| contract: 2, | ||
| discovery: { | ||
| audiences: ["agent-hosts", "security-teams"], | ||
| intents: [ | ||
| "sandbox agent actions", | ||
| "restrict agent network access", | ||
| "restrict agent processes" | ||
| ], | ||
| keywords: [ | ||
| "agents", | ||
| "sandbox", | ||
| "capabilities", | ||
| "http", | ||
| "filesystem", | ||
| "process" | ||
| ], | ||
| protocols: ["AbsoluteJS Agent Capabilities"] | ||
| }, | ||
| identity: { | ||
@@ -17,5 +34,2 @@ name: "@absolutejs/agent-sandbox", | ||
| settings: Type.Object({}), | ||
| slots: {}, | ||
| implements: [], | ||
| tools: {}, | ||
| wiring: [] | ||
@@ -22,0 +36,0 @@ }); |
+23
-4
| { | ||
| "contract": 2, | ||
| "discovery": { | ||
| "audiences": [ | ||
| "agent-hosts", | ||
| "security-teams" | ||
| ], | ||
| "intents": [ | ||
| "sandbox agent actions", | ||
| "restrict agent network access", | ||
| "restrict agent processes" | ||
| ], | ||
| "keywords": [ | ||
| "agents", | ||
| "sandbox", | ||
| "capabilities", | ||
| "http", | ||
| "filesystem", | ||
| "process" | ||
| ], | ||
| "protocols": [ | ||
| "AbsoluteJS Agent Capabilities" | ||
| ] | ||
| }, | ||
| "identity": { | ||
@@ -15,6 +37,3 @@ "name": "@absolutejs/agent-sandbox", | ||
| }, | ||
| "slots": {}, | ||
| "implements": [], | ||
| "wiring": [], | ||
| "tools": {} | ||
| "wiring": [] | ||
| } |
+2
-2
| { | ||
| "name": "@absolutejs/agent-sandbox", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Deny-by-default capability grants and provider-neutral HTTP, filesystem, process, and credential-safe action adapters for AI agents.", | ||
@@ -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 @@ }, |
23958
2.74%533
6.6%+ Added
- Removed
Updated