VERIFICATION

A manual checklist for verifying NeuroLink’s Multi-Agent Networks feature, where several AI agents coordinate on tasks. It covers setup, integration tests, network layouts, routing rules, and message handling.

In plain words
What is it for?
Use it to prepare a verification session, configure an AI provider, run the continuous test suite, and inspect agent definitions, network topologies, routing, and message-bus behavior.
Why use it?
It helps developers check the feature systematically instead of relying only on whether the project builds. It identifies the expected behavior of agents, routing, fallbacks, and communication between agents.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/juspay/neurolink/verification
Clone the repo
git clone --depth 1 https://github.com/juspay/neurolink
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,105 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01105
Opus 5 $0.00000 $0.00553
Sonnet 5 $0.00000 $0.00221
Haiku 4.5 $0.00000 $0.00111

Measured 2d ago against content hash 69b9d00417a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

VERIFICATION scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/agents/VERIFICATION.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Multi-Agent Networks Verification Checklist

Overview

This document provides a manual verification checklist for the Multi-Agent Networks feature.

Pre-Verification Setup

1. Environment Preparation

  • Node.js 18+ installed
  • pnpm installed
  • Project dependencies installed (pnpm install)
  • Project built (pnpm run build)
  • At least one provider API key configured

2. Required API Keys

Configure at least one of:

  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • GOOGLE_AI_STUDIO_API_KEY
  • GOOGLE_CLOUD_PROJECT (for Vertex AI)

Integration Test Verification

Run: pnpm exec tsx test/continuous-test-suite-agents.ts

Agent Class Integration

  • Fixtures load correctly
  • All agent definitions valid
  • Multiple providers configured
  • Tool configurations correct
  • Mock SDK works

Network Topology Integration

  • Hub-spoke config valid
  • Mesh config valid
  • Hierarchical config valid
  • Router configs valid
  • Network defaults valid

Routing Rules Integration

  • All rules defined
  • Pattern matching works
  • Confidence thresholds set
  • Fallback behavior defined
  • Priority ordering correct

MessageBus Integration

  • All message types defined
  • Test messages valid
  • Subscription patterns work
  • Priority levels correct
  • Test scenarios execute

Functional Verification

Basic Agent Operations

  • Create agent programmatically
  • Execute agent with text input
  • Execute agent with structured input
  • Stream agent output
  • Handle agent errors

Network Operations

  • Create network with multiple agents
  • Execute network task
  • Observe routing decisions
  • Track execution traces
  • Handle network failures

Messaging Operations

  • Publish message
  • Subscribe and receive
  • Request-response works
  • Broadcast reaches all
  • Priority respected

Performance Verification

Response Time

Read the full file on GitHub · 174 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 174 lines · 0 tokens per session scan A 69b9d00417a7

Subscribe to this mod's changes

VERIFICATION is an agent published in the GitHub repository juspay/neurolink (128 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,105 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

accessibility-specialist

Accessibility expert: WCAG 2.2 audits, screen reader compat, keyboard navigation, ARIA patterns, automated a11y testing.

yonatangross/orchestkit · 33 tokens

claude-design-orchestrator

Parses claude.ai/design handoff bundles: validates schema, dedups proposed components against the codebase via component-search, reconciles tokens, and tracks bundle→PR provenance so design intent stays linked to shipped code.

yonatangross/orchestkit · 51 tokens

database-engineer

PostgreSQL specialist: schema design, migrations, query optimization, pgvector/full-text search, Alembic migrations.

yonatangross/orchestkit · 28 tokens

demo-producer

Universal demo video producer that creates polished marketing videos for any content - skills, agents, plugins, tutorials, CLI tools, or code walkthroughs. Uses VHS terminal recording and Remotion composition.

yonatangross/orchestkit · 42 tokens

emulate-engineer

Stateful API emulation via Vercel emulate. Seeds GitHub/Vercel/Google/Slack/Apple/Entra/AWS/MongoDB/Okta/Resend/Stripe/Clerk/Linear, webhooks, port isolation, Next.js adapter. Use to replace flaky API mocks.

yonatangross/orchestkit · 67 tokens

vc-validate-agent

VALIDATE MODE - Convert a written plan into an executable contract. Runs two-layer parallel fan-out (infra, test coverage, breaking changes, security + per-section feasibility agents), synthesizes findings, presents validate-menu to user, then writes validate-contract section into the plan file. Mandatory phase…

withkynam/vibecode-pro-max-kit · 74 tokens