Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

A2A Agents don't seem to support streaming via "agentcore invoke"

オープン
#1,887 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
typescript
領域
api, cli

調査の方向性

まず、CLI バージョン 0.25.0 で HTTP エージェントと A2A エージェントの両方について、agentcore add、agentcore deploy、agentcore invoke --runtime <agent-name> --stream のフローを再現します。ストリーミングの動作を比較し、各エージェントタイプで --stream を処理する CLI のエントリーポイントを追跡します。A2A の動作が明確になり、HTTP と同様にストリーミングするか、明示的に未サポートとしてドキュメント化されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

bug
Description

Not sure if this is supposed to be a bug or intended behavior.

This document (https://a2a-protocol.org/latest/topics/streaming-and-async/) suggests streaming may be supported by A2A servers (agentcore runtimes in our case). It seems that is not the case as of v0.25. Are there plans to support it (like with HTTP agents)?

Steps to Reproduce
  1. Run "agentcore add"
  2. Create a HTTP and an A2A agent.
  3. Run "agentcore deploy"
  4. Run "agentcore invoke --runtime --stream" on each
Expected Behavior

Both the HTTP agent and the A2A agent should stream the result.

Actual Behavior

Only the HTTP agent does so. A2A sends the entire response at once.

CLI Version

0.25.0

Operating System

macOS

Additional Context

No response

主要言語
TypeScript
スター
291
フォーク
96
平均マージ
21時間 31分
マージ済み PR(30日)
217

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

aws/agentcore-cli のほかの issue

aws/agentcore-cli の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。