@osyra/ome/inference
Pre-release — offline verification only: Offline verification from an authorized source checkout is usable. The memory/network RPC surface and any
api.osyra.aiexamples below describe protocol/interface shape only. The public Edge bridge, package publication, and release acceptance are still pending; do not treat this page as proof that customer network read/write is available.
Import: import { … } from "@osyra/ome/inference";
Re-exports
Symbols re-exported from another entry point. Follow the link for the full definition.
| Symbol | Defined in |
| --- | --- |
| InferenceArgs | InferenceArgs |
| InferenceClient | InferenceClient |
| InferenceClientOptions | InferenceClientOptions |
| InferenceMessage | InferenceMessage |
| InferenceResult | InferenceResult |
| OirMessage | OirMessage |
| OirParams | OirParams |
| TokenUsage | TokenUsage |
| assembleOutput | assembleOutput |
| assembleOutputB64 | assembleOutputB64 |
| emptyCapSpecDigest | emptyCapSpecDigest |
| outputHash | outputHash |
| paramsCbor | paramsCbor |
| paramsDigest | paramsDigest |
| promptHash | promptHash |
| promptPreimageMessages | promptPreimageMessages |
| promptPreimageString | promptPreimageString |
Functions
toHex
toHex(bytes: Uint8Array): stringLowercase hex of a digest — for cross-language KAT vector assertions.
| Parameter | Type | Description |
| --- | --- | --- |
| bytes | Uint8Array | |