dwctl 8.39.0

The Doubleword Control Layer - A self-hostable observability and analytics platform for LLM applications
1
2
3
4
5
6
7
8
//! External data source connections and sync pipeline.
//!
//! This module provides:
//! - [`provider`]: Trait and implementations for source providers (S3, etc.)
//! - [`sync`]: Underway job definitions for the sync/ingest/activate pipeline

pub mod provider;
pub mod sync;