pipe-protocol
Version:
A protocol for large scale Interplanetary Intertool Agent Context
12 lines • 382 B
TypeScript
/**
* @file Pipe Tool Implementation
* @version 1.0.0
* @status STABLE - DO NOT MODIFY WITHOUT TESTS
* @lastModified 2024-02-04
*
* Core Pipe functionality exposed as a tool
*/
import { Tool } from '../../types/tool';
import { IPFSClient } from '../ipfs/ipfsClient';
export declare function createPipeTool(ipfsClient: IPFSClient): Tool;
//# sourceMappingURL=pipeTool.d.ts.map