npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-agent-module

v0.1.3

Published

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

Downloads

389

Readme

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