agentle.agents.a2a.models.run_state¶
A2A Run State Model
This module defines the RunState class, which tracks the state of an agent’s execution in the A2A protocol. It maintains information about iterations, tool calls, responses, and token usage throughout the agent’s operation.
Functions
|
!!! abstract "Usage Documentation" |
Classes
|
Alias for pydantic.BaseModel. |
|
All the operations on a read-write sequence. |
|
Tracks the state of an agent's execution. |
|
Tracks and calculates token consumption in AI model interactions. |