Table of Contents

Namespace LMKit.Agents.Tools.BuiltIn.IO

Classes

CompressTool

A built-in tool for compression and archive operations.

Create, extract, and inspect ZIP archives.

CompressToolOptions

Configuration options for CompressTool.

EnvironmentTool

A built-in tool for accessing environment and system information.

Provides access to environment variables, system info, and runtime details.

EnvironmentToolOptions

Configuration options for EnvironmentTool.

FileSystemTool

A built-in tool for file system operations.

Enables agents to read, write, list, and manage files and directories.

FileSystemToolOptions

Configuration options for FileSystemTool.

ProcessTool

A built-in tool for executing shell commands and processes.

Enables agents to run programs, execute scripts, and capture output.

ProcessToolOptions

Configuration options for ProcessTool.

WatchTool

A built-in tool for monitoring file system changes.

Watch directories for file creation, modification, deletion, and renaming.

WatchToolOptions

Configuration options for WatchTool.