@signetai/connector-gemini 0.140.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/install.js ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env node
2
+ import { runConnectorInstaller } from "@signetai/connector-base";
3
+ import { GeminiConnector } from "../dist/index.js";
4
+
5
+ runConnectorInstaller("gemini", GeminiConnector);
@@ -0,0 +1,19 @@
1
+ import { BaseConnector, type InstallResult, type UninstallResult } from "@signetai/connector-base";
2
+ export declare class GeminiConnector extends BaseConnector {
3
+ readonly name = "Gemini";
4
+ readonly harnessId = "gemini";
5
+ private getGeminiHome;
6
+ getConfigPath(): string;
7
+ private getGeminiMdPath;
8
+ install(basePath: string): Promise<InstallResult>;
9
+ uninstall(): Promise<UninstallResult>;
10
+ isInstalled(): boolean;
11
+ static isHarnessInstalled(): boolean;
12
+ private removeSignetSkillSymlinks;
13
+ private registerMcpServer;
14
+ private removeMcpServer;
15
+ private generateGeminiMd;
16
+ }
17
+ export declare const geminiConnector: GeminiConnector;
18
+ export default GeminiConnector;
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAaA,OAAO,EACN,aAAa,EACb,KAAK,aAAa,EAClB,KAAK,eAAe,EAGpB,MAAM,wBAAwB,CAAC;AAwBhC,qBAAa,eAAgB,SAAQ,aAAa;IACjD,QAAQ,CAAC,IAAI,YAAY;IACzB,QAAQ,CAAC,SAAS,YAAY;IAE9B,OAAO,CAAC,aAAa;IAIrB,aAAa,IAAI,MAAM;IAIvB,OAAO,CAAC,eAAe;IAgBjB,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAmDjD,SAAS,IAAI,OAAO,CAAC,eAAe,CAAC;IA2B3C,WAAW,IAAI,OAAO;IAOtB,MAAM,CAAC,kBAAkB,IAAI,OAAO;IAIpC,OAAO,CAAC,yBAAyB;IA4BjC,OAAO,CAAC,iBAAiB;IAoCzB,OAAO,CAAC,eAAe;IAqBvB,OAAO,CAAC,gBAAgB;CAcxB;AAED,eAAO,MAAM,eAAe,iBAAwB,CAAC;AACrD,eAAe,eAAe,CAAC"}