openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
8 lines • 317 B
TypeScript
//#region src/plugin-sdk/agent-dir-compat.d.ts
/**
* @deprecated Prefer resolveAgentDir(cfg, agentId) or resolveDefaultAgentDir(cfg).
* Kept for third-party plugin SDK compatibility.
*/
declare function resolveOpenClawAgentDir(env?: NodeJS.ProcessEnv): string;
//#endregion
export { resolveOpenClawAgentDir as t };