Skip to main content

Crate lash_tools

Crate lash_tools 

Source
Expand description

Built-in tool suite for the lash agent runtime.

Each module is a self-contained tool family sharing the lash_tool_support utility layer:

  • files โ€” files.read / files.glob / files.edit / files.write
  • shell โ€” shell.exec / shell.start / shell.write
  • web โ€” web.fetch / web.search

CLI-owned local grep lives in the separate lash-search-tools crate so non-CLI hosts do not inherit the fff-search build dependency.

Modulesยง

files
shell
Built-in shell tool catalog (shell.exec / shell.start / shell.write).
web