network-ai 4.10.4 → 4.10.5
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 +1 -1
- package/SKILL.md +2 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://network-ai.org/)
|
|
6
6
|
[](https://github.com/Jovancoding/Network-AI/actions/workflows/ci.yml)
|
|
7
7
|
[](https://github.com/Jovancoding/Network-AI/actions/workflows/codeql.yml)
|
|
8
|
-
[](https://github.com/Jovancoding/Network-AI/releases)
|
|
9
9
|
[](https://www.npmjs.com/package/network-ai)
|
|
10
10
|
[](#testing)
|
|
11
11
|
[](#adapter-system)
|
package/SKILL.md
CHANGED
|
@@ -12,10 +12,7 @@ metadata:
|
|
|
12
12
|
bins:
|
|
13
13
|
- python3
|
|
14
14
|
optional_bins: []
|
|
15
|
-
env:
|
|
16
|
-
OPENAI_API_KEY:
|
|
17
|
-
required: false
|
|
18
|
-
description: "Not used by this skill."
|
|
15
|
+
env: {}
|
|
19
16
|
privacy:
|
|
20
17
|
audit_log:
|
|
21
18
|
path: data/audit_log.jsonl
|
|
@@ -227,7 +224,7 @@ python {baseDir}/scripts/context_manager.py update \
|
|
|
227
224
|
```bash
|
|
228
225
|
python {baseDir}/scripts/context_manager.py update \
|
|
229
226
|
--section stack \
|
|
230
|
-
--set '{"language": "
|
|
227
|
+
--set '{"language": "Python", "runtime": "Python 3.11", "framework": "SwarmOrchestrator"}'
|
|
231
228
|
```
|
|
232
229
|
|
|
233
230
|
#### Banning an Approach
|
|
@@ -315,10 +312,6 @@ python {baseDir}/scripts/blackboard.py read "task:q4_analysis"
|
|
|
315
312
|
python {baseDir}/scripts/blackboard.py list
|
|
316
313
|
```
|
|
317
314
|
|
|
318
|
-
### 5. Optional: Use the Node.js CLI
|
|
319
|
-
|
|
320
|
-
> **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.
|
|
321
|
-
|
|
322
315
|
## Agent-to-Agent Handoff Protocol
|
|
323
316
|
|
|
324
317
|
When delegating tasks between agents/sessions:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "network-ai",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.5",
|
|
4
4
|
"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
5
|
"homepage": "https://network-ai.org",
|
|
6
6
|
"main": "dist/index.js",
|