feat(a2a): expose fine-grained agent event stream - #2577
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
oss-maintainer
left a comment
There was a problem hiding this comment.
Summary
This PR modifies 3 files with 254 lines of diff.
Observations
- Files changed: 3
- Test coverage: ✅ Tests included
- CLA: ✅ Signed
Suggestions
- Please ensure all public API changes are backward compatible
- Consider adding unit tests for new logic paths
Automated review by github-manager-bot
|
Addressed the executor-side wiring noted in the review comment:
Validation at
The previous required Ubuntu run failed in the unrelated |
Summary
AgentRunner.streamEvents(...)to expose fine-grainedAgentEventstreaming for A2A runners.stream(...)API for backward compatibility and add regression coverage.Closes #2552.
Tests
mvn -pl agentscope-extensions/agentscope-extensions-protocol/agentscope-extensions-a2a/agentscope-extensions-a2a-server -am clean verifymvn -pl agentscope-extensions/agentscope-extensions-protocol/agentscope-extensions-a2a/agentscope-extensions-a2a-server -am -Dtest=AgentRunnerTest,AgentScopeAgentExecutorTest -Dsurefire.failIfNoSpecifiedTests=false testgit diff --check