@agent-sh/harness-tools
v0.7.1
Published
Umbrella package and PI extension for @agent-sh/harness-* agent tools (read, write, grep, glob, bash, webfetch, websearch, lsp, skill)
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, websearch, lsp, skill } from "@agent-sh/harness-tools";
// Or import a single tool via its subpath:
import { read } from "@agent-sh/harness-tools/read";This package also exposes ./pi-extension through pi.extensions for PI Coding Agent hosts.
Contract
This is a foundation package; see the per-tool packages it supports for concrete contracts.
License
MIT © Avi Fenesh
