Uses of Class
org.machanism.machai.gw.tools.ProcessTerminationException
Packages that use ProcessTerminationException
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 ProcessTerminationException in org.machanism.machai.gw.processor
Methods in org.machanism.machai.gw.processor with parameters of type ProcessTerminationExceptionModifier and TypeMethodDescriptionprivate static intGhostwriter.handleProcessTermination(ProcessTerminationException exception) Handles an explicit process termination request raised by a processor or tool, logging the termination message and reason before returning the exit code requested by the exception.