@signetai/connector-base 0.219.5 → 0.220.0

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.
@@ -0,0 +1,17 @@
1
+ export interface AgentDirConfig {
2
+ readonly configFileName: string;
3
+ readonly defaultAgentDir: string;
4
+ readonly legacyTildeExpansion?: boolean;
5
+ }
6
+ export interface AgentDir {
7
+ readonly getConfigPath: (env?: NodeJS.ProcessEnv) => string;
8
+ readonly readConfiguredAgentDir: (env?: NodeJS.ProcessEnv) => string | null;
9
+ readonly resolveAgentDir: (env?: NodeJS.ProcessEnv) => string;
10
+ readonly resolveExtensionsDir: (env?: NodeJS.ProcessEnv) => string;
11
+ readonly listAgentDirCandidates: (env?: NodeJS.ProcessEnv) => readonly string[];
12
+ readonly hasSetup: (env?: NodeJS.ProcessEnv) => boolean;
13
+ readonly writeConfiguredAgentDir: (pathValue: string, env?: NodeJS.ProcessEnv) => string;
14
+ readonly clearConfiguredAgentDir: (env?: NodeJS.ProcessEnv) => void;
15
+ }
16
+ export declare function createAgentDir(config: AgentDirConfig): AgentDir;
17
+ //# sourceMappingURL=agent-dir.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agent-dir.d.ts","sourceRoot":"","sources":["../src/agent-dir.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,cAAc;IAC9B,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CACxC;AAED,MAAM,WAAW,QAAQ;IACxB,QAAQ,CAAC,aAAa,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,KAAK,MAAM,CAAC;IAC5D,QAAQ,CAAC,sBAAsB,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,KAAK,MAAM,GAAG,IAAI,CAAC;IAC5E,QAAQ,CAAC,eAAe,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,KAAK,MAAM,CAAC;IAC9D,QAAQ,CAAC,oBAAoB,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,KAAK,MAAM,CAAC;IACnE,QAAQ,CAAC,sBAAsB,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,KAAK,SAAS,MAAM,EAAE,CAAC;IAChF,QAAQ,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,KAAK,OAAO,CAAC;IACxD,QAAQ,CAAC,uBAAuB,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,KAAK,MAAM,CAAC;IACzF,QAAQ,CAAC,uBAAuB,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,UAAU,KAAK,IAAI,CAAC;CACpE;AA0BD,wBAAgB,cAAc,CAAC,MAAM,EAAE,cAAc,GAAG,QAAQ,CAoE/D"}