Documentation
¶
Index ¶
Constants ¶
View Source
const MaxBashOutputBytes = 256 * 1024
MaxBashOutputBytes bounds command output in memory while leaving enough of both ends to diagnose failures. The agent applies its own final transcript cap, but the tool must not buffer an unbounded command before reaching it.
View Source
const MaxReadBytes = 256 * 1024
MaxReadBytes caps the total bytes ReadFile will return in a single call. Files larger than this must be paged via offset/limit.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶
Click to show internal directories.
Click to hide internal directories.