# NetGent: Agent-Based Automation of Network Application Workflows

**Authors:** Jaber Daneshamooz, Eugene Vuong, Laasya Koduru, Sanjay Chandrasekaran, Arpit Gupta

arXiv: 2509.00625 · 2025-11-17

## TL;DR

NetGent is an AI-agent framework that automates complex network application workflows from natural language, generating realistic traffic datasets efficiently and robustly, aiding machine learning development in networking.

## Contribution

It introduces a novel approach combining language-based workflow specification with automata compilation for reliable, scalable network traffic data generation.

## Key findings

- Automated 50+ diverse workflows including streaming and social media.
- Produced realistic, repeatable network traffic traces.
- Reduced reliance on fragile browser automation tools.

## Abstract

We present NetGent, an AI-agent framework for automating complex application workflows to generate realistic network traffic datasets. Developing generalizable ML models for networking requires data collection from network environments with traffic that results from a diverse set of real-world web applications. However, using existing browser automation tools that are diverse, repeatable, realistic, and efficient remains fragile and costly. NetGent addresses this challenge by allowing users to specify workflows as natural-language rules that define state-dependent actions. These abstract specifications are compiled into nondeterministic finite automata (NFAs), which a state synthesis component translates into reusable, executable code. This design enables deterministic replay, reduces redundant LLM calls through state caching, and adapts quickly when application interfaces change. In experiments, NetGent automated more than 50+ workflows spanning video-on-demand streaming, live video streaming, video conferencing, social media, and web scraping, producing realistic traffic traces while remaining robust to UI variability. By combining the flexibility of language-based agents with the reliability of compiled execution, NetGent provides a scalable foundation for generating the diverse, repeatable datasets needed to advance ML in networking.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00625/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00625/full.md

---
Source: https://tomesphere.com/paper/2509.00625