Expose structured observability when Agent context compaction rewrites history

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
活発

調査の方向性

Start at the existing TieredCompaction capability and the session snapshot path that persists rewritten history. Trace how a compaction result can be identified as an actual rewrite, then check existing server-side logging and tests around agent runs. Done means a delegated compaction operation emits the proposed fields only when history changes, without altering compaction behavior or public APIs.

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

説明

💪 enhancement
Self Checks
  • I have read the Contributing Guide and Language Policy.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.

When an Agent run approaches its configured context budget, TieredCompaction may rewrite the message history before the next model request. The rewritten history can then be persisted in the session snapshot.

From an operator's perspective, this creates a debugging challenge: the history may become shorter or be summarized without a corresponding runtime signal. It is difficult to answer whether compaction happened, what the context size was before and after, or whether a later behavioral change was related to context rewriting.

Today, this behavior can only be inferred indirectly by comparing history shapes or by reading the compaction implementation. A structured runtime signal would make production diagnosis and testing much easier.

2. Additional context or comments

A possible low-impact direction would be to wrap the existing TieredCompaction capability with an observability adapter. The adapter would delegate to the original compaction implementation unchanged and emit a server-side log only when the history is actually rewritten.

Useful fields could include:

  • run_id
  • target_tokens
  • before_message_count
  • after_message_count
  • before_estimated_tokens
  • after_estimated_tokens
  • tier, which may initially be unknown at the top-level compaction boundary

This would not change compaction triggering, token estimation, history retention behavior, or public APIs. It would only improve diagnosability. A UI-facing event can be considered separately if maintainers think it is useful.

3. Can you help us with this feature?
  • I am interested in contributing to this feature.
主要言語
TypeScript
スター
157k
フォーク
24.7k
平均マージ
22時間 32分
マージ済み PR(30日)
611

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

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

はじめの一歩

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

langgenius/dify のほかの issue

langgenius/dify の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

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

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