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
Maintainers
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)
- Go to Settings > Community Nodes in your n8n instance.
- Enter
n8n-nodes-agent-moduleand install.
Manual
npm install n8n-nodes-agent-moduleCredentials
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
- Webhook Trigger — receives a request describing an AI system
- Agent Module: Get Trial Key — Agent ID:
n8n-compliance-check - Agent Module: Query Knowledge — Vertical:
ethics, Node ID:ETH_015(high-risk classification), Auth Token:{{ $json.trial_key }} - IF Node — evaluate the binary logic gates against the system description
- 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
- Agent Module — API, docs, verticals
- llms-full.txt — full machine-readable spec
- MCP Server — for Claude, Cursor, and other MCP-compatible agents
- n8n Community Nodes
License
MIT
