Network-AI
Multi-agent coordination with shared state, budgets, and guardrails
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Network-AI?โผ
Run `npx skills add Jovancoding/Network-AI --all -g -y` in your terminal to install the full skill globally.
What problem does Network-AI solve?โผ
It stops parallel agents from overwriting each other's work by enforcing atomic shared-state writes, token budgets, and permission checks before sensitive actions.
Which frameworks does Network-AI support?โผ
It ships 32 adapters including LangChain, AutoGen, CrewAI, OpenAI, Gemini, and Claude Agent SDK, all dependency-free with no glue code required.
Does Network-AI work with Claude Code and Cursor?โผ
Yes. It runs as an MCP server over stdio or SSE, so Claude Code, Cursor, Codex, and Gemini CLI can use its blackboard, budget, and audit tools directly.
Is Network-AI safe for sensitive operations?โผ
Yes. It uses signed permission tokens, AES-256-GCM encryption, rate limiting, and an append-only audit log, with all data stored locally by default.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core