Skip to main content

Module agent

Module agent 

Source
Expand description

Core agent trait and event stream type.

Structs§

AgentCapabilities
Runtime composition features an Agent can consume or enforce.
AgentTopology
Portable topology metadata for a composed agent root.
AgentTopologyMember
Portable description of a member in an agent composition.
AgentTopologyRelationship
One exact directed relationship in a portable agent composition.
AgentTransferRequest
One proposed agent-to-agent transfer presented to a composite root.
ResolvedContext
A validated context containing engineered instructions and resolved tool instances.

Enums§

AgentInteractionMode
Primary interaction pattern exposed by an Agent.
AgentRelationshipKind
Control-flow semantics for one portable composition relationship.
AgentTransferDecision
Result of asynchronous transfer governance.

Traits§

Agent
The fundamental trait for all ADK agents.

Type Aliases§

EventStream
A pinned, boxed stream of Event results emitted by an agent during execution.