MPLS troubleshooting AI agent powered by Codex
Intro In this post I want to show how I’ve built an AI agent which is able to troubleshoot a network issue. I’d like to include all implementation details; hence, anyone can reproduce it or build his own agent. I do not claim that this is the only right approach, but it is my way… The use case The use case is very simple: I want an AI agent that can find an artificially injected error in a working Cisco lab. In practice, that means I break one thing, and the agent has to reason its way back to the root cause by gathering evidence from the network. ...