From 50dea26a74e68324609b16aac35e2a33176ac742 Mon Sep 17 00:00:00 2001 From: Alex Emmet <111742636+Alex-Emmet@users.noreply.github.com> Date: Mon, 4 May 2026 22:16:42 +0200 Subject: [PATCH] Connector --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98fe4cb..8ceea3c 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,9 @@ use common::{Task, KrillConfig, ProjectMetadata, ...}; ## Purpose Instead of each component defining its own types, Commons centralizes: -- Communication message types -- Task definitions +- Communication message types (including training progress, control signals) +- Task definitions (JobType::Task, JobType::Training, JobType::DataPreparation) +- Training job payloads (TrainingJob, InferenceJob, TrainingMetrics, TrainingControl) - Configuration structures - Storage schemas