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.
npx agentmods add agents/juspay/neurolink/testinggit clone --depth 1 https://github.com/juspay/neurolinkWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01562 |
| Opus 5 | $0.00000 | $0.00781 |
| Sonnet 5 | $0.00000 | $0.00312 |
| Haiku 4.5 | $0.00000 | $0.00156 |
Grade A, and why
TESTING 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Multi-Agent Networks Testing Guide
Overview
This document provides comprehensive guidance for testing the Multi-Agent Networks feature in NeuroLink.
Prerequisites
Environment Setup
- Node.js: Ensure Node.js 18+ is installed
- pnpm: Install pnpm package manager
- Dependencies: Install project dependencies
# Install dependencies
pnpm install
# Build the project
pnpm run build
Required Environment Variables
For integration tests with real providers, set the following:
# Provider API Keys (at least one required for integration tests)
export OPENAI_API_KEY="your-openai-key"
export ANTHROPIC_API_KEY="your-anthropic-key"
export GOOGLE_AI_STUDIO_API_KEY="your-google-ai-key"
# Test configuration
export TEST_PROVIDER="vertex" # or openai, anthropic, etc.
export TEST_MODEL="gemini-2.0-flash" # optional model override
export VERBOSE="true" # enable debug logging
Test Structure
The agent feature uses a single continuous test suite rather than individual vitest unit test files.
Continuous Test Suite
Located at test/continuous-test-suite-agents.ts:
- Self-contained TypeScript script run directly with
tsx - Covers all components: Agent, AgentNetwork, MessageBus, topologies
- Uses fixture files from
test/fixtures/agents/ - Reports pass/fail per test case with timing
Test Fixtures
Located in test/fixtures/agents/:
test/fixtures/agents/
├── agent-definitions.json # Agent configurations
├── network-topologies.json # Network topology configs
├── routing-rules.json # Routing decision test cases
└── messages.json # MessageBus test payloads
Running Tests
Run the Agent Test Suite
# Run the continuous integration test suite
pnpm exec tsx test/continuous-test-suite-agents.ts
# With verbose output
VERBOSE=true pnpm exec tsx test/continuous-test-suite-agents.ts
# With a specific provider
TEST_PROVIDER=openai pnpm exec tsx test/continuous-test-suite-agents.ts
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.
- yesterday First seen · 272 lines · 0 tokens per session scan A 31d70255409b
TESTING is an agent published in the GitHub repository juspay/neurolink (128 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,562 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.
Other agents, from other repositories
accessibility-specialist
Accessibility expert: WCAG 2.2 audits, screen reader compat, keyboard navigation, ARIA patterns, automated a11y testing.
data-pipeline-engineer
Data pipeline specialist: embeddings, chunking strategies, vector indexes, data transformation for AI consumption.
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.
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.
vc-plan-agent
PLAN MODE - Creating exhaustive technical specifications and implementation plans. Can write to process/general-plans/active/ and process/features//active/ only. Use after approach is decided.
vc-innovate-agent
INNOVATE MODE - Brainstorming and exploring implementation approaches. Discusses possibilities without making decisions. Use after research is complete.