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

Custom Metadata Support In `RunConfig`

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

@hemasekhar-p がすでに取り組んでいます。

2026年2月17日 から。

評価

この issue はまだ評価されていません。

説明

needs review

Please, tell me will customMetadata support in RunConfig be added in Google Java ADK like in Python? Python ADK reference

Case: we have additional information injection (context info) before the start of runner, but providing it in the content is a wrong approach, cause ADK framework with LLM under the hood parse request and final JSON contain only a message provided by user. It doesn't includes .

An example of injected content in prompt (the content will be run from Runner):

{
  "user_request" : "Return a JSON you've been prompted.",
  "information_about_user" : {
    "name" : "Valerii",
    "surname" : "Fedorovych"
  },
  "current_time" : "2026-02-17T10:37:53.706185753+02:00"
}

Actual JSON processing by LLM:

{
  "request": {
    "agent": "main_coordinator",
    "user_id": "user_777_investor",
    "session_id": "session_finance_tracker_001",
    "message": "Return a JSON you've been prompted.",
    "context": {
      "previous_messages": [
      ],
      "user_profile": {
        "name": null,
        "goals": [
          "real_estate_investment"
        ]
      }
    },
    "timestamp": "2024-05-22T14:25:00Z"
  }
}

Looks like a custom_metadata used in run_config in Python ADK can resolve the issue.

主要言語
Java
スター
1.7k
フォーク
421
平均マージ
3日 10時間
マージ済み PR(30日)
34

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

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

はじめの一歩

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

google/adk-java のほかの issue

google/adk-java の issue をすべて見る

似ている issue

Java の issue をもっと見る

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

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