Sign In

@absolutejs/agent-sandbox

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@absolutejs/agent-sandbox - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+9
-1
dist/manifest.d.ts

@@ -1,1 +0,9 @@

export declare const manifest: import("@absolutejs/manifest").PackageManifest<unknown, never>;
export declare const manifest: Omit<import("@absolutejs/manifest").PackageManifest<unknown, never>, "contract" | "settings" | "tools"> & (({
contract: 1;
tools?: Record<string, import("@absolutejs/manifest").LegacyManifestTool<never>> | undefined;
} | {
contract: 2;
tools?: Record<string, import("@absolutejs/manifest").AuthorizedManifestTool<never>> | undefined;
}) & {
settings: import("@sinclair/typebox").TObject<{}>;
});

@@ -32,2 +32,6 @@ // @bun

},
integration: {
description: "The host must issue narrow expiring grants and bind only the HTTP, filesystem, process, and credential adapters its isolation boundary can enforce.",
mode: "code-first"
},
settings: Type.Object({}),

@@ -34,0 +38,0 @@ wiring: []

@@ -33,2 +33,6 @@ {

},
"integration": {
"description": "The host must issue narrow expiring grants and bind only the HTTP, filesystem, process, and credential adapters its isolation boundary can enforce.",
"mode": "code-first"
},
"settings": {

@@ -35,0 +39,0 @@ "type": "object",

+2
-2
{
"name": "@absolutejs/agent-sandbox",
"version": "0.2.0",
"version": "0.2.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.3.0",
"@absolutejs/manifest": "^0.7.3",
"@sinclair/typebox": "^0.34.0"

@@ -46,0 +46,0 @@ },