UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

11 lines 398 B
import { Tool } from "langchain/tools"; import { SeiAgentKit } from "../../agent"; import { productParsed } from "../../tools/citrex"; export declare class SeiCitrexGetProductsTool extends Tool { private readonly seiKit; name: string; description: string; constructor(seiKit: SeiAgentKit); _call(): Promise<productParsed | undefined>; } //# sourceMappingURL=getProducts.d.ts.map