Problem Statement
The a2a-sdk's A2AClient class that observe-sdk's A2AInstrumentor relies on has been deprecated since v0.3.0: https://github.com/a2aproject/a2a-python/blob/v0.3.0/src/a2a/client/legacy.py#L40-L41.
The community has introduced a new pattern for creating client to agents:
Proposed Solution
We should start moving away from A2AClient and start adapting the newly introduced pattern.
Alternatives Considered
No response
Additional Context
No response
Checklist