feat(a2a-nats): add client tasks_get per-operation method - #337
Conversation
yordis
commented
Jun 18, 2026
- Per-op slice of the client handle: tasks/get is the standard poll path callers reach for after message/send, so it shouldn't make callers re-derive the subject and unary envelope.
Callers reach for tasks/get after message/send to poll long-running task state; the unary helper keeps the subject + envelope wiring out of every caller. Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
PR SummaryLow Risk Overview The method issues Unit tests cover agent vs gateway subjects, not-found mapping, and transport failures, aligned with Reviewed by Cursor Bugbot for commit 7c48e34. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA new Changestasks/get Operation on A2aClient
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Coverage SummaryDetailsDiff against mainResults for commit: 7c48e34 Minimum allowed coverage is ♻️ This comment has been updated with latest results |