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
  • Adding TOCOMPUTE headers to files
  • Classes
    Class
    Description
    This command recursively adds a TOCOMPUTE header to all non-hidden files in the current directory that do not already have one.
    The 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.