docs(aws-transform-agent-toolkit): pass required owner_contact_info to deploy pipeline#156
Merged
nadetastic merged 2 commits intoJun 26, 2026
Conversation
…o deploy pipeline deploy_agent_full_pipeline now requires owner_contact_info — it populates the agent's ownerContactInfo and the Agent Provider contactInfo, which the registry rejects when empty. Update the deploy workflow and pipeline guide so the guided flow collects an owner contact (new gather-step question) and every tool example passes it. The skip_registry example notes a contact is not required in that mode.
HellcatOvO
reviewed
Jun 26, 2026
HellcatOvO
approved these changes
Jun 26, 2026
nadetastic
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Companion to awslabs/agent-builder-toolkit-aws-transform#67, which makes
owner_contact_infoa required argument ofdeploy_agent_full_pipeline.That argument populates the agent's
ownerContactInfoand the Agent Providerextension
contactInfo, which the AWS Transform registry's agent-cardvalidation rejects when empty. With the tool arg now required, the steering must
collect and pass it, otherwise the guided deploy flow calls the tool without the
required argument.
Change
deploy-agent-workflow.md:renumber the subsequent questions.
owner_contact_infoto the Step 2 call example and the key-parameterslist.
deployment-pipeline-guide.md:owner_contact_infoto the MCP deployment-tools example.Docs only.