harn-stdlib 0.10.52

Embedded Harn standard library source catalog
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * std/model_job — one typed lifecycle for local and hosted model work.
 *
 * Backends translate their native queue API into the closed Harn states. The
 * runtime then owns transitions, polling, cancellation, events, durable media
 * assets, and replay.
 */
pub import "std/media/asset"
pub import "std/model_job/comfyui"
pub import "std/model_job/contracts"
pub import "std/model_job/openai"
pub import "std/model_job/runtime"
pub import "std/model_job/testing"