Interface: AgentCollaboratorProps
March 19, 2026 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / AgentCollaboratorProps
Interface: AgentCollaboratorProps
PROPS - Agent Collaborator Class
Properties
agentAlias
readonlyagentAlias:IAgentAlias
Descriptor for the collaborating agent.
This cannot be the TSTALIASID (agent.testAlias).
collaborationInstruction
readonlycollaborationInstruction:string
Instructions on how this agent should collaborate with the main agent.
collaboratorName
readonlycollaboratorName:string
A friendly name for the collaborator.
relayConversationHistory?
readonlyoptionalrelayConversationHistory?:boolean
Whether to relay conversation history to this collaborator.
Default
- undefined (uses service default)