Section 01
[Introduction] From Agent Loop to SGH Framework: A New Paradigm for LLM Agent Execution Based on Scheduling Theory
This paper focuses on the evolution of LLM agent execution paradigms and points out three structural weaknesses of the current mainstream agent loop: implicit dependencies, unbounded recovery loops, and variable execution history. By introducing a scheduling theory perspective (characterizing the agent loop as a single-ready unit scheduler), it proposes the Structured Graph Harness (SGH) framework, which elevates control flow from implicit context to an explicit static DAG. Through execution plan immutability, three-layer separation, and a strict escalation recovery protocol, SGH balances controllability, verifiability, and implementability, providing a new direction for building more reliable agent systems.