Skip to content

Bedrock Agentcore  >  Structures  >  Branch

Branch

Structure Class

Branch dataclass

Contains information about a branch in an AgentCore Memory resource. Branches allow for organizing events into different conversation threads or paths.

Attributes

name instance-attribute
name: str

The name of the branch.

root_event_id class-attribute instance-attribute
root_event_id: str | None = None

The identifier of the root event for this branch.