Defined Term

Agent Runner

The infrastructure layer that boots an agent, feeds it game state, executes its actions, and reports results.

The agent runner is the execution infrastructure that takes a configured agent, connects it to a live game, feeds it the current state on each tick, executes the actions it returns, and reports the final result. It is the bridge between the abstract agent model and the concrete game simulation. ForgeAI's agent runner handles sandboxing, timeouts, and result settlement.

Related Terms