multimind-sdk
Version:
This SDK gives JavaScript/TypeScript developers full access to advanced AI features like agent orchestration, RAG, and fine-tuning — without needing to manage backend code.
21 lines • 615 B
TypeScript
/**
* MultiMind Context Transfer CLI
*
* A comprehensive command-line interface for transferring conversation context
* between different LLM providers, mirroring the Python SDK's functionality.
*/
export declare class ContextTransferCLI {
private sdk;
constructor();
run(): Promise<void>;
private parseArgs;
private showHelp;
private listSupportedModels;
private validateConversation;
private parseTextConversation;
private runTransfer;
private runBatchTransfer;
private generateChromeConfig;
}
//# sourceMappingURL=context-transfer-cli.d.ts.map