Skip to main content

Crate harness_tools

Crate harness_tools 

Source
Expand description

harness-tools — umbrella re-export of the harness-* AI agent tool family. Matches the npm umbrella @agent-sh/harness-tools.

Each tool is re-exposed under its own module so imports stay local and explicit:

use harness_tools::{read, bash, grep};

If you only need one tool, depend on its individual crate directly (e.g. harness-read) to cut compile time.

Re-exports§

pub use harness_bash as bash;
pub use harness_core as core;
pub use harness_glob as glob;
pub use harness_grep as grep;
pub use harness_lsp as lsp;
pub use harness_read as read;
pub use harness_skill as skill;
pub use harness_webfetch as webfetch;
pub use harness_write as write;