🔍 Code Extractor

Search Components

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

Search Results for "asyncio"

Found 14 matching component(s)

  • function run_server

    Initializes and runs an asynchronous SMTP server with platform-specific event loop configuration and error handling.

    File: /tf/active/vicechatdev/email-forwarder/src/main.py

    server smtp asyncio event-loop windows-compatibility
  • class SMTPServer

    SMTPServer is a class that manages an SMTP server for receiving emails, handling their forwarding, and providing server statistics.

    File: /tf/active/vicechatdev/email-forwarder/src/forwarder/smtp_server.py

    smtp email server async networking
  • function run_smtp_server

    Initializes and runs an asynchronous SMTP server using a new event loop, with proper error handling and graceful shutdown.

    File: /tf/active/vicechatdev/email-forwarder/src/forwarder/smtp_server.py

    smtp email server async asyncio
  • function async_execute

    Wraps and schedules async function execution in the appropriate event loop context, ensuring proper lock propagation and document context management for Bokeh/Panel applications.

    File: /tf/active/vicechatdev/patches/server.py

    async event-loop bokeh panel tornado
  • 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
  • class RemarkableFileWatcher

    A unified file watcher class that monitors a reMarkable Cloud folder for new files, supporting both REST API and rmcl client implementations with automatic client type detection.

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

    file-watcher remarkable cloud-sync polling async
  • class LLMHandler

    Handles OpenAI LLM interactions with optimized prompts for analyzing handwritten and drawn content, providing comprehensive responses with optional hybrid graphics integration.

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

    openai llm gpt-4 image-analysis handwriting-recognition
  • class RemarkableEInkProcessor

    Enhanced E-Ink LLM Processor that extends EInkLLMProcessor with reMarkable Cloud integration, enabling file processing from both local directories and reMarkable Cloud storage.

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

    e-ink llm file-processing remarkable cloud-integration
  • 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 EInkFileHandler

    A file system event handler that monitors a directory for new files and automatically processes them asynchronously when detected.

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

    file-system event-handler async file-monitoring watchdog
  • class EInkLLMProcessor

    Main processor class that handles the complete workflow

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

    class einkllmprocessor
  • class RemarkableRestFileWatcher

    A file watcher class that monitors a specific folder on a reMarkable tablet using the REST API, polling for new files at regular intervals and triggering callbacks when new files are detected.

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

    file-watcher polling async remarkable-tablet rest-api
  • function main_v21

    Asynchronous main function that runs a reMarkable tablet file watcher as a separate process, monitoring a specified folder for new documents, processing them, and uploading responses back to the reMarkable Cloud.

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

    async file-watcher remarkable-tablet cloud-sync document-processing
  • 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