Spaces:
Running
Running
File size: 28,799 Bytes
b39afbe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 |
/**
* Copyright (c) 2023 MERCENARIES.AI PTE. LTD.
* All rights reserved.
*/
import '@winbox/src/css/winbox.css';
import axios from 'axios';
import { type ClientExtension } from 'omni-client-services';
import { JOBSTATE, omnilog, type Job, Utils } from 'omni-shared';
import ClientWorkflow from './classes/ClientWorkflow';
import { type OmnitoolClient } from './client';
import sanitize from 'sanitize-filename';
class Workbench {
_activeRecipe: ClientWorkflow | null = null;
nicknames: Record<string, string> = {};
_activeExtension?: ClientExtension;
showFloatingExtension: boolean = false;
floatingExtensionX: number = window.screen.width / 2;
floatingExtensionY: number = window.screen.height / 2;
refreshTS = Date.now();
isLoading = false;
get activeExtension() {
return this._activeExtension;
}
hideExtension() {
this._activeExtension = undefined;
}
showExtension(
id: string,
args: any,
page: string = '',
opts?: {
displayMode?: string;
floatingHeight?: number;
floatingWidth?: number;
winbox?: any;
singletonHash?: string;
hideToolbar?: boolean;
}
) {
opts ??= {};
if (page.length > 0 && !page.endsWith('.html')) {
page = page + '.html';
}
const ext = this.getClient().extensions.get(id);
if (!ext) {
return;
}
this._activeExtension = ext;
// @ts-ignore
const mode = (opts.displayMode ?? ext?.extensionConfig?.displayMode) || 'default';
let url = '';
const ts = Date.now();
if (typeof args === 'string') {
// args is a fully formed and encoded string
url = `/extensions/${id}/${page}?${args}&ts=${ts}&o=${encodeURIComponent(
JSON.stringify({ mode, hideToolbar: opts.hideToolbar })
)}`;
} else if (!args || typeof args === 'object') {
args ??= {};
const query = 'q=' + encodeURIComponent(JSON.stringify(args));
const o = 'o=' + encodeURIComponent(JSON.stringify({ mode, hideToolbar: opts.hideToolbar }));
url = `/extensions/${id}/${page}?${query}&${o}`;
omnilog.debug('rev', new URLSearchParams(url.toString()).toString());
}
const singletonHash = opts.singletonHash ?? (ext.singleton ? ext.id : undefined);
const winboxOpts = Object.assign(
{},
{
...(ext.extensionConfig.winbox || { x: 'center', y: 'center' }),
title: ext.extensionConfig.title || ext.id
},
opts.winbox || {}
);
const win = this.getClient().toggleWindow(url, singletonHash, winboxOpts);
if (win) {
win.show();
}
// @ts-ignore
if (this.getClient().extensions.get(id)?.extensionConfig.minimizeChat) {
this.getClient().uiSettings.toggleMinimized(true);
}
}
refreshUI() {
this.refreshTS = Date.now(); // Refresh UI if required
}
isSingletonActive(id: string): boolean {
return !!this.getClient().getWindow(id);
}
getClient(): OmnitoolClient {
return (window as Window & typeof globalThis & { client: OmnitoolClient }).client;
}
getExtensions() {
return this.getClient().extensions.all();
}
get activeWorkflow(): ClientWorkflow | null {
// Deprecated
return this._activeRecipe;
}
get activeRecipe(): ClientWorkflow | null {
return this._activeRecipe;
}
set activeRecipe(recipe: ClientWorkflow | null) {
this._activeRecipe = recipe;
}
get activeRecipeId() {
return this._activeRecipe?.id;
}
getMetaDataBlock(): any {
if (!this.activeWorkflow) {
return;
}
const metadata = Object.values(this.activeWorkflow.rete.nodes).find(
(n: any) => n.name === 'omnitool.recipe_metadata'
);
return metadata;
}
updateMetaFromBlock() {
if (!this.activeWorkflow) {
return;
}
const metadata = this.getMetaDataBlock();
if (!metadata) {
return;
}
this.activeWorkflow.meta.name = metadata.data.title;
this.activeWorkflow.meta.description = metadata.data.description;
this.activeWorkflow.meta.author = metadata.data.author;
this.activeWorkflow.meta.help = metadata.data.help;
}
private setDemoRecipe(name: string, id: string) {
const record = this.getRecipeIdFromNickname(name);
if (record && typeof record === 'object') {
//return ... Just ignore previous binding for now ...
}
this.setNickname(name, id);
}
private async _load(): Promise<boolean> {
this.updateNickNames();
// Copied from omni-core-recipes/scripts/server/import.js
this.setDemoRecipe('Bugbear', 'c0deba5e-417d-49df-96d3-8aeb8fc15402');
const client = this.getClient();
const pruneEmptyConnections = (item: any) => {
for (const prop in item) {
if (Array.isArray(item[prop].connections) && item[prop].connections.length === 0) {
delete item[prop].connections;
}
}
};
const pruneRete = function (jsonObj: any) {
for (const key in jsonObj) {
['inputs', 'controls', 'outputs'].forEach((property) => {
if (Object.prototype.hasOwnProperty.call(jsonObj[key], property)) {
pruneEmptyConnections(jsonObj[key][property]);
}
});
}
return jsonObj;
};
client.registerClientScript('explain', async (args: any) => {
if (!this.activeWorkflow) {
return;
}
const targetAudience = args[0] || 'beginner just learning omnitool and AI';
const json = await this.activeWorkflow.toJSON();
const rete = pruneRete(json.rete);
await client.sendSystemMessage(
`⌛ Analyzing the recipe to provide an explanation for a ${targetAudience}. Please wait...`
);
const name = json.meta.name;
const pic = json.meta.pictureUrl;
let instruction = `Acting as a smart, thoughtful, humble, and experienced teacher, given a Rete.js workflow, please explain using proper language and analogies for a ${targetAudience} what the purpose of the recipe this workflow represents is and how it operates.
Format your explanation using markdown.
Start with a Level 1 heading titled '${name}'.`;
if (pic) {
instruction += ` Add an image tag pointing to '/${pic}' below the heading.`;
}
instruction += ` Break the document into logical sections with Level 2 headings (Overview, Nodes Explanation, Recipe).
When referring to a "Rete Workflow", use the word "Recipe" instead.
When referring to a "Rete Node", use the word "Block" instead.
Explain the most critical and commonly misunderstood blocks in detail.
Do not include JSON notation or mention the JSON directly inside the markdown.
Remember that the user cannot see the node id numbers. The numbers for your use only. When referencing the blocks, use the block name, (or "x-omni-title") instead.
Close with a "Further Exploration" section that contains 1-2 bullet points with interesting aspects for the user to explore when looking to extend the recipe.`;
// TODO: Add the mapping from block IDs to block names, e.g. {"omnitool.chat_output": "Chat Output"}
const response = await client.runBlock({
block: 'omnitool.large_language_model',
args: {
Instruction: instruction,
Prompt: JSON.stringify(rete),
Criteria: 'Accurate'
}
});
if (!response?.Reply) {
await client.sendSystemMessage('Apologies, there was a problem analyzing the recipe.');
return;
}
let markdown = response.Reply;
// Migrate from old names to new names
markdown = markdown.replace(/node/gi, 'Block');
markdown = markdown.replace(/workflow/gi, 'Recipe');
this.showExtension('omni-core-viewers', { markdown }, 'markdown', { displayMode: 'floating' });
});
client.registerClientScript('save', async () => {
if (!this.canSave) {
return;
}
try {
await this.save();
return { response: 'Recipe saved.' };
} catch (e: any) {
await this.getClient().sendSystemMessage('Failed to save recipe' + e.message, 'text/plain', {}, ['error']);
return { error: 'Failed to save' };
}
});
client.registerClientScript('dump', async () => {
if (this.activeWorkflow == null) {
return;
}
const result = JSON.stringify(await this.activeWorkflow.toJSON(), null, 2);
// sanitize to alphanumeric, dash, underscore
let fileName = `${this.activeWorkflow.meta.name}_${this.activeWorkflow.id.replace(
/[^a-zA-Z0-9-_]/g,
'_'
)}_${Date.now()}.json`;
fileName = sanitize(fileName);
const dataUrl = 'data:text/json;charset=utf-8,' + encodeURIComponent(result);
const tempNode = document.createElement('a');
tempNode.setAttribute('href', dataUrl);
tempNode.setAttribute('download', fileName);
document.body.appendChild(tempNode); // required for firefox
tempNode.click();
tempNode.remove();
return { response: 'Recipe Exported as ' + fileName };
});
client.registerClientScript('load', async (args: any) => {
if (this.canSave) {
await this.save();
}
if (args.length === 0) {
return 'Loads a recipe. Usage: /load <url>';
}
const url = args[0];
if (!Utils.isValidUrl(url)) {
return 'Invalid URL';
}
const json = await Utils.fetchJSON(url);
await this.loadFromJSON(json);
return `Recipe loaded from ${url}`;
});
client.registerClientScript('setname', async (args: string[]) => {
const name = args[0];
if (!name) {
return {
response:
'**setname** \nSets a nickname for the current recipe, allowing you to invoke it at any time by using **@nickname** in chat. \nUsage: **/setname** <name> \n'
};
}
// Clear old recipes for this nickname.
this.deleteNickname(name);
// Clear old names for this recipe.
for (let i = 0; i < 10; i++) {
const oldname = this.getNickname();
if (!oldname) {
break;
}
this.deleteNickname(oldname);
}
const result = this.setNickname(name);
if (!result) {
return { response: 'Failed to set nickname.' };
}
return {
response: `Recipe nickname set to **${name}**. You can now start this recipe from any chat by using **@${name}** <text>.`
};
});
client.registerClientScript('unsetname', async (args: string[]) => {
if (args.length > 0) {
const name = args[0];
const result = this.deleteNickname(name);
if (result) {
return { response: 'Recipe nickname removed.' };
}
}
return {
response:
'**unsetsetname** \nRemoves a nickname for a recipe previously set with /setname. \nUsage: **/unsetname** <name> \n'
};
});
client.registerClientScript('toggleFavorite', async (args: string[]) => {
if (args.length > 0) {
const key = args[0];
if (window.localStorage.getItem(key) !== null) {
window.localStorage.removeItem(key);
} else {
window.localStorage.setItem(key, new Date().getTime().toString());
}
return true;
}
return false;
});
return true;
}
async load(): Promise<boolean> {
try {
return await this._load();
} catch (e) {
// Should never happen in normal operation.
alert(
'An unexpected error occurred while loading the workbench.\n\nYou will experience further errors that cannot be fixed.\n\nPlease reload the app and try again.'
);
}
return false;
}
get displayName() {
const workflow = this.activeWorkflow;
const nickname = this.getNickname();
return workflow != null
? `${workflow.displayName} ${nickname ? '(@' + nickname + ')' : ''} `
: 'Welcome to Omnitool.ai!';
}
get canEdit(): boolean {
return !this.readOnly;
}
get canExecute(): boolean {
return !!this.activeRecipe;
}
get canExport(): boolean {
return !!this.activeRecipe;
}
get canFavorite(): boolean {
return !!this.activeRecipe;
}
get canSave(): boolean {
return !this.readOnly;
}
get canSaveAs(): boolean {
return !!this.activeRecipe;
}
get isBlank(): boolean {
return !this.activeWorkflow || this.activeWorkflow.isBlank;
}
get isFavorite(): boolean {
return window.localStorage.getItem('fav-recipe' + this.activeRecipeId) !== null;
}
isRunningActiveWorkflow() {
if (this.activeWorkflow != null) {
const jobs = this.getClient().jobs.getJobsforWorkflow(this.activeWorkflow.id);
return jobs.find((job: Job) => job.state === JOBSTATE.RUNNING);
}
return false;
}
get copyOnWrite(): boolean {
return this.activeRecipe?.copyOnWrite ?? false;
}
get readOnly(): boolean {
return this.activeWorkflow?.readOnly ?? true;
}
private getScopedKeyFromUserKey(userKey?: string): string {
const key = userKey?.trim();
if (!key) {
return '';
}
// TODO: Inject current user context too.
return `workbench:${key}`;
}
setWorkbenchSetting(key?: string, value?: string | object): boolean {
if (typeof value === 'object') {
value = JSON.stringify(value);
}
const scopedKey = this.getScopedKeyFromUserKey(key);
if (!scopedKey) {
omnilog.error('Invalid workbench setting key: ', key);
return false;
}
if (!value) {
const result = window.localStorage.getItem(scopedKey);
window.localStorage.removeItem(scopedKey);
omnilog.debug('Removed workbench setting: ', key);
return !!result;
}
window.localStorage.setItem(scopedKey, value);
omnilog.info('Set workbench setting: ', key);
return true;
}
deleteWorkbenchSetting(key?: string): boolean {
return this.setWorkbenchSetting(key, '');
}
getWorkbenchSetting(key: string) {
const scopedKey = this.getScopedKeyFromUserKey(key);
if (!scopedKey) {
omnilog.error('Invalid workbench setting key: ', key);
return;
}
const result = window.localStorage.getItem(scopedKey);
try {
return JSON.parse(result ?? '');
} catch (e) {}
return result;
}
getWorkbenchSettingKeys(prefix: string): string[] {
const prefixedKeys: string[] = [];
const fullPrefix = `workbench:${prefix}`;
for (let i = 0; i < window.localStorage.length; i++) {
const key = window.localStorage.key(i);
if (key?.startsWith(fullPrefix)) {
prefixedKeys.push(key.substring(fullPrefix.length));
}
}
return prefixedKeys;
}
private getKeyFromNickname(nickname: string): string | undefined {
const key = nickname
.trim()
.toLowerCase()
.replace(/[^a-z0-9]/g, '');
return key ? `nicknames:${key}` : undefined;
}
deleteNickname(nickname: string): boolean {
const key = this.getKeyFromNickname(nickname);
return this.deleteWorkbenchSetting(key);
}
setNickname(nickname: string, id?: string): boolean {
nickname = nickname.trim();
id ??= this.activeWorkflow?.id;
const key = this.getKeyFromNickname(nickname);
if (!key) {
return false;
}
const record = { nickname, id };
const result = this.setWorkbenchSetting(key, record);
this.updateNickNames();
return result;
}
getNickname(id?: string): string | undefined {
id ??= this.activeRecipe?.id;
if (!id) {
return undefined;
}
const keys = this.getWorkbenchSettingKeys('nicknames:');
for (let i = 0; i < keys.length; i++) {
const key = keys[i];
const value = this.getWorkbenchSetting(`nicknames:${key}`);
if (value && value.id === id) {
return value.nickname;
}
}
return undefined;
}
updateNickNames() {
const nicknameArray: any[] = [];
const keys = this.getWorkbenchSettingKeys('nicknames:');
keys.forEach((key) => {
const value = this.getWorkbenchSetting(`nicknames:${key}`);
if (value?.nickname) {
// TODO run an HTML sanitizer on the nickname
nicknameArray.push(value);
}
});
nicknameArray.sort((a, b) => a.nickname.localeCompare(b.nickname));
const sortedNicknames: Record<string, any> = {};
nicknameArray.forEach((nicknameObj) => {
sortedNicknames[nicknameObj.nickname] = nicknameObj;
});
this.nicknames = sortedNicknames;
}
async syncToServer() {
if (!this.activeRecipe) {
omnilog.error('workbench.syncToServer(): No active recipe');
return false;
}
this.writeActiveRecipeIdToLocalStorage();
if (!this.activeRecipe.isDirty) {
// Not dirty, no reason to write.
return true;
}
const result = await this.activeRecipe.syncToServer();
this.writeActiveRecipeIdToLocalStorage(); // In case the id changed.
return result;
}
async saveAs() {
if (!this.activeWorkflow) {
omnilog.error('saveAs(): No active recipe');
return;
}
const recipe = this.activeWorkflow;
let name = prompt('Recipe name:', recipe.meta.name || 'My Recipe');
name = name ? name.trim() : null;
if (!name) {
return;
}
const metadata = this.getMetaDataBlock();
if (metadata) {
metadata.data.title = name;
}
recipe.meta.name = name;
recipe.id = ''; // Force a new id
recipe.readOnly = false;
recipe.copyOnWrite = false;
recipe.setDirty();
await this.save();
}
async save() {
if (!this.activeWorkflow) {
omnilog.error('workbench.save(): No active recipe');
return;
}
this.updateMetaFromBlock();
let message = 'Saving recipe...';
if (await this.syncToServer()) {
message = `Recipe "${this.activeWorkflow.meta.name}" saved.`;
await this.loadFromCache(false); // Reload any changes.
} else {
message = `Recipe "${this.activeWorkflow.meta.name}" (${this.activeWorkflow.id}) unable to save.`;
}
await this.getClient().sendSystemMessage(message);
}
async forceSave() {
if (this.activeRecipe) {
this.activeRecipe.setDirty();
}
await this.save();
}
getRecipeIdFromNickname(nickname: string): { nickname: string; id: string } | undefined {
const key = this.getKeyFromNickname(nickname);
return key ? this.getWorkbenchSetting(key) : undefined;
}
async executeByName(name: string, args: any) {
if (name === 'omni') {
// TODO: Temporary, refactor...
const id = this.activeWorkflow?.id;
return await this.executeById(id, args);
}
const record = this.getRecipeIdFromNickname(name);
if (!record) {
await this.getClient().sendSystemMessage(`There is no recipe by the name of "*${name}*"!`);
return;
}
args.xOmniNickName = name;
return await this.executeById(record.id, args);
}
async executeById(
id: string | undefined,
args: any
): Promise<{ status: string; jobId: string; sender: string } | null> {
omnilog.debug('workbench.executeById', id, args);
// If we are executing the **active** recipe by id, make sure it is synced to the server
if (this.activeWorkflow?.id === id) {
if (!this.readOnly) {
// e.g. a public workflow
if (!(await this.syncToServer())) {
// May change `this.activeWorkflow.id`.
// TODO: Error??
return null;
}
}
id = this.activeWorkflow?.id; // In case the `id` changed when we synced the recipe.
}
if (!id) {
throw new Error(`Invalid recipe id: ${id} Cannot execute.`);
}
const client = this.getClient();
args = JSON.parse(JSON.stringify(Object.assign({}, client.clipboard, args)));
client.clipboard = {};
const payload = { workflow: id, args };
const result = await axios.post('/api/v1/workflow/exec', payload, {
withCredentials: true
});
return result.data.result as {
status: string;
jobId: string;
sender: string;
};
}
async execute(args: any = {}) {
if (this.activeWorkflow == null) {
omnilog.error(`execute(${args}): No active workflow`);
return;
}
this.writeActiveRecipeIdToLocalStorage();
return await this.executeById(this.activeWorkflow.id, args);
}
async loadFromCache(fitToWindow = true) {
const id = window.localStorage.getItem('active_recipe_id');
await this.loadRecipe(id, fitToWindow);
}
async remixRecipe(): Promise<ClientWorkflow | null> {
const recipe = this.activeWorkflow;
if (!recipe) {
throw new Error('Cannot remix empty recipe');
}
if (!recipe.id) {
// Recipe does not exist on server. Perhaps call this.save() first?
throw new Error('Cannot remix unsaved recipe');
}
let newName = prompt('Recipe name:', `My ${recipe.meta.name}`);
newName = newName ? newName.trim() : null;
if (!newName) {
return null;
}
const meta = JSON.parse(JSON.stringify(recipe.meta));
meta.name = newName; // Overwrite name.
// Remove template flag and tag
delete meta.template;
if (meta.tags && Array.isArray(meta.tags)) {
meta.tags = meta.tags.filter((tag: string) => tag !== 'template' && tag !== '#template');
}
const remix = await ClientWorkflow.clone({
id: recipe.id,
meta
});
if (!remix) {
// ClientWorkflow.clone should throw errors, but just in case...
return null;
}
await this.loadRecipe(remix.id); // Reload from server
return this.activeWorkflow;
}
async newRecipe(name: string | null = '') {
if (!name) {
name = prompt('Name for new recipe:', 'My Recipe');
name = name ? name.trim() : null;
}
if (!name) {
return; // User cancelled
}
await this.loadFromJSON({});
// And add a "MetaData" block by default.
await this.getClient().runScript('add', ['omnitool.recipe_metadata'], { fromChatWindow: false });
const metadata = this.getMetaDataBlock();
if (metadata) {
metadata.data.title = name;
this.updateMetaFromBlock();
}
this.activeRecipe?.setDirty(); // Ensure save
await this.syncToServer(); // Server side processing.
await this.loadFromCache(); // Reload from server.
const message = this.activeRecipe
? `Recipe "${this.activeRecipe.meta.name}" created.`
: 'Failed to create a new recipe.';
await this.getClient().sendSystemMessage(message);
}
async loadFromJSON(json: any, flags?: string[], fitToWindow = true): Promise<void> {
this.activeRecipe = null;
this.isLoading = true;
this.activeRecipe = ClientWorkflow.fromJSON(json, flags);
this.writeActiveRecipeIdToLocalStorage();
const convertReadOnlyTemplateRecipesToCopyOnWriteRecipes = true;
if (this.activeRecipe.readOnly && convertReadOnlyTemplateRecipesToCopyOnWriteRecipes) {
this.activeRecipe.copyOnWrite = this.activeRecipe.readOnly;
this.activeRecipe.readOnly = false;
}
// Emitting `workbench_workflow_loaded` will change `this.activeWorkflow.rete` to the alpine version
await this.getClient().emit('workbench_workflow_loaded', this.activeRecipe?.id);
this.showRecipeHelp();
if (fitToWindow) {
await this.getClient().runScript('fit', {});
}
this.isLoading = false;
}
async loadRecipe(id: string | null, fitToWindow = true): Promise<void> {
this.activeRecipe = null;
if (!id) {
console.log(`Unable to load recipe with id: ${id}`);
return;
}
let result;
try {
result = await axios.get(`/api/v1/workflow/${id}`, { withCredentials: true });
} catch (e) {
console.log(`Error loading recipe with id: ${id}, error: ${e}`);
return;
}
const json = result.data.workflow;
const flags = result.data.flags as string[];
await this.loadFromJSON(json, flags, fitToWindow);
}
async onLoadRecipeFromFileChange(event: any) {
const files = event?.dataTransfer?.files || event?.target?.files;
let recipe: any;
if (files.length > 0) {
const wfDef = files[0];
if (wfDef.name.endsWith('.json') && wfDef.type === 'application/json') {
recipe = await new Promise((resolve, reject) => {
const fileReader = new FileReader();
fileReader.onload = (event) => {
// @ts-ignore
resolve(JSON.parse(event?.target?.result ?? '{}'));
};
fileReader.onerror = (error) => {
reject(error);
};
fileReader.readAsText(wfDef);
});
}
}
if (recipe?.id && recipe?.meta?.name && recipe?.rete?.id?.startsWith('mercs@')) {
recipe.id = ''; // Imported recipes are assigned a new id.
await this.loadFromJSON(recipe);
this.activeWorkflow?.setDirty();
}
}
writeActiveRecipeIdToLocalStorage() {
const id = this.activeWorkflow?.id;
if (!id) {
// e.g. not saved yet.
window.localStorage.removeItem('active_recipe_id');
return;
}
window.localStorage.setItem('active_recipe_id', id);
}
generateAutoHelp(recipe: ClientWorkflow): string {
const header = '## New Recipe Checklist \n*Steps to take before running your recipe:* \n\n';
const steps: any[] = [
{
text: 'Add a Recipe Metadata Block',
check: () => recipe.rete.nodes.find((n: any) => n.name === 'omnitool.recipe_metadata')
},
{
text: 'Add a Chat Input Block',
check: () => recipe.rete.nodes.find((n: any) => n.name === 'omnitool.chat_input')
},
{
text: 'Add a Chat Output Block',
check: () => recipe.rete.nodes.find((n: any) => n.name === 'omnitool.chat_output')
},
{
text: 'Replace this Checklist by adding your own help information into the recipe metadata block',
check: () => false
}
];
const footer = ' \n\nThis checklist auto-updates every time the recipe is saved.';
const markdown =
header + steps.map((s: any) => (s.check() ? `✅ ${s.text}` : `🔲 ${s.text}`)).join(' \n') + footer;
return markdown;
}
showTutorial(modal: boolean) {
const singletonHash = 'workflow-tutorial';
this.showExtension(
'omni-core-viewers',
{ video: 'https://github.com/mercenaries-ai/omnitool-tutorials/releases/download/latest/quickstart.mp4' },
'video.html',
{
singletonHash,
winbox: { title: 'Quickstart Video', minwidth: 960, minheight: 575, modal }
}
);
}
showApiManagement() {
this.showExtension('omni-core-collectionmanager', { type: 'api' }, undefined, {
winbox: { title: 'API Management', modal: true },
singletonHash: 'omni-core-collectionmanager-api'
});
}
toggleDevTool() {
if (this.getClient().extensions.has('omni-extension-log-viewer')) {
const singletonHash = 'omni-extension-log-viewer';
if (this.getClient().getWindow(singletonHash)) {
this.getClient().closeWindow(singletonHash);
} else {
this.showExtension('omni-extension-log-viewer', {}, undefined, {
winbox: {
title: 'Developer Tool',
x: 'center',
y: 'bottom',
width: 1000,
height: 200
},
singletonHash: 'omni-extension-log-viewer'
});
}
}
}
showRecipeHelp() {
const singletonHash = 'workflow-intro';
const recipe = this.activeRecipe;
if (!recipe) {
this.getClient().closeWindow(singletonHash);
return;
}
const help = recipe?.meta?.help?.trim();
const markdown = help ? (help.length ? help : this.generateAutoHelp(recipe)) : this.generateAutoHelp(recipe);
const uiHash = 'workflow-ui' + recipe.id;
// @ts-ignore
const hasUI: { data: any } = Object.values(window.Alpine.raw(recipe.rete.nodes)).find(
(n: any) => n.name === 'omni-core-formio:formio.auto_ui'
);
if (hasUI && hasUI.data.enableUI) {
this.showExtension(
'omni-core-formio',
{ recipe: { id: recipe.id, version: undefined } },
hasUI.data.editMode ? 'edit' : 'render',
{
singletonHash: uiHash,
winbox: {
title: '▶️' + recipe.meta.name,
x: 'center',
y: 'center',
minheight: 500,
minwidth: 600,
autosize: true
},
hideToolbar: true
}
);
}
this.showExtension('omni-core-viewers', { markdown }, 'markdown', {
singletonHash,
winbox: {
title: "💡 '" + recipe.meta.name + "' - Information",
x: 'right',
y: 'bottom',
minheight: 450,
minwidth: 400,
autosize: true
},
hideToolbar: true
});
}
}
export { ClientWorkflow, Workbench };
|