Package eu.svjatoslav.alyverkko_cli.commands
package eu.svjatoslav.alyverkko_cli.commands
This package implements all subcommands available in the Älyverkko CLI application. Each command class provides a specific functionality through the Command interface.
Available commands include:
- Wizard-style configuration builder
- Model listing and management
- File joining for multi-file processing
- Mail-based AI task processing
-
ClassesClassDescriptionThe JoinFilesCommand aggregates multiple files (optionally matching a specific pattern) into a single file for AI processing, typically in the mail directory.Displays all available AI models in the configured models directory.Interactive configuration wizard that helps users validate and fix their configuration files.