Uses of Class
org.machanism.machai.gw.processor.AbstractFileProcessor
Packages that use AbstractFileProcessor
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 AbstractFileProcessor in org.machanism.machai.gw.processor
Subclasses of AbstractFileProcessor in org.machanism.machai.gw.processorModifier and TypeClassDescriptionclassProcesses named action definitions (“acts”) and executes their prompts against a project, a project directory, or matching files by delegating the actual AI interaction toAIFileProcessor.classFile processor that drives a configuredGenaiprovider with project-aware context, prompt metadata, optional external prompt inclusions, public configuration substitution, and function-tool registration.classProcesses project files that contain inline guidance comments and dispatches the extracted instructions to the configured AI provider.