Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/evals / loaders

loaders

Dataset loaders. Every loader returns a fully-materialised Dataset that the runner can iterate over without further I/O. Streaming loaders are a post-MVP follow-up.

Functions

FunctionDescription
groupAndExtractPure parser for the trace JSONL format. Exported so tests can exercise the extraction without touching the filesystem.

References

fromIterable

Re-exports fromIterable


FromTracesOptions

Re-exports FromTracesOptions


loadCsvDataset

Re-exports loadCsvDataset


LoadCsvOptions

Re-exports LoadCsvOptions


loadDatasetFromTraces

Re-exports loadDatasetFromTraces


loadDmrDataset

Re-exports loadDmrDataset


LoadDmrOptions

Re-exports LoadDmrOptions


loadJsonlDataset

Re-exports loadJsonlDataset


LoadJsonlOptions

Re-exports LoadJsonlOptions


loadLocomoDataset

Re-exports loadLocomoDataset


LoadLocomoOptions

Re-exports LoadLocomoOptions


loadLongMemEvalDataset

Re-exports loadLongMemEvalDataset


LoadLongMemEvalOptions

Re-exports LoadLongMemEvalOptions


MemoryEvalAbility

Re-exports MemoryEvalAbility


MemoryEvalInput

Re-exports MemoryEvalInput


MemoryEvalSession

Re-exports MemoryEvalSession


MemoryEvalTurn

Re-exports MemoryEvalTurn


parseCsv

Re-exports parseCsv


parseDmr

Re-exports parseDmr


parseJsonl

Re-exports parseJsonl


parseLocomo

Re-exports parseLocomo


parseLongMemEval

Re-exports parseLongMemEval


TraceEvent

Re-exports TraceEvent