You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23โ€“26.RSVP โ†’
Socket
Book a DemoSign in
Socket

network-ai

Package Overview
Dependencies
Maintainers
1
Versions
95
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.10.4
to
4.10.5
+1
-1
package.json
{
"name": "network-ai",
"version": "4.10.4",
"version": "4.10.5",
"description": "AI agent orchestration framework for TypeScript/Node.js - 17 adapters (LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw, A2A, Codex, MiniMax, NemoClaw, APS + streaming variants). Built-in CLI, security, swarm intelligence, real-time streaming, and agentic workflow patterns.",

@@ -5,0 +5,0 @@ "homepage": "https://network-ai.org",

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

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

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

@@ -15,6 +15,3 @@ ---

optional_bins: []
env:
OPENAI_API_KEY:
required: false
description: "Not used by this skill."
env: {}
privacy:

@@ -231,3 +228,3 @@ audit_log:

--section stack \
--set '{"language": "TypeScript", "runtime": "Node.js 18", "framework": "Network-AI v4.5"}'
--set '{"language": "Python", "runtime": "Python 3.11", "framework": "SwarmOrchestrator"}'
```

@@ -320,6 +317,2 @@

### 5. Optional: Use the Node.js CLI
> **Scope note:** The `network-ai` CLI is part of the **companion npm package** โ€” it is a completely separate project and is NOT part of this ClawHub skill bundle. This skill's Python scripts work fully without it. See the [Appendix](#appendix-optional-nodejs-companion-npm) at the bottom of this file for details.
## Agent-to-Agent Handoff Protocol

@@ -326,0 +319,0 @@