Key Files
Launch NSO to new heights with AGNTCY multi‑agents & n8n automation Transform NSO operations with intelligent multi‑agent automation. Combines AGNTCY's agent framework with n8n workflows to eliminate config drift, accelerate deployments & reduce complexity.
NSO‑Rocket supercharges Cisco NSO deployments by integrating:
- n8n Workflows for automation
- AGNTCY Multi‑Agent Framework for intelligence & orchestration
- Async + Topology‑Aware Drift Detection for performance
- Dashboards for real‑time visibility
Designed for enterprise network teams and automation engineers who need speed, intelligence, and reliability in their NSO environments.
NSO-Rocket/
├── workflows/ # n8n workflows (discovery, compliance, monitoring, operations)
│ ├── compliance/ # Drift detection, standardization, remediation
│ ├── discovery/ # Brownfield network scan & service discovery
│ ├── integration/ # Legacy bridges & API translation
│ ├── monitoring/ # Performance metrics & health dashboards
│ └── operations/ # Service deployment & rollback
├── agntcy/ # AGNTCY multi‑agent definitions
│ ├── schemas/ # OASF agent schemas
│ ├── agents/ # Multi‑agent configurations
│ └── manifests/ # Agent workflow manifests
├── configs/ # Async & topology weighting configs
├── dashboards/ # Grafana/n8n dashboards
├── documentation/ # Setup, workflow guides, troubleshooting
├── scripts/ # Helper & transformer scripts
├── templates/ # Device configs, service templates, YANG models
└── examples/ # Demo environments & use case scenarios
- ✅ Async Drift Detection — Parallel API calls for lightning-fast checks
- ✅ Topology-Aware Prioritization — Core devices prioritized automatically
- ✅ Multi-Agent Orchestration — AGNTCY semantic routing & workflow chaining
- ✅ Dashboards — Real-time drift trends, compliance health, remediation history
- ✅ Multi-Vendor Ready — Templates & workflows for Cisco, Juniper, Arista, more
- ✅ Brownfield Discovery — Migrate existing services into NSO with minimal friction
git clone https://github.com/<your-username>/NSO-Rocket.git
cd NSO-Rocketcode .- Install n8n (installation guide)
- Configure NSO API credentials in
configs/async-settings.json - Adjust topology weights in
configs/topology-weights.json
- In n8n, import workflows from
workflows/(start withcompliance/config-drift-detection.json)
- Trigger drift detection workflow in n8n
- View results in Slack (alerts) or Grafana (dashboards in
dashboards/)
- Cisco NSO — API integration for device configs & service state
- n8n — Workflow engine for orchestration & automation
- AGNTCY — Multi‑agent interoperability & semantic routing
- Grafana — Optional visualization for drift, compliance, and health trends
| Version | Highlights |
|---|---|
| v1.0 | 🔍 Async drift detection 📊 Topology prioritization 📈 Dashboards 📂 AGNTCY schemas |
| v1.5 | 🛠 Remediation workflows ✅ Approval gates 🔗 ITSM integration (ServiceNow / Jira) |
| v2.0 | 🤖 Full AGNTCY workflow orchestration 🛡 Remediation agents 🚚 Brownfield migration automation |
MIT License — see LICENSE
Pull requests welcome! Check documentation/setup-guide.md for contribution guidelines.