network-ai 4.5.2 → 4.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- # Network-AI Integration Guide
1
+ # Network-AI Integration Guide
2
2
 
3
3
  **For technical leads, solutions architects, and engineering teams evaluating or deploying Network-AI in a production environment.**
4
4
 
@@ -469,4 +469,4 @@ Run these before declaring the integration production-ready:
469
469
 
470
470
  ---
471
471
 
472
- *Network-AI v4.0.6 · MIT License · https://github.com/jovanSAPFIONEER/Network-AI*
472
+ *Network-AI v4.0.6 · MIT License · https://github.com/Jovancoding/Network-AI*
package/QUICKSTART.md CHANGED
@@ -1,4 +1,4 @@
1
- # Network-AI Quick Start Guide
1
+ # Network-AI Quick Start Guide
2
2
 
3
3
  Get the Multi-Agent Swarm Orchestrator running in **under 5 minutes**.
4
4
 
@@ -8,7 +8,7 @@ Get the Multi-Agent Swarm Orchestrator running in **under 5 minutes**.
8
8
 
9
9
  ```bash
10
10
  # Clone the repo
11
- git clone https://github.com/jovanSAPFIONEER/Network-AI.git
11
+ git clone https://github.com/Jovancoding/Network-AI.git
12
12
  cd Network-AI
13
13
 
14
14
  # Install dependencies (only TypeScript + ts-node needed)
@@ -347,7 +347,7 @@ Your App
347
347
 
348
348
  ---
349
349
 
350
- **Questions?** Open an issue at [github.com/jovanSAPFIONEER/Network-AI](https://github.com/jovanSAPFIONEER/Network-AI)
350
+ **Questions?** Open an issue at [github.com/Jovancoding/Network-AI](https://github.com/Jovancoding/Network-AI)
351
351
 
352
352
  ---
353
353
 
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # Network-AI
1
+ # Network-AI
2
2
 
3
3
  **TypeScript/Node.js multi-agent orchestrator — shared state, guardrails, budgets, and cross-framework coordination**
4
4
 
5
- [![CI](https://github.com/jovanSAPFIONEER/Network-AI/actions/workflows/ci.yml/badge.svg)](https://github.com/jovanSAPFIONEER/Network-AI/actions/workflows/ci.yml)
6
- [![CodeQL](https://github.com/jovanSAPFIONEER/Network-AI/actions/workflows/codeql.yml/badge.svg)](https://github.com/jovanSAPFIONEER/Network-AI/actions/workflows/codeql.yml)
7
- [![Release](https://img.shields.io/badge/release-v4.5.2-blue.svg)](https://github.com/jovanSAPFIONEER/Network-AI/releases)
5
+ [![CI](https://github.com/Jovancoding/Network-AI/actions/workflows/ci.yml/badge.svg)](https://github.com/Jovancoding/Network-AI/actions/workflows/ci.yml)
6
+ [![CodeQL](https://github.com/Jovancoding/Network-AI/actions/workflows/codeql.yml/badge.svg)](https://github.com/Jovancoding/Network-AI/actions/workflows/codeql.yml)
7
+ [![Release](https://img.shields.io/badge/release-v4.5.2-blue.svg)](https://github.com/Jovancoding/Network-AI/releases)
8
8
  [![npm](https://img.shields.io/npm/dw/network-ai.svg?label=npm%20downloads)](https://www.npmjs.com/package/network-ai)
9
9
  [![Tests](https://img.shields.io/badge/tests-1399%20passing-brightgreen.svg)](#testing)
10
10
  [![Adapters](https://img.shields.io/badge/frameworks-14%20supported-blueviolet.svg)](#adapter-system)
@@ -14,7 +14,7 @@
14
14
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.x-3178C6.svg)](https://typescriptlang.org)
15
15
  [![ClawHub](https://img.shields.io/badge/ClawHub-network--ai-orange.svg)](https://clawhub.ai/skills/network-ai)
16
16
  [![Integration Guide](https://img.shields.io/badge/docs-integration%20guide-informational.svg)](INTEGRATION_GUIDE.md)
17
- [![Glama](https://img.shields.io/badge/Glama-listed-8A2BE2.svg)](https://glama.ai/mcp/servers/@jovanSAPFIONEER/network-ai)
17
+ [![Glama](https://img.shields.io/badge/Glama-listed-8A2BE2.svg)](https://glama.ai/mcp/servers/@Jovancoding/network-ai)
18
18
 
19
19
  Network-AI is a TypeScript/Node.js multi-agent orchestrator that adds coordination, guardrails, and governance to any AI agent stack.
20
20
 
@@ -397,11 +397,11 @@ Copy the contents of `claude-project-prompt.md` (below the horizontal rule) into
397
397
  ## Contributing
398
398
 
399
399
  1. Fork → feature branch → `npm run test:all` → pull request
400
- 2. Bugs and feature requests via [Issues](https://github.com/jovanSAPFIONEER/Network-AI/issues)
400
+ 2. Bugs and feature requests via [Issues](https://github.com/Jovancoding/Network-AI/issues)
401
401
 
402
402
  ---
403
403
 
404
- MIT License — [LICENSE](LICENSE)  ·  [CHANGELOG](CHANGELOG.md)  ·  [CONTRIBUTING](CONTRIBUTING.md)  ·  [![RSS](https://img.shields.io/badge/RSS-releases-orange?logo=rss)](https://github.com/jovanSAPFIONEER/Network-AI/releases.atom)
404
+ MIT License — [LICENSE](LICENSE)  ·  [CHANGELOG](CHANGELOG.md)  ·  [CONTRIBUTING](CONTRIBUTING.md)  ·  [![RSS](https://img.shields.io/badge/RSS-releases-orange?logo=rss)](https://github.com/Jovancoding/Network-AI/releases.atom)
405
405
 
406
406
  <details>
407
407
  <summary>Keywords</summary>
package/SKILL.md CHANGED
@@ -1,10 +1,10 @@
1
- ---
1
+ ---
2
2
  name: Network-AI
3
3
  description: "Python orchestration skill: local multi-agent workflows via blackboard file, permission gating, and token budget scripts. All execution is local — no network calls, no Node.js required. TypeScript/Node.js features (HMAC tokens, AES-256, MCP server, 14 adapters, CLI) are in the SEPARATE companion npm package (npm install -g network-ai) and are NOT part of this skill bundle."
4
4
  metadata:
5
5
  openclaw:
6
6
  emoji: "\U0001F41D"
7
- homepage: https://github.com/jovanSAPFIONEER/Network-AI
7
+ homepage: https://github.com/Jovancoding/Network-AI
8
8
  bundle_scope: "Python scripts only (scripts/*.py). The README.md in this repo describes the FULL project including the companion Node.js npm package — features documented there (HMAC tokens, AES-256 encryption, MCP server, 14 adapters, CLI) are NOT implemented in these Python scripts and are NOT part of this ClawHub skill. Install the npm package separately for those features."
9
9
  network_calls: none
10
10
  sessions_ops: "platform-provided — sessions_send, sessions_list, and sessions_history are OpenClaw host platform built-ins, not implemented or invoked by this skill's Python scripts"
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "network-ai",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "AI agent orchestration framework for TypeScript/Node.js - 14 adapters (LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw, A2A, Codex + streaming variants). Built-in CLI, security, swarm intelligence, real-time streaming, and agentic workflow patterns.",
5
- "homepage": "https://github.com/jovanSAPFIONEER/Network-AI#readme",
5
+ "homepage": "https://github.com/Jovancoding/Network-AI#readme",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "bin": {
@@ -81,7 +81,7 @@
81
81
  "license": "MIT",
82
82
  "repository": {
83
83
  "type": "git",
84
- "url": "https://github.com/jovanSAPFIONEER/Network-AI.git"
84
+ "url": "https://github.com/Jovancoding/Network-AI.git"
85
85
  },
86
86
  "engines": {
87
87
  "node": ">=18.0.0",