@techdigger/humanode-agentlink-langchain
v0.1.0
Published
Native LangChain tools for Humanode Agentlink read-only queries.
Downloads
194
Maintainers
Readme
@techdigger/humanode-agentlink-langchain
Native LangChain tools for Humanode Agentlink.
Install
pnpm add @techdigger/humanode-agentlink-langchain langchainUsage
import { createAgent } from "langchain";
import { createBiomapperLangChainTools } from "@techdigger/humanode-agentlink-langchain";
const agent = createAgent({
model,
tools: createBiomapperLangChainTools({
network: "base-sepolia",
registryAddress: "0xYourRegistry",
}),
});The package exports three native tools:
check_agent_statusget_current_generationget_biomapper_info
network, registryAddress, and rpcUrl can be set once as defaults in createBiomapperLangChainTools(...) and overridden per tool call when needed.
Humanode Agentlink is available on Base Testnet and Mainnet for now. Reach out to @tech_digger on Telegram for integration.
