Files
T
codex 3cadf08fa2
PR and Push Build/Test / build-and-test (push) Successful in 9m34s
feat: use assistant context as meeting memory
2026-07-17 11:26:49 +02:00

1.3 KiB

Why

The automatic summarizer and interactive agent window can encounter uncertainty, missing information, and repair conclusions that are useful to later work on the same meeting. Those observations currently depend on the active agent turn instead of being consistently preserved in the meeting's assistant context.

What Changes

  • Treat each assistant context file as meeting-specific memory shared by agents working on that meeting.
  • Guide the automatic summarizer to record unexpected problems, missing information, and assumptions in assistant context.
  • Guide the interactive agent window to consult assistant context when repairing a meeting or summary.
  • Guide the interactive agent window to append its fixes and conclusions to assistant context for future work on that meeting.

Capabilities

New Capabilities

None.

Modified Capabilities

  • meeting-summary: Define the automatic summarizer's responsibility to persist uncertainty and problems in meeting-specific assistant context.
  • meeting-session: Define how the interactive agent window uses and updates assistant context during meeting and summary repairs.

Impact

  • Summary-agent default instructions and their behavior tests.
  • Interactive agent-window instructions and their behavior tests.
  • Agent documentation describing assistant context usage.