network-ai 3.2.1 → 3.2.2
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/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**The plug-and-play AI agent orchestrator for TypeScript/Node.js -- connect 12 agent frameworks with zero glue code**
|
|
4
4
|
|
|
5
|
-
[](https://github.com/jovanSAPFIONEER/Network-AI/releases)
|
|
6
6
|
[](https://clawhub.ai/skills/network-ai)
|
|
7
7
|
[](https://nodejs.org)
|
|
8
8
|
[](https://typescriptlang.org)
|
|
@@ -441,7 +441,7 @@ The AuthGuardian evaluates requests using:
|
|
|
441
441
|
|
|
442
442
|
| Factor | Weight | Description |
|
|
443
443
|
|--------|--------|-------------|
|
|
444
|
-
| Justification | 40% | Quality of business reason |
|
|
444
|
+
| Justification | 40% | Quality of business reason (hardened against prompt injection) |
|
|
445
445
|
| Trust Level | 30% | Agent's established trust |
|
|
446
446
|
| Risk Assessment | 30% | Resource sensitivity + scope |
|
|
447
447
|
|
|
@@ -530,10 +530,11 @@ python scripts/revoke_token.py --list-expired
|
|
|
530
530
|
python scripts/revoke_token.py --cleanup
|
|
531
531
|
```
|
|
532
532
|
|
|
533
|
-
**Test results (
|
|
533
|
+
**Test results (315 total):**
|
|
534
534
|
- `test-standalone.ts` -- 79 passed (blackboard, auth, integration, persistence, parallelization, coding domain, quality gate)
|
|
535
535
|
- `test-security.ts` -- 33 passed (tokens, sanitization, rate limiting, encryption, permissions, audit)
|
|
536
536
|
- `test-adapters.ts` -- 139 passed (12 adapters: Custom, LangChain, AutoGen, CrewAI, MCP, LlamaIndex, Semantic Kernel, OpenAI Assistants, Haystack, DSPy, Agno + registry routing, integration, edge cases)
|
|
537
|
+
- `test-priority.ts` -- 64 passed (priority-based preemption, conflict resolution, constructor overloads, backward compatibility)
|
|
537
538
|
|
|
538
539
|
## Audit Trail
|
|
539
540
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "network-ai",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"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
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|