Public Access
1.4 KiB
1.4 KiB
MODIFIED Requirements
Requirement: Agents can use project context tools
The summary agent SHALL expose these project and retrieval tools:
list_projectslist_projectfilesread_projectfilewrite_projectfilelist_past_project_meetingsread_past_project_meeting_summarysearch
The search tool SHALL search the requested current-meeting project scope, or all projects assigned to the current meeting when no project scope is supplied.
The search tool SHALL search both configured project files for the scoped projects and past meeting summary notes in the configured summaries folder whose frontmatter projects intersect the scoped projects.
The search tool SHALL refuse requested project scopes that are not assigned to the current meeting.
Scenario: Agent searches past project meeting summaries
- GIVEN the current meeting note is assigned to
Project X - AND a prior summary note in the configured summaries folder is assigned to
Project X - WHEN the summary agent searches for a keyword
- THEN Meeting Assistant returns matches from both
Project Xproject files and matching past summary notes
Scenario: Agent search rejects out-of-scope project
- GIVEN the current meeting note is assigned to
Project X - WHEN the summary agent searches with project scope
Project Z - THEN Meeting Assistant refuses the request because
Project Zis not assigned to the current meeting