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.
- package/INTEGRATION_GUIDE.md +2 -2
- package/QUICKSTART.md +3 -3
- package/README.md +7 -7
- package/SKILL.md +2 -2
- package/package.json +3 -3
package/INTEGRATION_GUIDE.md
CHANGED
|
@@ -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/
|
|
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/
|
|
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/
|
|
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
|
-
[](https://github.com/
|
|
5
|
+
[](https://github.com/Jovancoding/Network-AI/actions/workflows/ci.yml)
|
|
6
|
+
[](https://github.com/Jovancoding/Network-AI/actions/workflows/codeql.yml)
|
|
7
|
+
[](https://github.com/Jovancoding/Network-AI/releases)
|
|
8
8
|
[](https://www.npmjs.com/package/network-ai)
|
|
9
9
|
[](#testing)
|
|
10
10
|
[](#adapter-system)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
[](https://typescriptlang.org)
|
|
15
15
|
[](https://clawhub.ai/skills/network-ai)
|
|
16
16
|
[](INTEGRATION_GUIDE.md)
|
|
17
|
-
[](https://glama.ai/mcp/servers/@
|
|
17
|
+
[](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/
|
|
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) · [](https://github.com/
|
|
404
|
+
MIT License — [LICENSE](LICENSE) · [CHANGELOG](CHANGELOG.md) · [CONTRIBUTING](CONTRIBUTING.md) · [](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/
|
|
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.
|
|
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/
|
|
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/
|
|
84
|
+
"url": "https://github.com/Jovancoding/Network-AI.git"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=18.0.0",
|