studio: load context graph and dataset registry

This commit is contained in:
scawful
2025-12-30 11:04:09 -05:00
parent 5db5f87a68
commit 573ebf8247
11 changed files with 393 additions and 13 deletions

View File

@@ -16,6 +16,12 @@ cmake --build build --target afs_studio
./build/apps/studio/afs_studio
```
## Data sources
- Training data path: `~/src/training` if present, otherwise `~/.context/training` (override with CLI arg).
- Context graph: `AFS_GRAPH_PATH` or `${AFS_CONTEXT_ROOT}/index/afs_graph.json` (defaults to `~/src/context` or `~/.context`).
- Dataset registry: `AFS_DATASET_REGISTRY` or `${AFS_TRAINING_ROOT}/index/dataset_registry.json`.
## Features
- **Dashboard**: Training metrics overview