agent-module

n8n community node for Agent Module — deterministic EU AI Act compliance knowledge for autonomous agent workflows.

Package Information

Downloads: 6 weekly / 24 monthly
Latest Version: 0.1.3
Author: Agent Module

Documentation

n8n-nodes-agent-module

n8n community node for Agent Module — deterministic knowledge infrastructure for autonomous agents.

Why This Exists

The EU AI Act is enforceable now. If your agents make decisions in regulated domains — healthcare, finance, hiring, legal — they need auditable compliance logic, not probabilistic guesses.

Agent Module serves binary-gated compliance knowledge (confidence_required: 1.0) via API. This n8n node lets you wire that directly into automation workflows: pre-screen a decision against EU AI Act requirements, check if a use case triggers high-risk classification, or run conformity assessment checklists — all without leaving n8n.

What agents get: Structured logic gates, human-readable directives, implementation skills, and executable action layers — validated against authoritative statutory sources.


Installation

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes in your n8n instance.
  2. Enter n8n-nodes-agent-module and install.

Manual

npm install n8n-nodes-agent-module

Credentials

Create an Agent Module API credential.

Field Required Description
API Key No Membership key (am_live_...). Leave blank for trial access.

Get a key at agent-module.dev.


Operations

Query Knowledge

Retrieve a knowledge node from a vertical graph.

Parameter Required Description
Vertical Yes Vertical to query (e.g. ethics, travel, financial-services)
Node ID No Specific node (e.g. ETH_001). Omit for root/graph overview.
Auth Token No Trial token for unauthenticated access. Not needed with credential.

Returns structured content across four layers: logic (binary gates), directive (human-readable rules), skill (implementation guidance), and action (executable code).


Get Trial Key

Request a free 24-hour trial key. Full access to all knowledge layers.

Parameter Required Description
Agent ID Yes Unique identifier for your agent (e.g. n8n-compliance-bot)

Check Status

API health, version, and current cohort availability. No parameters.


Join Waitlist

Register interest in a vertical.

Parameter Required Description
Vertical Yes Target vertical
Agent ID Yes Your agent or system identifier
Contact Email No For notifications

Submit Proof of Value

Post-trial telemetry. Signals outcome quality back to Agent Module.

Parameter Required Description
Trial Key Yes Trial key from the session
Confidence Score Yes Agent confidence after using the knowledge (0.0–1.0)
Use Case No How the knowledge was applied
Vertical No Vertical queried
Nodes Traversed No Number of nodes accessed

Example: EU AI Act Pre-Screening Workflow

  1. Webhook Trigger — receives a request describing an AI system
  2. Agent Module: Get Trial Key — Agent ID: n8n-compliance-check
  3. Agent Module: Query Knowledge — Vertical: ethics, Node ID: ETH_015 (high-risk classification), Auth Token: {{ $json.trial_key }}
  4. IF Node — evaluate the binary logic gates against the system description
  5. Respond — return compliance status with citations to specific EU AI Act articles

This runs in seconds, costs $0.002 per node retrieval on pay-per-use, and every logic gate traces to its statutory source.


Payment Options

  • Membership: $19/mo (Inaugural cohort, grandfathered). Set API key in credentials.
  • Pay-per-use: $0.002/call via Skyfire token. No membership required.
  • Crypto: USDC on Base via x402 protocol.

Resources


License

MIT

Discussion