Essentia (AetherOS): Difference between revisions
Jump to navigation
Jump to search
AdminIsidore (talk | contribs) No edit summary |
AdminIsidore (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 150: | Line 150: | ||
1. '''Human-Readable Glossaries''' (`ooda.wiki/wiki/[LatinName]:Glossary_of_Terms`): Curated by experts, these provide clear definitions, contexts, and examples for each essence’s core concepts. For example, `materia` in *Physica* links to physical laws and material properties. | 1. '''Human-Readable Glossaries''' (`ooda.wiki/wiki/[LatinName]:Glossary_of_Terms`): Curated by experts, these provide clear definitions, contexts, and examples for each essence’s core concepts. For example, `materia` in *Physica* links to physical laws and material properties. | ||
2. '''AI-Optimized JSONs''' (`ooda.wiki/aether/[LatinName]:Glossary_of_Terms`): Structured for training, these include terms, associations, data chunks, and SAGA parameters. Example JSON for *Physica*: | 2. '''AI-Optimized JSONs''' (`ooda.wiki/aether/[LatinName]:Glossary_of_Terms`): Structured for training, these include terms, associations, data chunks, and SAGA parameters. Example JSON for *Physica*: | ||
<nowiki> | |||
json | |||
{ | { | ||
"term": "materia", | "term": "materia", | ||
Line 161: | Line 162: | ||
} | } | ||
} | } | ||
</nowiki> | |||
=== Pywikibot: Aquinas === | === Pywikibot: Aquinas === | ||
This script demonstrates how [[Salii_(AetherOS)|Salii]] can create or edit an Essentia: entry using [[pywikibot]], leveraging SMW properties. | This script demonstrates how [[Salii_(AetherOS)|Salii]] can create or edit an Essentia: entry using [[pywikibot]], leveraging SMW properties. | ||
< | <nowiki> | ||
import pywikibot | import pywikibot | ||