AOV graph: Activity-on-Vertex graphโa directed graph where vertices represent tasks and edges represent precedence constraints (dependencies)
DAG: Directed Acyclic Graphโa graph structure with no loops, used here to ensure workflows have a clear start and end without circular dependencies
parallelism: A metric defined in this paper as the average ratio of subtasks executed per step, measuring how many agents work simultaneously
dependency complexity: A metric defined as the standard deviation of node degrees in the workflow graph, measuring how tangled the task dependencies are
MetaGPT: A multi-agent framework that assigns specific roles (e.g., Product Manager, Engineer) to LLMs and follows Standardized Operating Procedures
AutoGen: A framework enabling the development of LLM applications using multiple agents that can converse with each other to solve tasks
modularity: The design principle of decomposing a system into independent modules; here, it means creating subtasks that can run independently to minimize cascading failures