AgentCollaborator¶
Structure Class¶
AgentCollaborator
dataclass
¶
An agent collaborator.
Attributes¶
agent_descriptor
instance-attribute
¶
agent_descriptor: AgentDescriptor
The collaborator's agent descriptor.
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.
relay_conversation_history
class-attribute
instance-attribute
¶
relay_conversation_history: RelayConversationHistory | None = None
The collaborator's relay conversation history.