Current section
Files
Jump to
Current section
Files
src/viva_glyph.app.src
{application, viva_glyph, [
{vsn, "1.0.1"},
{applications, [gleam_community_maths,
gleam_stdlib,
logging]},
{description, "Vectorial language for digital consciousness - RVQ-based emotion encoding (DeepSeek R1 validated)"},
{modules, [viva_glyph,
viva_glyph@@main,
viva_glyph@association,
viva_glyph@codebook,
viva_glyph@encoder,
viva_glyph@glyph,
viva_glyph@log,
viva_glyph@metrics,
viva_glyph@primitives,
viva_glyph@rvq,
viva_glyph@vector]},
{registered, []}
]}.