SEW: Self-Evolving Workflow—the proposed framework for automatically generating and optimizing multi-agent systems
CoRE: Code Representation and Execution—a unified framework integrating natural language, pseudo-code, and flow-based programming for defining workflows
BPMN: Business Process Model and Notation—a graphical standard for modeling business processes and workflows
GSR: Generation Successful Rate—the probability that a generated workflow produces executable Python code
LSR: Logical Successful Rate—the probability that a generated workflow is structurally valid according to the representation scheme
DE: Direct Evolution—an operator where an LLM directly modifies an agent's prompt using a mutation prompt
HE: Hyper Evolution—an operator where an LLM first modifies the mutation prompt itself, then uses the new mutation prompt to modify the agent
mutation prompt: A meta-prompt used to instruct an LLM on how to modify or improve another prompt (e.g., 'Modify this instruction to be more creative')
pass@k: A metric measuring the probability that at least one of the top k generated code samples is correct