UNPKG

agentlang

Version:

The easiest way to build the most reliable AI agents - enterprise-grade teams of AI agents that collaborate with each other and humans

7 lines 235 B
interface FilePathData { destination: string; name: string; } export declare function extractDestinationAndName(filePath: string, destination: string | undefined): FilePathData; export {}; //# sourceMappingURL=cli-util.d.ts.map