paper-with-me

홈 › Papers

NetGent: Agent-Based Automation of Network Application Workflows

2025-08-30 · Jaber Daneshamooz, Eugene Vuong, Laasya Koduru, Sanjay Chandrasekaran, Arpit Gupta arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.00625

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OfficeBench: Benchmarking Language Agents across Multiple Applications for Office Automation

2024-07-26 · Zilong Wang, Yuedong Cui, Li Zhong, Zimin Zhang 외

Office automation significantly enhances human productivity by automatically finishing routine tasks in the workflow. Beyond the basic information extraction studied in much of the prior document AI literature, the offic…

BenchmarkingDocument AI

Characterizing Large Language Model Agentic Workflows: A Study on N8n Ecosystem

2026-06-27 · Yutian Tang, Yuming Zhou, Huaming Chen arxiv

Large Language Models (LLMs) are rapidly being adopted in low-code and no-code automation platforms, where non-expert users design workflows that combine natural language understanding with external services and APIs. LL…

Natural Language Understanding

AutomationBench

2026-04-21 · Daniel Shepard, Robin Salimans arxiv

Existing AI benchmarks for software automation rarely combine cross-application coordination, autonomous API discovery, and policy adherence. Real business workflows demand all three: a single task may span a CRM, inbox,…

EAA: Automating materials characterization with vision language model agents

2026-02-17 · Ming Du, Yanqi Luo, Srutarshi Banerjee, Michael Wojcik 외 arxiv

We present Experiment Automation Agents (EAA), a vision-language-model-driven agentic system designed to automate complex experimental microscopy workflows. EAA integrates multimodal reasoning, tool-augmented action, and…

Multimodal Reasoning

Spider2-V: How Far Are Multimodal Agents From Automating Data Science and Engineering Workflows?

2024-07-15 · Ruisheng Cao, Fangyu Lei, Haoyuan Wu, Jixuan Chen 외

Data science and engineering workflows often span multiple stages, from warehousing to orchestration, using tools like BigQuery, dbt, and Airbyte. As vision language models (VLMs) advance in multimodal understanding and …

Code Generation