Expand description
Core agent trait and event stream type.
Structs§
- Agent
Capabilities - Runtime composition features an
Agentcan consume or enforce. - Agent
Topology - Portable topology metadata for a composed agent root.
- Agent
Topology Member - Portable description of a member in an agent composition.
- Agent
Topology Relationship - One exact directed relationship in a portable agent composition.
- Agent
Transfer Request - One proposed agent-to-agent transfer presented to a composite root.
- Resolved
Context - A validated context containing engineered instructions and resolved tool instances.
Enums§
- Agent
Interaction Mode - Primary interaction pattern exposed by an
Agent. - Agent
Relationship Kind - Control-flow semantics for one portable composition relationship.
- Agent
Transfer Decision - Result of asynchronous transfer governance.
Traits§
- Agent
- The fundamental trait for all ADK agents.
Type Aliases§
- Event
Stream - A pinned, boxed stream of
Eventresults emitted by an agent during execution.