agentCard

inline fun agentCard(init: AgentCardBuilder.() -> Unit): AgentCard(source)

Top-level DSL function for creating AgentCard.

Return

A new AgentCard instance.

Parameters

init

The lambda to configure the agent card.


Java-friendly top-level DSL function for creating AgentCard.

Return

A new AgentCard instance.

Parameters

init

The consumer to configure the agent card.