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

'infra single-project' fails when run after `deploy` for agent_runtime

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

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

評価

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

調査の方向性

まず agents-cli deployagents-cli infra single-project のフローから始め、続いて skills/google-agents-cli-observability/SKILL.md にある操作順序のガイダンスを読んでください。その順序でコマンドを再現し、single-project が 2 つ目のインスタンスを作成するのではなく既存の Reasoning Engine を更新し、serving インスタンスに observability 変数が付加されていることを確認してください。

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

説明

known issue
Problem

When using Agent Runtime (Reasoning Engine), running agents-cli infra single-project after an initial agents-cli deploy does not work as intended.

infra single-project uses terraform, but deploy does not and uses an API instead. This means that when single-project tries to use terraform to update, it doesn't have visibility into the existing reasoning engine resource already created. So, the terraform apply invoked by single-project silently provisions a second Reasoning Engine instance with the same name.

This leads to:

  • Observability environment variables being wired to the new (empty) instance.
  • The original (serving) instance remaining without observability configuration.
Workarounds

See https://github.com/google/agents-cli/blob/main/skills/google-agents-cli-observability/SKILL.md#order-of-operations-for-agent_runtime-deployments

The short version though: either run single-project before deploy so tracking is properly established, or fix it manually using the above instructions.

Ref: b/504375097

主要言語
Python
スター
6k
フォーク
670
PR マージ指標
30日以内にマージされた PR はありません

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

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

はじめの一歩

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

google/agents-cli のほかの issue

google/agents-cli の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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