Uses of Interface
eu.svjatoslav.alyverkko_cli.Command
Packages that use Command
Package
Description
This package implements all subcommands available in the Älyverkko CLI application.
This subpackage implements the mail-based AI task processing functionality.
-
Uses of Command in eu.svjatoslav.alyverkko_cli.commands
Classes in eu.svjatoslav.alyverkko_cli.commands that implement CommandModifier and TypeClassDescriptionclassThe JoinFilesCommand aggregates multiple files (optionally matching a specific pattern) into a single file for AI processing, typically in the mail directory.classDisplays all available AI models in the configured models directory.classInteractive configuration wizard that helps users validate and fix their configuration files. -
Uses of Command in eu.svjatoslav.alyverkko_cli.commands.task_processor
Classes in eu.svjatoslav.alyverkko_cli.commands.task_processor that implement CommandModifier and TypeClassDescriptionclassTODO: What happens when directory gets renamed ? Will event listener reindex all files inside it for processing ? The TaskProcessorCommand continuously monitors a specified tasks directory for new or modified text files, checks if they have a "TOCOMPUTE:" marker, and if so, adds them to a priority queue to be processed in priority order.