Engine

Module Loader

Handles module installation, loading, and management. ModuleManifest Pydantic model for module.json validation. class ModuleManifest(BaseModel): id: str name: str version: str...

Updated February 13, 2026

Job Scheduler

Async job execution engine that manages module runs, checkpoints, and lifecycle. JobContext Context object passed to running modules providing logging...

Updated February 13, 2026
← Back to Chubes.net