Uses of Class
org.machanism.machai.gw.tools.LimitedStringBuilder
Packages that use LimitedStringBuilder
Package
Description
Provides host-integrated function tool implementations used by Ghostwriter to
expose local file-system, command-line, web, act-management, and project-context
capabilities to AI providers.
-
Uses of LimitedStringBuilder in org.machanism.machai.gw.tools
Methods in org.machanism.machai.gw.tools that return LimitedStringBuilderModifier and TypeMethodDescriptionAppends text to this builder, trimming any excess characters from the start to stay within the configured maximum size.Methods in org.machanism.machai.gw.tools with parameters of type LimitedStringBuilderModifier and TypeMethodDescription(package private) StringCommandFunctionTools.waitAndCollect(Process process, Future<?> stdoutFuture, Future<?> stderrFuture, LimitedStringBuilder output, String commandId) Waits for the process to finish (up toCommandFunctionTools.processTimeoutSeconds) and then returns collected output.