@agent-sh/harness-tools
v0.2.0
Published
Umbrella package re-exporting @agent-sh/harness-* agent tools (read, write, grep, glob, bash, webfetch, lsp, skill) under one entry point
Maintainers
Readme
@agent-sh/harness-tools
Umbrella package re-exporting every @agent-sh/harness-* tool under one import. Install this if you want everything.
Part of the @agent-sh/harness-* monorepo — see the top-level README for architectural context and the full tool surface.
Install
npm install @agent-sh/harness-toolsRequires Node ≥ 20.
Usage
import { read, grep, glob, bash, webfetch, skill } from "@agent-sh/harness-tools";
// Or import a single tool via its subpath:
import { read } from "@agent-sh/harness-tools/read";Contract
This is a foundation package; see the per-tool packages it supports for concrete contracts.
License
MIT © Avi Fenesh
