MCPcopy Create free account
hub / github.com/google/adk-python / BaseAgentState

Class BaseAgentState

src/google/adk/agents/base_agent.py:80–85  ·  view source on GitHub ↗

Base class for all agent states.

Source from the content-addressed store, hash-verified

78
79@experimental(FeatureName.AGENT_STATE)
80class BaseAgentState(BaseModel):
81 """Base class for all agent states."""
82
83 model_config = ConfigDict(
84 extra='forbid',
85 )
86
87
88AgentState = TypeVar('AgentState', bound=BaseAgentState)

Calls

no outgoing calls