Open neopostmodern opened 4 years ago
over at the schema repo i have one sample case
concerning model-flexibility: i don't think a single AI implementation necessarily needs to support different versions of the schema but if it's easy enough to pull off it won't hurt
in the more long-term i think we should implement a /meta
endpoint for the AI implementations where they report (among other things) all supported model versions of this implementation (vaguely referenced in the API spec draft
we could then have different versions of the (conceptually same) toy AI with different meta entries, or we have one generic implementation that responds an array of supported model versions
Where can I find a minimal berlin model schema so we can start the work for adapting the toy AIs? Another important thing: would we like to keep some flexibility to work with both london and berlin models or the goal is to make it fully compatible with berlin model only?