Workglow meta-package: re-exports all @workglow/* packages for convenient single-import usage.
Dataset package for Workglow.
Supabase backends for @workglow/storage and @workglow/job-queue.
IndexedDB backends for @workglow/storage and @workglow/job-queue.
Postgres backends for @workglow/storage and @workglow/job-queue.
Ollama provider for @workglow/ai.
SQLite backends for @workglow/storage and @workglow/job-queue (includes sqlite-vector).
Browser-control tasks for Workglow (CDP base + IBrowserContext abstraction). Backends ship as separate provider packages: @workglow/playwright, @workglow/electron, @workglow/bun-webview.
Anthropic Claude provider for @workglow/ai.
OpenAI provider for @workglow/ai.
Chrome built-in AI provider for @workglow/ai.
Google Gemini provider for @workglow/ai.
TensorFlow MediaPipe provider for @workglow/ai (browser only).
HuggingFace Transformers.js provider for @workglow/ai.
Utility functions and shared types for Workglow, providing common functionality across all packages.
Job queue management for Workglow, handling task scheduling, execution, and distributed processing.
Storage abstraction layer for Workglow, supporting IndexedDB, PostgreSQL, and Supabase with unified interfaces.
Core AI functionality for Workglow, including task execution, model management, and AI pipeline orchestration.
Model Context Protocol tasks and plumbing for Workglow.
HuggingFace Inference API provider for @workglow/ai.
Task graph management for Workglow, providing DAG construction, execution planning, and workflow orchestration.
Pre-built task implementations for Workglow, including common AI operations and utility functions.
node-llama-cpp provider for @workglow/ai.
Command-line interface example for Workglow, demonstrating how to build and run AI task pipelines from the terminal.