🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "onedrive"

Found 9 matching component(s)

  • class MixedCloudProcessor

    A cloud integration processor that monitors both OneDrive and reMarkable Cloud for input PDF files, processes them through an API, and manages file synchronization between cloud services.

    File: /tf/active/vicechatdev/e-ink-llm/mixed_cloud_processor.py

    cloud-integration file-watcher async onedrive remarkable
  • function create_mixed_processor

    Factory function that instantiates and returns a MixedCloudProcessor object configured with OneDrive and reMarkable cloud integration settings.

    File: /tf/active/vicechatdev/e-ink-llm/mixed_cloud_processor.py

    factory-function cloud-integration onedrive remarkable document-processing
  • function test_onedrive_auth

    Asynchronous function that tests OneDrive authentication by loading configuration from a JSON file and attempting to obtain an access token.

    File: /tf/active/vicechatdev/e-ink-llm/test_mixed_mode.py

    authentication onedrive async testing cloud-storage
  • function test_mixed_mode_dry_run

    Asynchronous test function that validates mixed mode initialization by testing reMarkable Cloud authentication and OneDrive configuration without processing any files.

    File: /tf/active/vicechatdev/e-ink-llm/test_mixed_mode.py

    testing async integration-test dry-run remarkable-cloud
  • function main_v103

    Asynchronous main entry point for a test suite that validates Mixed Cloud Processor functionality, including authentication, discovery, and dry-run operations for reMarkable and OneDrive integration.

    File: /tf/active/vicechatdev/e-ink-llm/test_mixed_mode.py

    async testing cloud-integration remarkable onedrive
  • function load_onedrive_config

    Loads OneDrive configuration from a JSON file and returns it as a dictionary, with error handling for missing or invalid files.

    File: /tf/active/vicechatdev/e-ink-llm/main.py

    configuration file-loading json onedrive cloud-storage
  • function main_v68

    Async entry point for an E-Ink LLM Assistant that processes handwritten/drawn content using AI vision models, supporting local files, reMarkable Cloud, and OneDrive integration.

    File: /tf/active/vicechatdev/e-ink-llm/main.py

    async cli entry-point file-processing ai-vision
  • class OneDriveClient

    A comprehensive Microsoft OneDrive client that uses the Microsoft Graph API to authenticate and perform file operations (upload, download, list, delete) on OneDrive storage.

    File: /tf/active/vicechatdev/e-ink-llm/onedrive_client.py

    onedrive microsoft-graph cloud-storage file-operations authentication
  • class OneDriveProcessor

    OneDriveProcessor is a class that monitors a OneDrive folder for new files, processes them using an E-Ink LLM Assistant, and uploads the results back to OneDrive.

    File: /tf/active/vicechatdev/e-ink-llm/onedrive_client.py

    onedrive file-processing cloud-storage async file-watcher

Search Examples