@botbotgo/better-call
v0.1.58
Published
Tool-call reliability layer for LangChain and custom agent runtimes.
Maintainers
Readme
BetterCall
BetterCall is a proprietary BotBotGo package for tool-call reliability in LangChain and custom agent runtimes.
Install
npm install @botbotgo/better-callUse
import { betterTools } from "@botbotgo/better-call";
const tools = betterTools(existingTools);The npm package is publicly installable, but the project source is not open. Published artifacts are limited to minified runtime JavaScript, TypeScript declarations, and required package metadata. Source files, examples, scripts, benchmarks, documentation sources, lockfiles, build config, and source maps are not included in the published package.
