Package eu.svjatoslav.alyverkko_cli.model
package eu.svjatoslav.alyverkko_cli.model
This package defines the model management system for the Älyverkko CLI. It includes classes for representing AI models and maintaining a library of available models.
Key features:
- Model metadata storage and validation
- Default model selection and management
- File system integration for model discovery
-
ClassesClassDescriptionRepresents an AI model stored on the filesystem with metadata about its capabilities and identification.A container (library) for multiple AI models, providing functionality for adding and retrieving models by alias.