Documentation
¶
Overview ¶
Package main demonstrates calling a remote A2A agent from an agent-sdk-go client. It connects to any A2A-compliant server (Google ADK, LangChain, or agent-sdk-go).
Prerequisites:
Start an A2A server first, e.g.: go run ./examples/a2a/server
Run with:
go run ./examples/a2a/client
Or specify a custom URL:
go run ./examples/a2a/client http://some-other-a2a-agent:9000
Click to show internal directories.
Click to hide internal directories.