Skip to main content
Environment variables let you configure the Guild agent runtime without changing code. Set them in your deployment environment or pass them when running agents locally.

Agent runtime

VariableTypeDefaultDescription
GUILD_MAX_BUDGET_REFRESHESNumber10Sets the maximum number of consecutive step budget refreshes allowed before stopping the agent (each refresh is 1,000 steps). Serves as a circuit breaker for synchronous infinite loops without yielding.