Skip to content

Bedrock Agent  >  Structures  >  AgentCollaboratorSummary

AgentCollaboratorSummary

Structure Class

AgentCollaboratorSummary dataclass

An agent collaborator summary.

Attributes

agent_descriptor instance-attribute
agent_descriptor: AgentDescriptor

The collaborator's agent descriptor.

agent_id instance-attribute
agent_id: str

The collaborator's agent ID.

agent_version instance-attribute
agent_version: str

The collaborator's agent version.

collaboration_instruction class-attribute instance-attribute
collaboration_instruction: str = field(repr=False)

The collaborator's collaboration instruction.

collaborator_id instance-attribute
collaborator_id: str

The collaborator's ID.

collaborator_name instance-attribute
collaborator_name: str

The collaborator's name.

created_at instance-attribute
created_at: datetime

When the collaborator was created.

last_updated_at instance-attribute
last_updated_at: datetime

When the collaborator was last updated.

relay_conversation_history instance-attribute
relay_conversation_history: RelayConversationHistory

The collaborator's relay conversation history.