-
-
Notifications
You must be signed in to change notification settings - Fork 2
Add --show-tester-messages flag to display tester agent output in a2a tests #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: xavidop <[email protected]>
Co-authored-by: xavidop <[email protected]>
Co-authored-by: xavidop <[email protected]>
…sistency Co-authored-by: xavidop <[email protected]>
Co-authored-by: xavidop <[email protected]>
Co-authored-by: xavidop <[email protected]>
Co-authored-by: xavidop <[email protected]>
Copilot
AI
changed the title
[WIP] Add logging for messages from tester agent
Add --show-tester-messages flag to display tester agent output in a2a tests
Dec 5, 2025
Owner
|
@copilot set ShowTesterMessages when teh server mode starts |
Co-authored-by: xavidop <[email protected]>
Contributor
Author
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.
Display tester agent messages in agent-to-agent test logs, controlled by a new global flag.
Agent-to-agent tests using OpenAI only showed responses from the Voiceflow agent under test, not messages generated by the tester agent. This made it difficult to understand how the tester agent generates its messages based on goal and persona.
Changes
Added
--show-tester-messagesglobal flag (default:true)Updated
AgentTestRunner(OpenAI tester)"Tester agent message: <message>"Updated
VoiceflowAgentTestRunner(Voiceflow tester)"Tester agent says: <message>"Updated server mode (
cmd/server.go)ShowTesterMessages = truewhen server starts for better observability in API-based test executionUsage
Related to agent-to-agent testing improvements and test observability.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.