CallerDetails Class

Composite caller details for agent-to-agent (A2A) scenarios.

Groups the human caller identity and the calling agent identity together.

Constructor

CallerDetails(user_details: UserDetails | None = None, caller_agent_details: AgentDetails | None = None)

Parameters

Name Description
user_details
Default value: None
caller_agent_details
Default value: None

Attributes

caller_agent_details

Details about the calling agent in A2A scenarios.

caller_agent_details: AgentDetails | None = None

user_details

Details about the human user in the call chain.

user_details: UserDetails | None = None