Skip to content

Capabilities

Context Services

SharePoint Context Gateway

  • source of truth: README.md, scripts/scan-sharepoint-graph.py
  • purpose: provide a stable workspace entrypoint for agents to access OVES SharePoint resources

SharePoint Site Discovery

  • source of truth: scripts/scan-sharepoint-graph.py, README.md
  • purpose: list accessible SharePoint sites for the authenticated user

Folder And File Scan

  • source of truth: scripts/scan-sharepoint-graph.py, README.md
  • purpose: inspect shared folders and enumerate files from SharePoint links

File Analysis

  • source of truth: scripts/scan-sharepoint-graph.py, README.md
  • purpose: analyze supported files, especially PowerPoint content, and turn them into structured agent-usable context

Moderate Curation

  • source of truth: README.md, analyses/, docs/context/contracts.md
  • purpose: retain selective inventories, summaries, and analysis outputs without trying to mirror or replace SharePoint document management

Authentication And Permissions

  • source of truth: README.md
  • purpose: define the OAuth flow, cached token behavior, and required Graph scopes

Session And Output Handling

  • source of truth: README.md, analyses/
  • purpose: explain workspace-wide cache location and analysis output patterns