feat(agentregistry): Add Agent Registry Agent resource#17969
feat(agentregistry): Add Agent Registry Agent resource#17969JamesDuncanNz wants to merge 3 commits into
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit f3c0ffc: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_agent_registry_agent" "primary" {
agent_spec {
content = # value needed
}
}
Missing service labelsThe following new resources do not have corresponding service labels:
If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels. Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @JamesDuncanNz VCR tests complete for f3c0ffc! |
This adds a new example 'agent_registry_agent_full' which uses 'A2A_AGENT_CARD' type and provides a mock JSON content. This covers the 'agent_spec.content' field in acceptance tests, resolving the missing test coverage warning. TAG=agy CONV=dd28f7a3-e9fb-4833-81a4-72ce577e3c5f
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 5290c5a: Diff reportYour PR generated the following diffs in downstream repositories:
Missing service labelsThe following new resources do not have corresponding service labels:
If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels. Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 7 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log |
This PR introduces the
google_agent_registry_agentresource to thegoogle-betaprovider. This resource enables users to manage registered Agents within the Google Cloud Agent Registry.Key Features:
google_agent_registry_agent.display_nameanddescription.interfacesblock to define connection details (destination URL and protocol bindings:HTTP_JSON,JSONRPC,GRPC).agent_specblock to define the agent specification (type and JSON content).Acceptance Tests Status:
The acceptance tests have been run successfully locally against the
duncanjames-agw-tfproject.Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.