Documentation Index
Fetch the complete documentation index at: https://docs.arkor.ai/llms.txt
Use this file to discover all available pages before exploring further.
SDK overview
Thearkor package gives you three primitives that cover the typical project: define a trainer, wrap it in a project manifest, and let the CLI / Studio find it.
arkor dev and arkor start discover.
What’s here
| Topic | What you do with it |
|---|---|
createTrainer | Define a fine-tuning run: model, dataset, LoRA, hyperparameters. |
createArkor | Wrap a trainer into the manifest the CLI reads. |
DatasetSource | Tell the trainer where data comes from (HuggingFace name or blob URL). |
| Callbacks | Hook into the run: forward metrics, evaluate checkpoints, send notifications. |
infer | Call the in-flight model from inside onCheckpoint. |
| Trainer control | start, wait, cancel, abortSignal. Use these when running outside the CLI. |
Reference
For full type signatures, allTrainerInput fields, the auxiliary helpers (runTrainer, readCredentials, etc.), and the public-vs-internal export contract, see the SDK Reference.