CapabilitiesRun your Agent

Run your Agent

An Agent is configuration; a Turn is one metered execution of that configuration. A Session is stored conversation state used by some Turns, not a requirement for every execution mode.

Choose an execution mode

What every Turn shares

Every Turn resolves an Agent and either its latest Version or a configured Version Pin. The platform applies the ordinary quota gate, runs the model and Tool loop, records the resolved Version and Attribution in usage, and settles usage after success, failure, or cancellation.

Failure does not make every mode look alike: a failed interactive Turn does not change its Session transcript, while stateless Turns have no transcript and Task runs keep their own lifecycle. Follow the mode page for its persistence and recovery behavior.

Reference

On this page