UNPKG

sei-agent-kit

Version:

A package for building AI agents on the SEI blockchain

11 lines 455 B
import { Tool } from "langchain/tools"; import { SeiAgentKit } from "../../agent"; import { AccountHealthReturnType } from "../../../node_modules/citrex-sdk/lib/types.js"; export declare class SeiCitrexGetAccountHealthTool extends Tool { private readonly seiKit; name: string; description: string; constructor(seiKit: SeiAgentKit); _call(): Promise<AccountHealthReturnType | undefined>; } //# sourceMappingURL=getAccountHealth.d.ts.map