Vitalis_Core / storage /curriculum /modules /module_01.json
FerrellSyntheticIntelligence
Build real training controller and first curriculum module
6e90547
raw
history blame contribute delete
588 Bytes
{
"module_id": "module_01",
"title": "Basic Input Recognition",
"description": "Trains Vitalis to correctly categorize basic input types",
"training_data": [
{"input": "how do you work", "expected": "QUERY_DETECTED"},
{"input": "what are you", "expected": "QUERY_DETECTED"},
{"input": "train me on this", "expected": "TRAINING_SIGNAL"},
{"input": "learn from this data", "expected": "TRAINING_SIGNAL"},
{"input": "hello", "expected": "INPUT_RECEIVED"},
{"input": "build something new", "expected": "INPUT_RECEIVED"}
]
}