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

Support custom payload fields in the agentcore dev Web UI

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
68/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
typescript
領域
frontend

調査の方向性

まず agentcore dev Web UI のリクエストフローを追跡し、issue に記載された /invocations ペイロードと比較します。プロンプトの横にオプションの JSON コンテキストエディターを追加し、送信されたカスタムフィールドが agent に届くこと、また既存の session ID とプロンプトの動作が引き続き機能することを確認します。

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

説明

enhancement
Description

Thanks for building AgentCore — it’s been really helpful for developing and running AI agents.

The agentcore dev Web UI currently seems to support only a session ID and prompt.

It would be useful to also provide custom request context. For example:

{
  "prompt": "Why did this change?",
  "context": {
    "current_menu": "sales_forecast",
    "reference_date": "2026-08-01"
  }
}

In real applications, agents often need request-specific context such as the current page/menu, reference date, selected item, or filters. This context can change between requests, so a session ID alone is not enough.

Currently, this can be tested by calling /invocations directly, but not through the dev Web UI.

Would it be possible to add an optional JSON payload/context editor to the agentcore dev Web UI?

Thanks again for all the work on AgentCore!

Acceptance Criteria
  • The agentcore dev Web UI allows users to provide additional custom JSON fields alongside the prompt.
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 を短くまとめたダイジェスト。