You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`--active-grants` command** -- `check_permission.py --active-grants` shows which agents currently hold access to which APIs, with TTL countdown, scope, restrictions; supports `--agent` filter and `--json` output
12
+
-**`--audit-summary` command** -- `check_permission.py --audit-summary` summarizes permission activity: per-agent and per-resource breakdowns of requests/grants/denials, grant rate, recent activity log; supports `--last N` and `--json`
13
+
-**Competitive comparison table** -- README now includes side-by-side feature comparison (Network-AI vs LangChain vs AutoGen vs CrewAI vs Claude SDK) across 14 capabilities
14
+
-**Fan-out/fan-in example** -- README documents the parallel evaluation pattern using LockedBlackboard for coordinating independent agent subtasks
15
+
-**Governance vocabulary** -- README reframed around "behavioral control plane," "compliance enforcement," "governance layer," "fan-out/fan-in orchestration"
16
+
-**Observability section in Features** -- `--active-grants`, `--audit-summary`, and justification hardening listed under Operational Safety & Governance
17
+
-**MCP Blackboard Tool Bindings** -- Added to Phase 4 roadmap (expose blackboard as MCP tool definitions)
-**`check_permission.py` restructured** -- `--agent`, `--resource`, `--justification` now optional at argparse level; validated manually only for permission check mode; action flags `--active-grants` and `--audit-summary` bypass check requirements
22
+
-**README "Why Network-AI?" section** -- Updated to lead with governance, shared state, and security (previously led with swarm intelligence)
23
+
-**Related Concepts section** -- Added Behavioral Control Plane and Agent Governance entries
24
+
25
+
### Stats
26
+
- 315 tests passing (79 + 33 + 139 + 64)
27
+
- 0 compile errors
28
+
-`check_permission.py`: 596 lines (was 436)
29
+
8
30
## [3.2.2] - 2026-02-17
9
31
10
32
### Changed
@@ -56,6 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
78
-**`--active-grants` Command** -- Show which agents currently hold access to which APIs with expiry times
57
79
-**`--audit-summary` Command** -- Summarize recent requests, grants, and denials by agent
58
80
-**Behavioral Vocabulary in README** -- Reframe marketing around "behavioral control plane," "compliance enforcement," "governance layer"
81
+
-**MCP Blackboard Tool Bindings** -- Expose `blackboard_read`, `blackboard_write`, `blackboard_list`, `blackboard_delete` as MCP-compatible tool definitions so any LLM agent can interact with shared state via tool calls
> **Legacy Users:** This skill works with **Clawdbot** and **Moltbot** (now OpenClaw). If you're searching for *Moltbot Security*, *Clawdbot Swarm*, or *Moltbot multi-agent* -- you're in the right place!
17
17
18
-
Network-AI is a framework-agnostic multi-agent orchestrator that connects LLM agents across **12 frameworks** -- LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw, and custom adapters. It provides shared blackboard coordination, built-in security (AES-256, HMAC tokens, rate limiting), content quality gates with hallucination detection, and agentic workflow patterns (parallel execution, voting, chaining). Zero dependencies per adapter -- bring your own framework SDK and start building multi-agent systems in minutes.
18
+
Network-AI is a framework-agnostic multi-agent orchestrator and **behavioral control plane**that connects LLM agents across **12 frameworks** -- LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw, and custom adapters. It provides shared blackboard coordination with atomic commits, built-in security (AES-256, HMAC tokens, rate limiting), content quality gates with hallucination detection, compliance enforcement, and agentic workflow patterns (parallel fan-out/fan-in, voting, chaining). Zero dependencies per adapter -- bring your own framework SDK and start building governed multi-agent systems in minutes.
19
19
20
20
**Why Network-AI?**
21
21
-**Framework-agnostic** -- Not locked to one LLM provider or agent SDK
22
-
-**Production security** -- Encryption, audit trails, rate limiting built in
This pattern works with any framework adapter -- LangChain agents, AutoGen agents, CrewAI crews, or any mix. The blackboard ensures no agent overwrites another's results.
|**Dependencies**| Zero (per adapter) | Heavy | Heavy | Heavy | Moderate |
751
+
|**License**| MIT | MIT | CC-BY-4.0 | MIT | MIT |
752
+
753
+
**Key differentiator:** Network-AI is the only framework that combines multi-framework orchestration with a governance layer (permissions, audit, encryption, budget enforcement). Other frameworks focus on one LLM provider; Network-AI wraps all of them.
754
+
631
755
## Related Concepts
632
756
633
757
Network-AI fits into the broader AI agent ecosystem:
634
758
635
759
-**Multi-Agent Systems** -- Coordinate multiple AI agents working together on complex tasks
636
760
-**Agentic AI** -- Build autonomous agents that reason, plan, and execute using LLMs
637
-
-**Swarm Intelligence** -- Parallel execution patterns with voting, merging, and chain strategies
761
+
-**Behavioral Control Plane** -- Govern agent behavior with permission gating, compliance enforcement, and audit trails
762
+
-**Swarm Intelligence** -- Parallel fan-out/fan-in patterns with voting, merging, and chain strategies
638
763
-**Model Context Protocol (MCP)** -- Standard protocol support for LLM tool integration
639
764
-**Agent-to-Agent (A2A)** -- Inter-agent communication via shared blackboard and handoff protocol
640
765
-**Context Engineering** -- Manage and share context across agent boundaries
641
766
-**Agentic Workflows** -- Task decomposition, parallel processing, and synthesis pipelines
642
767
-**LLM Orchestration** -- Route tasks to the right agent framework automatically
If you're using LangGraph, Dify, Flowise, PraisonAI, AutoGen/AG2, CrewAI, or any other agent framework, Network-AI can integrate with it through the adapter system.
645
771
@@ -648,6 +774,6 @@ If you're using LangGraph, Dify, Flowise, PraisonAI, AutoGen/AG2, CrewAI, or any
0 commit comments