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
40 lines • 1.17 kB
TypeScript
export declare const setupConfigExtended: () => {
$type: string;
editorAppConfig: {
codeResources: {
modified: {
uri: string;
text: string;
};
};
useDiffEditor: boolean;
extensions: {
config: {
name: string;
publisher: string;
version: string;
engines: {
vscode: string;
};
contributes: {
languages: {
id: string;
extensions: string[];
configuration: string;
}[];
grammars: {
language: string;
scopeName: string;
path: string;
}[];
};
};
filesOrContents: Map<any, any>;
}[];
userConfiguration: {
json: string;
};
};
};
export declare const executeExtended: (htmlElement: HTMLElement) => Promise<void>;
//# sourceMappingURL=setupExtended.d.ts.map