kiban-agent-kit
Version:
Open-source framework connecting AI agents to Katana ecosystem protocols
11 lines (10 loc) • 368 B
TypeScript
import { StructuredTool } from "@langchain/core/tools";
import { KibanAgentKit } from "../agent/KibanAgentKit";
/**
* Creates all available tools for the Kiban Agent Kit
*/
export declare function createKibanTools(agent: KibanAgentKit): Array<StructuredTool>;
export * from "./dexscreener";
export * from "./wallet";
export * from "./token";
export * from "./swap";