Support batch register agent endpoint#13957
Conversation
- Add BatchAgentEndpointRequestHandler to handle batch registration requests - Introduce AgentEndpointUtil utility class for conversion between endpoint formats - Add test cases related to batch registration - Add registerAgentEndpoint method in A2aService interface to support batch registration - Update AgentEndpointResponse and AiRemoteConstants to support new functionality Change-Id: Ib9b3ebfd2bea2c82920a8784e9d4de18dd9a7a82
Change-Id: Iae31c8392a56737f45aba01ec5e0949a5cbe09bf
|
Thanks for your this PR. 🙏 感谢您提交的PR。 🙏 |
|
|
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
XXXXX
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=trueto make sure basic checks pass. Runmvn clean install -DskipITsto make sure unit-test pass. Runmvn clean test-compile failsafe:integration-testto make sure integration-test pass.