Uses of Class
org.machanism.machai.gw.processor.ActProcessor
Packages that use ActProcessor
Package
Description
Provides the project-aware processing layer used by Ghostwriter to traverse
projects and submit file, guidance, or act prompts to a configured GenAI
provider.
-
Uses of ActProcessor in org.machanism.machai.gw.processor
Fields in org.machanism.machai.gw.processor declared as ActProcessorMethods in org.machanism.machai.gw.processor that return ActProcessorModifier and TypeMethodDescriptionprivate static ActProcessorGhostwriter.createActProcessor(Scanner scanner, PropertiesConfigurator config, Ghostwriter.RuntimeSettings settings) Creates anActProcessorwith console-backed interactive input, overridingAIFileProcessor.input()to read from the CLI scanner instead of the default input source.Methods in org.machanism.machai.gw.processor with parameters of type ActProcessorModifier and TypeMethodDescriptionprivate static voidGhostwriter.configureActsLocation(org.apache.commons.cli.CommandLine cmd, PropertiesConfigurator config, ActProcessor actProcessor) Configures a custom acts location on the given processor when one is provided via the--actscommand-line option or configuration.private static voidGhostwriter.configureDefaultAct(org.apache.commons.cli.CommandLine cmd, PropertiesConfigurator config, Scanner scanner, ActProcessor actProcessor) Configures the default act to run when act mode is enabled.Constructors in org.machanism.machai.gw.processor with parameters of type ActProcessor