Public Access
feat: use assistant context as meeting memory
PR and Push Build/Test / build-and-test (push) Successful in 9m34s
PR and Push Build/Test / build-and-test (push) Successful in 9m34s
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
## ADDED Requirements
|
||||
|
||||
### Requirement: Interactive agent uses assistant context as meeting memory
|
||||
The interactive agent window instructions SHALL identify each assistant context file as meeting-specific memory.
|
||||
|
||||
When the user asks the interactive agent to fix or investigate a meeting or summary, the instructions SHALL direct the agent to read the matching assistant context for clues about problems, missing information, assumptions, prior fixes, and conclusions.
|
||||
|
||||
After repairing a meeting or summary, the instructions SHALL direct the agent to append a concise record of its fixes and conclusions to the matching assistant context.
|
||||
|
||||
#### Scenario: Interactive agent repairs a meeting artifact
|
||||
- **GIVEN** a meeting has an assistant context file
|
||||
- **WHEN** the user asks the interactive agent to fix that meeting or its summary
|
||||
- **THEN** the agent instructions direct it to inspect the matching assistant context for relevant meeting-specific memory
|
||||
- **AND** direct it to append its fixes and conclusions to that assistant context
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
## ADDED Requirements
|
||||
|
||||
### Requirement: Summary agent preserves meeting-specific working memory
|
||||
When Meeting Assistant uses the built-in summary-agent instructions, those instructions SHALL identify assistant context as persistent meeting-specific memory.
|
||||
|
||||
The built-in instructions SHALL direct the summary agent to append unexpected problems, missing information, and assumptions encountered while summarizing to assistant context.
|
||||
|
||||
#### Scenario: Summarizer encounters uncertainty
|
||||
- **GIVEN** the built-in summary-agent instructions are in use
|
||||
- **WHEN** the summary agent encounters an unexpected problem, cannot find needed information, or must make an assumption
|
||||
- **THEN** its instructions direct it to append a concise record to the meeting's assistant context
|
||||
- **AND** later agents can discover that record when working on the same meeting
|
||||
Reference in New Issue
Block a user