AbsoluteJS

Agent Modules

@absolutejs/agent-modulesworkspacealphaAI

Independently published modules for the AbsoluteJS agent stack.

#Installation

BASH
git clone https://github.com/absolutejs/agent-modules.git

#Capabilities

Overview

Independently published modules for the @absolutejs/agent stack. This repository is their source monorepo; npm package names and independent versions remain unchanged.

Packages

Workspace — Package — Role

conformance/ — @absolutejs/agent-conformance — Adversarial security and protocol conformance

control/ — @absolutejs/agent-control — Authenticated operator API and console

Show 7 more

discovery/ — @absolutejs/agent-discovery — Signed agent discovery

inbox/ — @absolutejs/agent-inbox — Durable verified triggers and delivery

memory/ — @absolutejs/agent-memory — Scoped durable memory

reputation/ — @absolutejs/agent-reputation — Evidence-based reputation

runtime/ — @absolutejs/agent-runtime — Durable agent execution

sandbox/ — @absolutejs/agent-sandbox — Capability sandboxing

trust/ — @absolutejs/agent-trust — Provenance and taint enforcement

Development

Each workspace retains its own license and changelog.

Repository composition

9 public packages and 0 private workspace projects are versioned and developed together.

Outcomes

What you can build

Overview

Independently published modules for the @absolutejs/agent stack. This repository is their source monorepo; npm package names and independent versions remain unchanged.

Packages

Workspace — Package — Role

Development

Each workspace retains its own license and changelog.

Hardening checklist

Production guidance

Make every external boundary explicitPin the deployed @absolutejs/agent-modules version, replace example or memory-backed dependencies with durable implementations, bound external calls, protect credentials, and emit enough evidence to retry or recover safely.

Follow in order

Troubleshooting path

1
Trace from the first failed boundary
Reproduce the smallest canonical @absolutejs/agent-modules example, confirm the supported entry point and version in the API explorer, then inspect the first boundary that did not produce its documented result.

#Development

Partial snippet

Working example for Development.

SH
bun install
bun run typecheck
bun run test
bun run build

#Workspace contents

9 public packages and 0 private workspace projects are maintained in this repository.

@absolutejs/agent-conformancev0.15.1

Public package — Provider-neutral adversarial conformance for agent security plus A2A, MCP, Arazzo, and WebMCP standards.

@absolutejs/agent-controlv0.5.8

Public package — Authenticated AI agent operator API, console, and bound plan-then-execute playground.

@absolutejs/agent-discoveryv0.2.4

Public package — Signed, searchable, provider-neutral AI agent discovery with live schemas and A2A, MCP, Arazzo, and WebMCP interfaces.

@absolutejs/agent-inboxv0.3.5

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

@absolutejs/agent-memoryv0.1.7

Public package — Scoped durable provenance-aware memory with authorization, retention, erasure, encryption seams, and pluggable retrieval for AI agents.

@absolutejs/agent-reputationv0.2.3

Public package — Evidence-based scoped AI agent reputation with W3C Verifiable Credentials 2.0 adapters.

@absolutejs/agent-runtimev0.2.6

Public package — Durable provider-neutral AI agent runs, steps, checkpoints, budgets, leases, timers, effects, and handoffs.

@absolutejs/agent-sandboxv0.2.2

Public package — Deny-by-default capability grants and provider-neutral HTTP, filesystem, process, and credential-safe action adapters for AI agents.

@absolutejs/agent-trustv0.2.2

Public package — Provider-neutral provenance, taint propagation, instruction/data separation, and sink policy enforcement for AI agents.

#Package commands

Scripts declared by this project’s package manifest.

bun run buildbun run --filter './*' build
bun run check:packagebun run --filter './*' check:package
bun run formatbun run --filter './*' format
bun run testbun run --filter './*' test
bun run typecheckbun run --filter './*' typecheck
Workspace project
This workspace project is not published as a standalone npm package. Use its repository and the accurately labeled public or private workspace contents below.