alwaysai
Version:
The alwaysAI command-line interface (CLI)
15 lines • 478 B
TypeScript
import { Spawner } from '../spawner/types';
export declare const ACTIVATE: string;
export declare function AppInstaller(target: Spawner): {
installSource: (source: Spawner) => Promise<void>;
installModels: (models: {
[x: string]: string;
} | undefined) => Promise<{
changed: boolean;
}>;
installVirtualenv: () => Promise<{
changed: boolean;
}>;
installPythonDeps: () => Promise<boolean>;
};
//# sourceMappingURL=index.d.ts.map