This repository showcases a series of AI-powered low-code workflows for interesting use cases that help you manage your Cisco RADKit network!
Stay tuned for periodic updates! All the source code from the related episodes of the π₯ Hack the RADKit! video series is posted here.
Before diving in, make sure you have these essentials ready:
- π³ Docker: For containerized workflow execution
- π Python 3.10+: Required for MCP server operations
- π§ Active Cisco RADKit service: Your network automation backbone
- π€ At least one remote user onboarded: Pre-configured on your RADKit service
- Clone this repository to your local machine
- Navigate to the
n8ndirectory - Explore the workflow folders - Each folder contains:
- π A
.jsonworkflow file ready to import into n8n - π Dedicated documentation in
.mdfiles explaining setup and usage
- π A
Each workflow is self-contained with its own configuration and detailed instructions. Simply pick the one that fits your use case and follow along! π
| Workflow Name | Description |
|---|---|
| π¬ Multi-channel ChatOps for my RADKit | ChatOps for housekeeping operations via Webex and Slack simultaneously |
| π‘οΈ Enhanced WxT ChatOps for my RADKit | Enhanced ChatOps via Webex that include guardrails, human-in-the-loop for config commits, conflict detection and much more |
| π Reporting and Auditing for my RADKit | Automated triggering of audits based on GitHub files to create reports and issues in GitHub based on the findings |
Got ideas for new workflows or improvements? Contributions are welcome! Feel free to open issues or submit pull requests.
