I built this because every multi-agent system I worked on had the same problems:
agents overwriting each other's state, no permission boundaries, no token budgets,
and you're locked into one framework. Network-AI adds a coordination layer on top of whatever you already use — LangChain, CrewAI, AutoGen, MCP, etc. Shared atomic blackboard with propose→validate→commit, AuthGuardian for permission gating, FederatedBudget for token ceilings, and 12 plug-and-play adapters. No API key needed to try the demo: npx ts-node examples/08-control-plane-stress-demo.ts |
No comments yet