pipe-protocol
Version:
A protocol for large scale Interplanetary Intertool Agent Context
9 lines • 323 B
TypeScript
import { Pipe } from './pipe';
import { Tool } from './types';
export declare function pipe(tools: Tool[]): import("./types/tool").Tool[];
export { Pipe };
export { IpfsClient } from './ipfsClient';
export * from './types';
export * from './schema';
export { summaryHook } from './pipe';
//# sourceMappingURL=index.d.ts.map