agentlang
Version:
The easiest way to build the most reliable AI agents - enterprise-grade teams of AI agents that collaborate with each other and humans
5 lines • 406 B
TypeScript
export declare function importModule(path: string, name: string, moduleFileName?: string): Promise<any>;
export declare function moduleImported(moduleName: string): boolean;
export declare function invokeModuleFn(fqFnName: string, args: Array<any> | null, isAsync?: boolean): Promise<any>;
export declare function getModuleFn(fqFnName: string): Function | undefined;
//# sourceMappingURL=jsmodules.d.ts.map