NeuroNest Plugin SDK — Build Agent Extensions
The NeuroNest Plugin SDK lets developers build custom tools, skills, and integrations for the agent swarm using a TypeScript-first API with full type safety. Plugins run locally within the same 7-layer security sandbox as built-in agents.
SDK Capabilities
- TypeScript-first API with complete type definitions and autocomplete support
- Capability manifest system — declare exactly what filesystem paths, network access, and process execution your plugin needs
- Same 7-layer security sandbox as all built-in agents — no special access privileges
- Hot reload during development — code changes are reflected without restarting NeuroNest
- Live Code Graph API — query the semantic code graph for precise, structured code understanding
- Inter-agent communication protocol — build plugins that coordinate with other agents in Star or Hierarchy topologies
- Access to all 11 AI providers through NeuroNest's unified provider interface
- Agent Recipe integration — your plugin agents can participate in saved workflow templates
SDK Status
The NeuroNest Plugin SDK is in active development and will ship with the v2.0 platform update. Register interest and receive early access at neuronest.cc/download.