Package eu.svjatoslav.alyverkko_cli.configuration
package eu.svjatoslav.alyverkko_cli.configuration
This package handles the configuration system for the Älyverkko CLI application. It provides classes for storing and retrieving application-wide settings, including model configurations, directory paths, and performance parameters.
Configuration is stored in YAML format and includes:
- Model directory paths
- Mail task directories
- Performance settings (thread counts, temperature)
-
ClassesClassDescriptionCentral configuration class storing all application parameters.Helper class for configuration file operations.Represents a single AI model configuration entry, including alias, path to the model file, token context size, and an optional end-of-text marker.