A2AClient
Proxy prompts to a remote A2A agent
A2AClient
Proxy prompts to a remote A2A agent
yaml
type: io.kestra.plugin.ai.agent.A2AClientExamples
yaml
id: a2a_agent
namespace: company.ai
inputs:
- id: prompt
type: STRING
tasks:
- id: agent
type: io.kestra.plugin.ai.agent.A2AClient
serverUrl: "http://localhost:10000"
prompt: "Summarize the following content: {{ inputs.prompt }}"