Skip to content

Bedrock Agent  >  Structures  >  AgentCollaborator

AgentCollaborator

Structure Class

AgentCollaborator dataclass

An agent collaborator.

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.

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

The collaborator's client token.

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

The collaborator's instructions.

collaborator_id instance-attribute
collaborator_id: str

The collaborator's collaborator ID.

collaborator_name instance-attribute
collaborator_name: str

The collaborator's collaborator 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 updated.

relay_conversation_history class-attribute instance-attribute
relay_conversation_history: RelayConversationHistory | None = None

The collaborator's relay conversation history.