MAS: Multi-Agent System—a network of autonomous agents that collaborate to solve complex problems
Topology: The structural design of a MAS, determining which agents participate and how they communicate (the 'org chart' of the agents)
TAGSE: Task-Aware Graph State Encoder—a module proposed in this paper that filters node information based on the specific task query using gated message passing
MoE: Mixture of Experts—a neural architecture where different sub-networks ('experts') are dynamically selected to handle different inputs
One-for-One: A design paradigm where a specific model is trained for and applicable to only one specific task domain
One-for-All: A design paradigm where a single universal model handles tasks across multiple diverse domains
Autoregressive: Generating a structure one part at a time, where each step depends on the previous steps (e.g., adding node 1, then node 2, then edges)