arXiv:2603.00569cs.SEcs.LG2026-03被引 1

基于拓扑的智能框架,自动生成并修复边缘网络配置。

TopoEdge: Topology-Grounded Agentic Framework for Edge Networking Code Generation and Repair

论文配图:TopoEdge: Topology-Grounded Agentic Framework for Edge Networking Code Generation and Repair
图 1 · 摘自论文原文
  • 用图神经网络编码网络拓扑,检索相似配置
  • 三类代理协同生成、验证并修复配置,支持边缘部署
  • 适合需要低延迟、隐私保护的网络自动化场景

TopoEdge 是一个基于拓扑、可部署于边缘的端到端软件定义网络(SDN)配置生成与修复框架。其动机源于配置在拓扑变化下易出错,且对延迟、隐私和本地执行有严格要求。该框架将目标拓扑表示为路由器级图,并通过对比训练的图神经网络(GNN)进行嵌入,实现对已验证参考配置及其可执行 Python 驱动(Topotest/pytest 测试脚本)的最近邻检索。将目标拓扑、参考拓扑及参考驱动整合为拓扑感知的检索增强生成上下文(TopoRAG),由中央控制器协调三个角色专用代理:(i) 规划代理生成拓扑一致的配置计划与设备骨架;(ii) 生成代理构建可执行配置文件(含设备配置与驱动);(iii) 验证代理运行 FRRouting Topotest/pytest 框架,压缩失败为紧凑追踪,并发出局部修复指令以实现迭代修复。

原文摘要 · Abstract (English)

TopoEdge is a topology-grounded, edge-deployable framework for end-to-end software-defined networking (SDN) configuration generation and repair, motivated by the brittleness of configuration artefacts under topology variation and by strict operational constraints on latency, privacy, and on-site execution. TopoEdge represents each target topology as a router-level graph and embeds it using a contrastively trained graph neural network (GNN), enabling nearest-neighbour retrieval of a verified reference configuration paired with an executable Python driver (a Topotest/pytest test script that orchestrates the emulated network and checks protocol assertions). The target topology, retrieved reference topology, and reference driver are assembled into a topology-grounded retrieval-augmented generation context (TopoRAG), which grounds a distributed, execution-centric generate--verify--repair loop coordinated by a central controller and realised by three role-specialised agents: (i) a Planning agent that produces a topology-consistent configuration plan and a per-device skeleton; (ii) a Generation agent that materialises executable configuration artefacts, including device configurations and the driver; and (iii) a Verification agent that runs the FRRouting Topotest/pytest harness, compresses failures into a compact trace, and emits localised patch directives for iterative repair.

网络自动化图神经网络边缘计算配置生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。