Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details โ†’
Socket
Book a DemoInstallSign in
Socket

network-ai

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

network-ai - npm Package Compare versions

Comparing version
4.0.11
to
4.0.12
+3
-3
bin/mcp-server.ts

@@ -32,3 +32,3 @@ #!/usr/bin/env node

* @module bin/mcp-server
* @version 4.0.11
* @version 4.0.12
*/

@@ -110,3 +110,3 @@

console.log(`
network-ai-server โ€” Network-AI MCP Server v4.0.11
network-ai-server โ€” Network-AI MCP Server v4.0.12

@@ -149,3 +149,3 @@ Usage: npx ts-node bin/mcp-server.ts [options]

console.log(`\n[network-ai-server] Starting MCP Server v4.0.11`);
console.log(`\n[network-ai-server] Starting MCP Server v4.0.12`);
console.log(`[network-ai-server] Board: ${args.board} | Port: ${args.port}`);

@@ -152,0 +152,0 @@

@@ -32,5 +32,5 @@ #!/usr/bin/env node

* @module bin/mcp-server
* @version 4.0.11
* @version 4.0.12
*/
export {};
//# sourceMappingURL=mcp-server.d.ts.map

@@ -33,3 +33,3 @@ #!/usr/bin/env node

* @module bin/mcp-server
* @version 4.0.11
* @version 4.0.12
*/

@@ -110,3 +110,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

console.log(`
network-ai-server โ€” Network-AI MCP Server v4.0.11
network-ai-server โ€” Network-AI MCP Server v4.0.12

@@ -145,3 +145,3 @@ Usage: npx ts-node bin/mcp-server.ts [options]

}
console.log(`\n[network-ai-server] Starting MCP Server v4.0.11`);
console.log(`\n[network-ai-server] Starting MCP Server v4.0.12`);
console.log(`[network-ai-server] Board: ${args.board} | Port: ${args.port}`);

@@ -148,0 +148,0 @@ // --------------------------------------------------------------------------

@@ -10,3 +10,3 @@ /**

* @module SwarmOrchestrator
* @version 4.0.11
* @version 4.0.12
* @license MIT

@@ -13,0 +13,0 @@ */

@@ -128,3 +128,3 @@ "use strict";

capabilities: { tools: {} },
serverInfo: { name: this.name ?? 'network-ai', version: '4.0.11' },
serverInfo: { name: this.name ?? 'network-ai', version: '4.0.12' },
});

@@ -131,0 +131,0 @@ // Client signals it's ready โ€” notification (no response needed, but

{
"name": "network-ai",
"version": "4.0.11",
"version": "4.0.12",
"description": "AI agent orchestration framework for TypeScript/Node.js - plug-and-play multi-agent coordination with 12 frameworks (LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw). Built-in security, swarm intelligence, and agentic workflow patterns.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/jovanSAPFIONEER/Network-AI#readme",

@@ -7,3 +7,3 @@ # Network-AI

[![CodeQL](https://github.com/jovanSAPFIONEER/Network-AI/actions/workflows/codeql.yml/badge.svg)](https://github.com/jovanSAPFIONEER/Network-AI/actions/workflows/codeql.yml)
[![Release](https://img.shields.io/badge/release-v4.0.11-blue.svg)](https://github.com/jovanSAPFIONEER/Network-AI/releases)
[![Release](https://img.shields.io/badge/release-v4.0.12-blue.svg)](https://github.com/jovanSAPFIONEER/Network-AI/releases)
[![npm](https://img.shields.io/npm/dw/network-ai.svg?label=npm%20downloads)](https://www.npmjs.com/package/network-ai)

@@ -10,0 +10,0 @@ [![Tests](https://img.shields.io/badge/tests-1216%20passing-brightgreen.svg)](#testing)

@@ -11,3 +11,4 @@ ---

- python3
- node
optional_bins:
- node # Only needed if you separately install and run the Node.js MCP server (network-ai-server via npm). Not required for this skill's Python instructions.
env:

@@ -32,2 +33,4 @@ SWARM_TOKEN_SECRET:

> **Scope of this skill bundle:** All instructions below run local Python scripts (`scripts/*.py`). No network calls are made by this skill. The Node.js MCP server (`network-ai-server`) is a **separate optional component** โ€” install it with `npm install -g network-ai` only if you want MCP/IDE integration. It does **not** run automatically and is not part of this skill bundle.
Multi-agent coordination system for complex workflows requiring task delegation, parallel execution, and permission-controlled access to sensitive APIs.

@@ -34,0 +37,0 @@

Sorry, the diff of this file is too big to display