@athenaintel/react 0.19.0 → 0.20.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.
- package/README.md +97 -11
- package/dist/assets/AssetPanel.cjs +277 -0
- package/dist/assets/AssetPanel.cjs.map +1 -0
- package/dist/assets/AssetPanel.js +277 -0
- package/dist/assets/AssetPanel.js.map +1 -0
- package/dist/assets/AthenaAssetEmbed.cjs +151 -0
- package/dist/assets/AthenaAssetEmbed.cjs.map +1 -0
- package/dist/assets/AthenaAssetEmbed.js +151 -0
- package/dist/assets/AthenaAssetEmbed.js.map +1 -0
- package/dist/assets/AthenaLayout.cjs +69 -0
- package/dist/assets/AthenaLayout.cjs.map +1 -0
- package/dist/assets/AthenaLayout.js +69 -0
- package/dist/assets/AthenaLayout.js.map +1 -0
- package/dist/assets/asset-embed-messages.cjs +39 -0
- package/dist/assets/asset-embed-messages.cjs.map +1 -0
- package/dist/assets/asset-embed-messages.js +39 -0
- package/dist/assets/asset-embed-messages.js.map +1 -0
- package/dist/assets/asset-panel-store.cjs +124 -0
- package/dist/assets/asset-panel-store.cjs.map +1 -0
- package/dist/assets/asset-panel-store.js +124 -0
- package/dist/assets/asset-panel-store.js.map +1 -0
- package/dist/assets/asset-panel-url.cjs +40 -0
- package/dist/assets/asset-panel-url.cjs.map +1 -0
- package/dist/assets/asset-panel-url.js +40 -0
- package/dist/assets/asset-panel-url.js.map +1 -0
- package/dist/assets/use-asset-embed.cjs +362 -0
- package/dist/assets/use-asset-embed.cjs.map +1 -0
- package/dist/assets/use-asset-embed.js +362 -0
- package/dist/assets/use-asset-embed.js.map +1 -0
- package/dist/{AthenaAuthContext-B3AwLA5Z.cjs → auth/AthenaAuthContext.cjs} +5 -4
- package/dist/auth/AthenaAuthContext.cjs.map +1 -0
- package/dist/{AthenaAuthContext-DQsdayH2.js → auth/AthenaAuthContext.js} +3 -3
- package/dist/auth/AthenaAuthContext.js.map +1 -0
- package/dist/auth/AthenaAuthProvider.cjs +141 -0
- package/dist/auth/AthenaAuthProvider.cjs.map +1 -0
- package/dist/auth/AthenaAuthProvider.js +141 -0
- package/dist/auth/AthenaAuthProvider.js.map +1 -0
- package/dist/{auth.cjs → auth/AthenaSSOProvider.cjs} +14 -151
- package/dist/auth/AthenaSSOProvider.cjs.map +1 -0
- package/dist/{auth.js → auth/AthenaSSOProvider.js} +4 -142
- package/dist/auth/AthenaSSOProvider.js.map +1 -0
- package/dist/auth/index.cjs +10 -0
- package/dist/auth/index.cjs.map +1 -0
- package/dist/auth/index.js +10 -0
- package/dist/auth/index.js.map +1 -0
- package/dist/chat/AthenaChat.cjs +753 -0
- package/dist/chat/AthenaChat.cjs.map +1 -0
- package/dist/chat/AthenaChat.d.ts +3 -2
- package/dist/chat/AthenaChat.js +753 -0
- package/dist/chat/AthenaChat.js.map +1 -0
- package/dist/chat/AthenaChatErrorBoundary.cjs +53 -0
- package/dist/chat/AthenaChatErrorBoundary.cjs.map +1 -0
- package/dist/chat/AthenaChatErrorBoundary.js +53 -0
- package/dist/chat/AthenaChatErrorBoundary.js.map +1 -0
- package/dist/chat/StatewireApprovalCard.cjs +171 -0
- package/dist/chat/StatewireApprovalCard.cjs.map +1 -0
- package/dist/chat/StatewireApprovalCard.js +171 -0
- package/dist/chat/StatewireApprovalCard.js.map +1 -0
- package/dist/chat/StatewireClientToolBridge.cjs +50 -0
- package/dist/chat/StatewireClientToolBridge.cjs.map +1 -0
- package/dist/chat/StatewireClientToolBridge.js +50 -0
- package/dist/chat/StatewireClientToolBridge.js.map +1 -0
- package/dist/chat/StatewireQueuedMessages.cjs +432 -0
- package/dist/chat/StatewireQueuedMessages.cjs.map +1 -0
- package/dist/chat/StatewireQueuedMessages.d.ts +3 -4
- package/dist/chat/StatewireQueuedMessages.js +432 -0
- package/dist/chat/StatewireQueuedMessages.js.map +1 -0
- package/dist/chat/athena-citation-links.cjs +326 -0
- package/dist/chat/athena-citation-links.cjs.map +1 -0
- package/dist/chat/athena-citation-links.js +326 -0
- package/dist/chat/athena-citation-links.js.map +1 -0
- package/dist/chat/run-activity.cjs +28 -0
- package/dist/chat/run-activity.cjs.map +1 -0
- package/dist/chat/run-activity.js +28 -0
- package/dist/chat/run-activity.js.map +1 -0
- package/dist/chat/statewire-banners.cjs +83 -0
- package/dist/chat/statewire-banners.cjs.map +1 -0
- package/dist/chat/statewire-banners.js +83 -0
- package/dist/chat/statewire-banners.js.map +1 -0
- package/dist/chat/statewire-client-tools.cjs +73 -0
- package/dist/chat/statewire-client-tools.cjs.map +1 -0
- package/dist/chat/statewire-client-tools.js +73 -0
- package/dist/chat/statewire-client-tools.js.map +1 -0
- package/dist/chat/super-grouping/CollapsibleGroup.cjs +158 -0
- package/dist/chat/super-grouping/CollapsibleGroup.cjs.map +1 -0
- package/dist/chat/super-grouping/CollapsibleGroup.js +158 -0
- package/dist/chat/super-grouping/CollapsibleGroup.js.map +1 -0
- package/dist/chat/super-grouping/SuperGroupingCard.cjs +361 -0
- package/dist/chat/super-grouping/SuperGroupingCard.cjs.map +1 -0
- package/dist/chat/super-grouping/SuperGroupingCard.d.ts +4 -1
- package/dist/chat/super-grouping/SuperGroupingCard.js +361 -0
- package/dist/chat/super-grouping/SuperGroupingCard.js.map +1 -0
- package/dist/chat/super-grouping/activity-timeline.cjs +151 -0
- package/dist/chat/super-grouping/activity-timeline.cjs.map +1 -0
- package/dist/chat/super-grouping/activity-timeline.d.ts +3 -3
- package/dist/chat/super-grouping/activity-timeline.js +151 -0
- package/dist/chat/super-grouping/activity-timeline.js.map +1 -0
- package/dist/chat/super-grouping/grouping-function.cjs +55 -0
- package/dist/chat/super-grouping/grouping-function.cjs.map +1 -0
- package/dist/chat/super-grouping/grouping-function.js +55 -0
- package/dist/chat/super-grouping/grouping-function.js.map +1 -0
- package/dist/chat/super-grouping/index.cjs +26 -0
- package/dist/chat/super-grouping/index.cjs.map +1 -0
- package/dist/chat/super-grouping/index.js +26 -0
- package/dist/chat/super-grouping/index.js.map +1 -0
- package/dist/chat/super-grouping/toolkit-map.cjs +96 -0
- package/dist/chat/super-grouping/toolkit-map.cjs.map +1 -0
- package/dist/chat/super-grouping/toolkit-map.js +96 -0
- package/dist/chat/super-grouping/toolkit-map.js.map +1 -0
- package/dist/chat/tiptap-text.cjs +101 -0
- package/dist/chat/tiptap-text.cjs.map +1 -0
- package/dist/chat/tiptap-text.js +101 -0
- package/dist/chat/tiptap-text.js.map +1 -0
- package/dist/chat/tooltip-icon-button.cjs +32 -0
- package/dist/chat/tooltip-icon-button.cjs.map +1 -0
- package/dist/chat/tooltip-icon-button.js +32 -0
- package/dist/chat/tooltip-icon-button.js.map +1 -0
- package/dist/chat/use-athena-run-live.cjs +23 -0
- package/dist/chat/use-athena-run-live.cjs.map +1 -0
- package/dist/chat/use-athena-run-live.d.ts +10 -0
- package/dist/chat/use-athena-run-live.js +23 -0
- package/dist/chat/use-athena-run-live.js.map +1 -0
- package/dist/chat/use-statewire-approval-request.cjs +46 -0
- package/dist/chat/use-statewire-approval-request.cjs.map +1 -0
- package/dist/chat/use-statewire-approval-request.js +46 -0
- package/dist/chat/use-statewire-approval-request.js.map +1 -0
- package/dist/chat-ui/auth/sign-in-card.cjs +128 -0
- package/dist/chat-ui/auth/sign-in-card.cjs.map +1 -0
- package/dist/chat-ui/auth/sign-in-card.js +128 -0
- package/dist/chat-ui/auth/sign-in-card.js.map +1 -0
- package/dist/chat-ui/composer/composer-action.cjs +11 -0
- package/dist/chat-ui/composer/composer-action.cjs.map +1 -0
- package/dist/chat-ui/composer/composer-action.d.ts +5 -8
- package/dist/chat-ui/composer/composer-action.js +11 -0
- package/dist/chat-ui/composer/composer-action.js.map +1 -0
- package/dist/chat-ui/composer/pending-attachment-uploads.cjs +25 -0
- package/dist/chat-ui/composer/pending-attachment-uploads.cjs.map +1 -0
- package/dist/chat-ui/composer/pending-attachment-uploads.js +25 -0
- package/dist/chat-ui/composer/pending-attachment-uploads.js.map +1 -0
- package/dist/chat-ui/composer/tiptap-composer.cjs +590 -0
- package/dist/chat-ui/composer/tiptap-composer.cjs.map +1 -0
- package/dist/chat-ui/composer/tiptap-composer.d.ts +44 -7
- package/dist/chat-ui/composer/tiptap-composer.js +590 -0
- package/dist/chat-ui/composer/tiptap-composer.js.map +1 -0
- package/dist/chat-ui/header/chat-header.cjs +33 -0
- package/dist/chat-ui/header/chat-header.cjs.map +1 -0
- package/dist/chat-ui/header/chat-header.js +33 -0
- package/dist/chat-ui/header/chat-header.js.map +1 -0
- package/dist/chat-ui/header/conversation-history-panel.cjs +369 -0
- package/dist/chat-ui/header/conversation-history-panel.cjs.map +1 -0
- package/dist/chat-ui/header/conversation-history-panel.js +369 -0
- package/dist/chat-ui/header/conversation-history-panel.js.map +1 -0
- package/dist/chat-ui/index.cjs +139 -0
- package/dist/chat-ui/index.cjs.map +1 -0
- package/dist/chat-ui/index.d.ts +4 -3
- package/dist/chat-ui/index.js +139 -0
- package/dist/chat-ui/index.js.map +1 -0
- package/dist/chat-ui/lib/asset-urls.cjs +18 -0
- package/dist/chat-ui/lib/asset-urls.cjs.map +1 -0
- package/dist/chat-ui/lib/asset-urls.js +18 -0
- package/dist/chat-ui/lib/asset-urls.js.map +1 -0
- package/dist/chat-ui/mentions/mention-chip.cjs +208 -0
- package/dist/chat-ui/mentions/mention-chip.cjs.map +1 -0
- package/dist/chat-ui/mentions/mention-chip.js +208 -0
- package/dist/chat-ui/mentions/mention-chip.js.map +1 -0
- package/dist/chat-ui/mentions/mention-extension.cjs +184 -0
- package/dist/chat-ui/mentions/mention-extension.cjs.map +1 -0
- package/dist/chat-ui/mentions/mention-extension.d.ts +24 -2
- package/dist/chat-ui/mentions/mention-extension.js +184 -0
- package/dist/chat-ui/mentions/mention-extension.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/get-scope-name.cjs +35 -0
- package/dist/chat-ui/mentions/suggestions/components/get-scope-name.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/get-scope-name.js +35 -0
- package/dist/chat-ui/mentions/suggestions/components/get-scope-name.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-icon.cjs +95 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-icon.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-icon.d.ts +5 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-icon.js +95 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-icon.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-suggestion-list.cjs +116 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-suggestion-list.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-suggestion-list.js +116 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-suggestion-list.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-suggestion-popup.cjs +31 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-suggestion-popup.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-suggestion-popup.js +31 -0
- package/dist/chat-ui/mentions/suggestions/components/mention-suggestion-popup.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-breadcrumbs.cjs +27 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-breadcrumbs.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-breadcrumbs.js +27 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-breadcrumbs.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-item.cjs +62 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-item.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-item.js +62 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-item.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-list.cjs +63 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-list.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-list.js +63 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-list.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-skeleton.cjs +11 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-skeleton.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-skeleton.js +11 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-skeleton.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-summary.cjs +33 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-summary.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-summary.js +33 -0
- package/dist/chat-ui/mentions/suggestions/components/menu-summary.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/use-keyboard-navigation.cjs +58 -0
- package/dist/chat-ui/mentions/suggestions/components/use-keyboard-navigation.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/use-keyboard-navigation.js +58 -0
- package/dist/chat-ui/mentions/suggestions/components/use-keyboard-navigation.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/use-menu-navigation.cjs +81 -0
- package/dist/chat-ui/mentions/suggestions/components/use-menu-navigation.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/use-menu-navigation.js +81 -0
- package/dist/chat-ui/mentions/suggestions/components/use-menu-navigation.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/utils.cjs +18 -0
- package/dist/chat-ui/mentions/suggestions/components/utils.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/components/utils.js +18 -0
- package/dist/chat-ui/mentions/suggestions/components/utils.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/api-client.cjs +123 -0
- package/dist/chat-ui/mentions/suggestions/data/api-client.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/api-client.d.ts +10 -0
- package/dist/chat-ui/mentions/suggestions/data/api-client.js +123 -0
- package/dist/chat-ui/mentions/suggestions/data/api-client.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/item-cache.cjs +37 -0
- package/dist/chat-ui/mentions/suggestions/data/item-cache.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/item-cache.js +37 -0
- package/dist/chat-ui/mentions/suggestions/data/item-cache.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/orchestrator.cjs +134 -0
- package/dist/chat-ui/mentions/suggestions/data/orchestrator.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/orchestrator.js +134 -0
- package/dist/chat-ui/mentions/suggestions/data/orchestrator.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/scope-registry.cjs +91 -0
- package/dist/chat-ui/mentions/suggestions/data/scope-registry.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/scope-registry.js +91 -0
- package/dist/chat-ui/mentions/suggestions/data/scope-registry.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/sources/asset-type-icons.cjs +137 -0
- package/dist/chat-ui/mentions/suggestions/data/sources/asset-type-icons.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/sources/asset-type-icons.js +137 -0
- package/dist/chat-ui/mentions/suggestions/data/sources/asset-type-icons.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/sources/index.cjs +375 -0
- package/dist/chat-ui/mentions/suggestions/data/sources/index.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/sources/index.d.ts +16 -1
- package/dist/chat-ui/mentions/suggestions/data/sources/index.js +375 -0
- package/dist/chat-ui/mentions/suggestions/data/sources/index.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/types.cjs +9 -0
- package/dist/chat-ui/mentions/suggestions/data/types.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/types.d.ts +14 -0
- package/dist/chat-ui/mentions/suggestions/data/types.js +9 -0
- package/dist/chat-ui/mentions/suggestions/data/types.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/use-mention-suggestions.cjs +173 -0
- package/dist/chat-ui/mentions/suggestions/data/use-mention-suggestions.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/use-mention-suggestions.d.ts +14 -4
- package/dist/chat-ui/mentions/suggestions/data/use-mention-suggestions.js +173 -0
- package/dist/chat-ui/mentions/suggestions/data/use-mention-suggestions.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/use-menu-items.cjs +45 -0
- package/dist/chat-ui/mentions/suggestions/data/use-menu-items.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/use-menu-items.js +45 -0
- package/dist/chat-ui/mentions/suggestions/data/use-menu-items.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/filter-items.cjs +43 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/filter-items.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/filter-items.js +43 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/filter-items.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/match-query.cjs +14 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/match-query.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/match-query.js +14 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/match-query.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/score-match.cjs +48 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/score-match.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/score-match.js +48 -0
- package/dist/chat-ui/mentions/suggestions/data/utils/score-match.js.map +1 -0
- package/dist/chat-ui/mentions/suggestions/mention-suggestions.extension.cjs +71 -0
- package/dist/chat-ui/mentions/suggestions/mention-suggestions.extension.cjs.map +1 -0
- package/dist/chat-ui/mentions/suggestions/mention-suggestions.extension.js +71 -0
- package/dist/chat-ui/mentions/suggestions/mention-suggestions.extension.js.map +1 -0
- package/dist/chat-ui/messages/continue-pill.cjs +54 -0
- package/dist/chat-ui/messages/continue-pill.cjs.map +1 -0
- package/dist/chat-ui/messages/continue-pill.js +54 -0
- package/dist/chat-ui/messages/continue-pill.js.map +1 -0
- package/dist/chat-ui/messages/message-actions-config.cjs +12 -0
- package/dist/chat-ui/messages/message-actions-config.cjs.map +1 -0
- package/dist/chat-ui/messages/message-actions-config.js +12 -0
- package/dist/chat-ui/messages/message-actions-config.js.map +1 -0
- package/dist/chat-ui/messages/message-components.cjs +343 -0
- package/dist/chat-ui/messages/message-components.cjs.map +1 -0
- package/dist/chat-ui/messages/message-components.d.ts +13 -1
- package/dist/chat-ui/messages/message-components.js +343 -0
- package/dist/chat-ui/messages/message-components.js.map +1 -0
- package/dist/chat-ui/messages/running-indicator.cjs +49 -0
- package/dist/chat-ui/messages/running-indicator.cjs.map +1 -0
- package/dist/chat-ui/messages/running-indicator.js +49 -0
- package/dist/chat-ui/messages/running-indicator.js.map +1 -0
- package/dist/chat-ui/messages/runtime-message.cjs +65 -0
- package/dist/chat-ui/messages/runtime-message.cjs.map +1 -0
- package/dist/chat-ui/messages/runtime-message.js +65 -0
- package/dist/chat-ui/messages/runtime-message.js.map +1 -0
- package/dist/{statewire-continue-run-nE9VCKUh.cjs → chat-ui/messages/statewire-continue-run.cjs} +39 -16
- package/dist/chat-ui/messages/statewire-continue-run.cjs.map +1 -0
- package/dist/chat-ui/messages/statewire-continue-run.d.ts +5 -1
- package/dist/{statewire-continue-run-D34gS7_1.js → chat-ui/messages/statewire-continue-run.js} +29 -7
- package/dist/chat-ui/messages/statewire-continue-run.js.map +1 -0
- package/dist/chat-ui/messages/user-edit-composer.cjs +61 -0
- package/dist/chat-ui/messages/user-edit-composer.cjs.map +1 -0
- package/dist/chat-ui/messages/user-edit-composer.js +61 -0
- package/dist/chat-ui/messages/user-edit-composer.js.map +1 -0
- package/dist/chat-ui/messages/voice-delegation-card.cjs +51 -0
- package/dist/chat-ui/messages/voice-delegation-card.cjs.map +1 -0
- package/dist/chat-ui/messages/voice-delegation-card.d.ts +26 -0
- package/dist/chat-ui/messages/voice-delegation-card.js +51 -0
- package/dist/chat-ui/messages/voice-delegation-card.js.map +1 -0
- package/dist/chat-ui/statewire.cjs +39 -0
- package/dist/chat-ui/statewire.cjs.map +1 -0
- package/dist/chat-ui/statewire.js +39 -0
- package/dist/chat-ui/statewire.js.map +1 -0
- package/dist/chat-ui/thread/chat-composer-dock.cjs +37 -0
- package/dist/chat-ui/thread/chat-composer-dock.cjs.map +1 -0
- package/dist/chat-ui/thread/chat-composer-dock.js +37 -0
- package/dist/chat-ui/thread/chat-composer-dock.js.map +1 -0
- package/dist/chat-ui/thread/chat-thread-shell.cjs +102 -0
- package/dist/chat-ui/thread/chat-thread-shell.cjs.map +1 -0
- package/dist/chat-ui/thread/chat-thread-shell.js +102 -0
- package/dist/chat-ui/thread/chat-thread-shell.js.map +1 -0
- package/dist/chat-ui/thread/composer-send-or-stop.cjs +75 -0
- package/dist/chat-ui/thread/composer-send-or-stop.cjs.map +1 -0
- package/dist/chat-ui/thread/composer-send-or-stop.d.ts +0 -6
- package/dist/chat-ui/thread/composer-send-or-stop.js +75 -0
- package/dist/chat-ui/thread/composer-send-or-stop.js.map +1 -0
- package/dist/chat-ui/thread/statewire-history-edge.cjs +134 -0
- package/dist/chat-ui/thread/statewire-history-edge.cjs.map +1 -0
- package/dist/chat-ui/thread/statewire-history-edge.js +134 -0
- package/dist/chat-ui/thread/statewire-history-edge.js.map +1 -0
- package/dist/{collab.cjs → collab/client.cjs} +6 -166
- package/dist/collab/client.cjs.map +1 -0
- package/dist/{collab.js → collab/client.js} +5 -164
- package/dist/collab/client.js.map +1 -0
- package/dist/collab/close-policy.cjs +14 -0
- package/dist/collab/close-policy.cjs.map +1 -0
- package/dist/collab/close-policy.js +14 -0
- package/dist/collab/close-policy.js.map +1 -0
- package/dist/collab/index.cjs +17 -0
- package/dist/collab/index.cjs.map +1 -0
- package/dist/collab/index.js +17 -0
- package/dist/collab/index.js.map +1 -0
- package/dist/collab/mint.cjs +59 -0
- package/dist/collab/mint.cjs.map +1 -0
- package/dist/collab/mint.js +59 -0
- package/dist/collab/mint.js.map +1 -0
- package/dist/collab/react.cjs +58 -0
- package/dist/collab/react.cjs.map +1 -0
- package/dist/collab/react.js +58 -0
- package/dist/collab/react.js.map +1 -0
- package/dist/collab/shape.cjs +45 -0
- package/dist/collab/shape.cjs.map +1 -0
- package/dist/collab/shape.js +45 -0
- package/dist/collab/shape.js.map +1 -0
- package/dist/composer/AttachmentContext.cjs +40 -0
- package/dist/composer/AttachmentContext.cjs.map +1 -0
- package/dist/composer/AttachmentContext.js +40 -0
- package/dist/composer/AttachmentContext.js.map +1 -0
- package/dist/composer/ComposerAttachmentPreview.cjs +39 -0
- package/dist/composer/ComposerAttachmentPreview.cjs.map +1 -0
- package/dist/composer/ComposerAttachmentPreview.js +39 -0
- package/dist/composer/ComposerAttachmentPreview.js.map +1 -0
- package/dist/composer/ComposerDropZone.cjs +61 -0
- package/dist/composer/ComposerDropZone.cjs.map +1 -0
- package/dist/composer/ComposerDropZone.d.ts +1 -1
- package/dist/composer/ComposerDropZone.js +61 -0
- package/dist/composer/ComposerDropZone.js.map +1 -0
- package/dist/composer/ComposerQuotePreview.cjs +42 -0
- package/dist/composer/ComposerQuotePreview.cjs.map +1 -0
- package/dist/composer/ComposerQuotePreview.js +42 -0
- package/dist/composer/ComposerQuotePreview.js.map +1 -0
- package/dist/composer/FileUploadButton.cjs +65 -0
- package/dist/composer/FileUploadButton.cjs.map +1 -0
- package/dist/composer/FileUploadButton.d.ts +1 -1
- package/dist/composer/FileUploadButton.js +65 -0
- package/dist/composer/FileUploadButton.js.map +1 -0
- package/dist/composer/QuoteContext.cjs +68 -0
- package/dist/composer/QuoteContext.cjs.map +1 -0
- package/dist/composer/QuoteContext.js +68 -0
- package/dist/composer/QuoteContext.js.map +1 -0
- package/dist/composer/build-composed-message.cjs +25 -0
- package/dist/composer/build-composed-message.cjs.map +1 -0
- package/dist/composer/build-composed-message.js +25 -0
- package/dist/composer/build-composed-message.js.map +1 -0
- package/dist/composer/clipboard.cjs +62 -0
- package/dist/composer/clipboard.cjs.map +1 -0
- package/dist/composer/clipboard.d.ts +27 -3
- package/dist/composer/clipboard.js +62 -0
- package/dist/composer/clipboard.js.map +1 -0
- package/dist/composer/useAppendToComposer.cjs +21 -0
- package/dist/composer/useAppendToComposer.cjs.map +1 -0
- package/dist/composer/useAppendToComposer.js +21 -0
- package/dist/composer/useAppendToComposer.js.map +1 -0
- package/dist/composer/useAttachFiles.cjs +40 -0
- package/dist/composer/useAttachFiles.cjs.map +1 -0
- package/dist/composer/useAttachFiles.d.ts +24 -0
- package/dist/composer/useAttachFiles.js +40 -0
- package/dist/composer/useAttachFiles.js.map +1 -0
- package/dist/composer/useComposerAttachment.cjs +25 -0
- package/dist/composer/useComposerAttachment.cjs.map +1 -0
- package/dist/composer/useComposerAttachment.js +25 -0
- package/dist/composer/useComposerAttachment.js.map +1 -0
- package/dist/composer/useFileUpload.cjs +123 -0
- package/dist/composer/useFileUpload.cjs.map +1 -0
- package/dist/composer/useFileUpload.js +123 -0
- package/dist/composer/useFileUpload.js.map +1 -0
- package/dist/composer/useSendMessage.cjs +22 -0
- package/dist/composer/useSendMessage.cjs.map +1 -0
- package/dist/composer/useSendMessage.js +22 -0
- package/dist/composer/useSendMessage.js.map +1 -0
- package/dist/diagnostics/athena-diagnostics.cjs +329 -0
- package/dist/diagnostics/athena-diagnostics.cjs.map +1 -0
- package/dist/diagnostics/athena-diagnostics.js +329 -0
- package/dist/diagnostics/athena-diagnostics.js.map +1 -0
- package/dist/diagnostics/errors.cjs +89 -0
- package/dist/diagnostics/errors.cjs.map +1 -0
- package/dist/diagnostics/errors.js +89 -0
- package/dist/diagnostics/errors.js.map +1 -0
- package/dist/diagnostics/useAthenaDiagnostics.cjs +16 -0
- package/dist/diagnostics/useAthenaDiagnostics.cjs.map +1 -0
- package/dist/diagnostics/useAthenaDiagnostics.js +16 -0
- package/dist/diagnostics/useAthenaDiagnostics.js.map +1 -0
- package/dist/index.cjs +274 -27882
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +6 -4
- package/dist/index.js +161 -27759
- package/dist/index.js.map +1 -1
- package/dist/lib/athena-urls.cjs +194 -0
- package/dist/lib/athena-urls.cjs.map +1 -0
- package/dist/lib/athena-urls.d.ts +20 -5
- package/dist/lib/athena-urls.js +194 -0
- package/dist/lib/athena-urls.js.map +1 -0
- package/dist/lib/posthog/before-send.cjs +58 -0
- package/dist/lib/posthog/before-send.cjs.map +1 -0
- package/dist/lib/posthog/before-send.js +58 -0
- package/dist/lib/posthog/before-send.js.map +1 -0
- package/dist/lib/posthog/capture-gate.cjs +322 -0
- package/dist/lib/posthog/capture-gate.cjs.map +1 -0
- package/dist/lib/posthog/capture-gate.js +322 -0
- package/dist/lib/posthog/capture-gate.js.map +1 -0
- package/dist/lib/posthog/wrap-posthog-client.cjs +163 -0
- package/dist/lib/posthog/wrap-posthog-client.cjs.map +1 -0
- package/dist/lib/posthog/wrap-posthog-client.js +163 -0
- package/dist/lib/posthog/wrap-posthog-client.js.map +1 -0
- package/dist/lib/utils.cjs +12 -0
- package/dist/lib/utils.cjs.map +1 -0
- package/dist/lib/utils.js +9 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/node_modules/@assistant-ui/react-langchain/dist/converter.cjs +77 -0
- package/dist/node_modules/@assistant-ui/react-langchain/dist/converter.cjs.map +1 -0
- package/dist/node_modules/@assistant-ui/react-langchain/dist/converter.js +77 -0
- package/dist/node_modules/@assistant-ui/react-langchain/dist/converter.js.map +1 -0
- package/dist/node_modules/@assistant-ui/react-langgraph/dist/convertLangChainMessages.cjs +181 -0
- package/dist/node_modules/@assistant-ui/react-langgraph/dist/convertLangChainMessages.cjs.map +1 -0
- package/dist/node_modules/@assistant-ui/react-langgraph/dist/convertLangChainMessages.js +181 -0
- package/dist/node_modules/@assistant-ui/react-langgraph/dist/convertLangChainMessages.js.map +1 -0
- package/dist/packages/agent-runtime/src/asset-attachment.cjs +19 -0
- package/dist/packages/agent-runtime/src/asset-attachment.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/asset-attachment.js +19 -0
- package/dist/packages/agent-runtime/src/asset-attachment.js.map +1 -0
- package/dist/packages/agent-runtime/src/auth-denial.cjs +28 -0
- package/dist/packages/agent-runtime/src/auth-denial.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/auth-denial.js +28 -0
- package/dist/packages/agent-runtime/src/auth-denial.js.map +1 -0
- package/dist/packages/agent-runtime/src/client-tool-bridge.cjs +270 -0
- package/dist/packages/agent-runtime/src/client-tool-bridge.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/client-tool-bridge.js +270 -0
- package/dist/packages/agent-runtime/src/client-tool-bridge.js.map +1 -0
- package/dist/packages/agent-runtime/src/client-tools.cjs +137 -0
- package/dist/packages/agent-runtime/src/client-tools.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/client-tools.js +137 -0
- package/dist/packages/agent-runtime/src/client-tools.js.map +1 -0
- package/dist/packages/agent-runtime/src/conversation-index.cjs +80 -0
- package/dist/packages/agent-runtime/src/conversation-index.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/conversation-index.js +80 -0
- package/dist/packages/agent-runtime/src/conversation-index.js.map +1 -0
- package/dist/packages/agent-runtime/src/conversation-list.cjs +86 -0
- package/dist/packages/agent-runtime/src/conversation-list.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/conversation-list.js +86 -0
- package/dist/packages/agent-runtime/src/conversation-list.js.map +1 -0
- package/dist/packages/agent-runtime/src/deep-agent-transport-recipe.cjs +55 -0
- package/dist/packages/agent-runtime/src/deep-agent-transport-recipe.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/deep-agent-transport-recipe.js +55 -0
- package/dist/packages/agent-runtime/src/deep-agent-transport-recipe.js.map +1 -0
- package/dist/packages/agent-runtime/src/edit-command.cjs +89 -0
- package/dist/packages/agent-runtime/src/edit-command.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/edit-command.js +89 -0
- package/dist/packages/agent-runtime/src/edit-command.js.map +1 -0
- package/dist/packages/agent-runtime/src/errors.cjs +95 -0
- package/dist/packages/agent-runtime/src/errors.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/errors.js +95 -0
- package/dist/packages/agent-runtime/src/errors.js.map +1 -0
- package/dist/packages/agent-runtime/src/generated/runconfig-contract.cjs +236 -0
- package/dist/packages/agent-runtime/src/generated/runconfig-contract.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/generated/runconfig-contract.js +236 -0
- package/dist/packages/agent-runtime/src/generated/runconfig-contract.js.map +1 -0
- package/dist/packages/agent-runtime/src/interrupts.cjs +117 -0
- package/dist/packages/agent-runtime/src/interrupts.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/interrupts.js +117 -0
- package/dist/packages/agent-runtime/src/interrupts.js.map +1 -0
- package/dist/packages/agent-runtime/src/message-author.cjs +31 -0
- package/dist/packages/agent-runtime/src/message-author.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/message-author.js +31 -0
- package/dist/packages/agent-runtime/src/message-author.js.map +1 -0
- package/dist/packages/agent-runtime/src/message-window.cjs +85 -0
- package/dist/packages/agent-runtime/src/message-window.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/message-window.js +85 -0
- package/dist/packages/agent-runtime/src/message-window.js.map +1 -0
- package/dist/packages/agent-runtime/src/messages.cjs +433 -0
- package/dist/packages/agent-runtime/src/messages.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/messages.js +433 -0
- package/dist/packages/agent-runtime/src/messages.js.map +1 -0
- package/dist/packages/agent-runtime/src/model-context.cjs +13 -0
- package/dist/packages/agent-runtime/src/model-context.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/model-context.js +13 -0
- package/dist/packages/agent-runtime/src/model-context.js.map +1 -0
- package/dist/packages/agent-runtime/src/optimistic-content.cjs +17 -0
- package/dist/packages/agent-runtime/src/optimistic-content.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/optimistic-content.js +17 -0
- package/dist/packages/agent-runtime/src/optimistic-content.js.map +1 -0
- package/dist/packages/agent-runtime/src/protocol.cjs +33 -0
- package/dist/packages/agent-runtime/src/protocol.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/protocol.js +33 -0
- package/dist/packages/agent-runtime/src/protocol.js.map +1 -0
- package/dist/packages/agent-runtime/src/queue.cjs +67 -0
- package/dist/packages/agent-runtime/src/queue.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/queue.js +67 -0
- package/dist/packages/agent-runtime/src/queue.js.map +1 -0
- package/dist/packages/agent-runtime/src/quota-safe-local-storage-session.cjs +47 -0
- package/dist/packages/agent-runtime/src/quota-safe-local-storage-session.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/quota-safe-local-storage-session.js +47 -0
- package/dist/packages/agent-runtime/src/quota-safe-local-storage-session.js.map +1 -0
- package/dist/packages/agent-runtime/src/runtime-messages.cjs +187 -0
- package/dist/packages/agent-runtime/src/runtime-messages.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/runtime-messages.js +187 -0
- package/dist/packages/agent-runtime/src/runtime-messages.js.map +1 -0
- package/dist/packages/agent-runtime/src/send-recovery.cjs +128 -0
- package/dist/packages/agent-runtime/src/send-recovery.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/send-recovery.js +128 -0
- package/dist/packages/agent-runtime/src/send-recovery.js.map +1 -0
- package/dist/packages/agent-runtime/src/statewire-attach-observer.cjs +249 -0
- package/dist/packages/agent-runtime/src/statewire-attach-observer.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/statewire-attach-observer.js +249 -0
- package/dist/packages/agent-runtime/src/statewire-attach-observer.js.map +1 -0
- package/dist/packages/agent-runtime/src/statewire-state.cjs +16 -0
- package/dist/packages/agent-runtime/src/statewire-state.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/statewire-state.js +16 -0
- package/dist/packages/agent-runtime/src/statewire-state.js.map +1 -0
- package/dist/packages/agent-runtime/src/statewire-suspended.cjs +41 -0
- package/dist/packages/agent-runtime/src/statewire-suspended.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/statewire-suspended.js +41 -0
- package/dist/packages/agent-runtime/src/statewire-suspended.js.map +1 -0
- package/dist/packages/agent-runtime/src/statewire-transport.cjs +6 -0
- package/dist/packages/agent-runtime/src/statewire-transport.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/statewire-transport.js +6 -0
- package/dist/packages/agent-runtime/src/statewire-transport.js.map +1 -0
- package/dist/packages/agent-runtime/src/streaming-markdown.cjs +214 -0
- package/dist/packages/agent-runtime/src/streaming-markdown.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/streaming-markdown.js +214 -0
- package/dist/packages/agent-runtime/src/streaming-markdown.js.map +1 -0
- package/dist/packages/agent-runtime/src/thread-extras.cjs +38 -0
- package/dist/packages/agent-runtime/src/thread-extras.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/thread-extras.js +38 -0
- package/dist/packages/agent-runtime/src/thread-extras.js.map +1 -0
- package/dist/packages/agent-runtime/src/thread-snapshot-cache.cjs +90 -0
- package/dist/packages/agent-runtime/src/thread-snapshot-cache.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/thread-snapshot-cache.js +90 -0
- package/dist/packages/agent-runtime/src/thread-snapshot-cache.js.map +1 -0
- package/dist/packages/agent-runtime/src/thread-status.cjs +49 -0
- package/dist/packages/agent-runtime/src/thread-status.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/thread-status.js +49 -0
- package/dist/packages/agent-runtime/src/thread-status.js.map +1 -0
- package/dist/packages/agent-runtime/src/tool-metadata.cjs +1802 -0
- package/dist/packages/agent-runtime/src/tool-metadata.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/tool-metadata.js +1802 -0
- package/dist/packages/agent-runtime/src/tool-metadata.js.map +1 -0
- package/dist/packages/agent-runtime/src/tool-outputs.cjs +46 -0
- package/dist/packages/agent-runtime/src/tool-outputs.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/tool-outputs.js +46 -0
- package/dist/packages/agent-runtime/src/tool-outputs.js.map +1 -0
- package/dist/packages/agent-runtime/src/tool-result.cjs +151 -0
- package/dist/packages/agent-runtime/src/tool-result.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/tool-result.js +151 -0
- package/dist/packages/agent-runtime/src/tool-result.js.map +1 -0
- package/dist/packages/agent-runtime/src/use-conversation-list.cjs +139 -0
- package/dist/packages/agent-runtime/src/use-conversation-list.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/use-conversation-list.js +139 -0
- package/dist/packages/agent-runtime/src/use-conversation-list.js.map +1 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-edit-submit.cjs +28 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-edit-submit.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-edit-submit.js +28 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-edit-submit.js.map +1 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-runtime.cjs +138 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-runtime.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-runtime.js +138 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-runtime.js.map +1 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-thread.cjs +387 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-thread.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-thread.js +387 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-thread.js.map +1 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-window-sync.cjs +133 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-window-sync.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-window-sync.js +133 -0
- package/dist/packages/agent-runtime/src/use-deep-agent-window-sync.js.map +1 -0
- package/dist/packages/agent-runtime/src/voice-presentation.cjs +37 -0
- package/dist/packages/agent-runtime/src/voice-presentation.cjs.map +1 -0
- package/dist/packages/agent-runtime/src/voice-presentation.js +37 -0
- package/dist/packages/agent-runtime/src/voice-presentation.js.map +1 -0
- package/dist/packages/react/package.json.cjs +9 -0
- package/dist/packages/react/package.json.cjs.map +1 -0
- package/dist/packages/react/package.json.js +9 -0
- package/dist/packages/react/package.json.js.map +1 -0
- package/dist/{AthenaContext-B1QMhIP-.cjs → provider/AthenaContext.cjs} +5 -4
- package/dist/provider/AthenaContext.cjs.map +1 -0
- package/dist/{AthenaContext-MOslgOmE.js → provider/AthenaContext.js} +3 -3
- package/dist/provider/AthenaContext.js.map +1 -0
- package/dist/provider/AthenaProvider.cjs +403 -0
- package/dist/provider/AthenaProvider.cjs.map +1 -0
- package/dist/provider/AthenaProvider.js +403 -0
- package/dist/provider/AthenaProvider.js.map +1 -0
- package/dist/provider/PostHogProvider.cjs +81 -0
- package/dist/provider/PostHogProvider.cjs.map +1 -0
- package/dist/provider/PostHogProvider.js +59 -0
- package/dist/provider/PostHogProvider.js.map +1 -0
- package/dist/provider/config.d.ts +8 -7
- package/dist/provider/statewire-lifecycle-context.cjs +10 -0
- package/dist/provider/statewire-lifecycle-context.cjs.map +1 -0
- package/dist/provider/statewire-lifecycle-context.js +10 -0
- package/dist/provider/statewire-lifecycle-context.js.map +1 -0
- package/dist/provider/statewire-window-context.cjs +10 -0
- package/dist/provider/statewire-window-context.cjs.map +1 -0
- package/dist/provider/statewire-window-context.js +10 -0
- package/dist/provider/statewire-window-context.js.map +1 -0
- package/dist/runtime/auth.cjs +309 -0
- package/dist/runtime/auth.cjs.map +1 -0
- package/dist/runtime/auth.d.ts +19 -18
- package/dist/runtime/auth.js +309 -0
- package/dist/runtime/auth.js.map +1 -0
- package/dist/runtime/statewire-auth-headers.cjs +18 -0
- package/dist/runtime/statewire-auth-headers.cjs.map +1 -0
- package/dist/runtime/statewire-auth-headers.js +18 -0
- package/dist/runtime/statewire-auth-headers.js.map +1 -0
- package/dist/runtime/statewire-lifecycle.cjs +67 -0
- package/dist/runtime/statewire-lifecycle.cjs.map +1 -0
- package/dist/runtime/statewire-lifecycle.js +67 -0
- package/dist/runtime/statewire-lifecycle.js.map +1 -0
- package/dist/runtime/statewire-run-config.cjs +68 -0
- package/dist/runtime/statewire-run-config.cjs.map +1 -0
- package/dist/runtime/statewire-run-config.js +68 -0
- package/dist/runtime/statewire-run-config.js.map +1 -0
- package/dist/runtime/statewire-session-key.cjs +11 -0
- package/dist/runtime/statewire-session-key.cjs.map +1 -0
- package/dist/runtime/statewire-session-key.js +11 -0
- package/dist/runtime/statewire-session-key.js.map +1 -0
- package/dist/runtime/useAthenaStatewireRuntime.cjs +179 -0
- package/dist/runtime/useAthenaStatewireRuntime.cjs.map +1 -0
- package/dist/runtime/useAthenaStatewireRuntime.js +180 -0
- package/dist/runtime/useAthenaStatewireRuntime.js.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/theme/index.cjs +182 -0
- package/dist/theme/index.cjs.map +1 -0
- package/dist/theme/index.js +182 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/threads/ThreadList.cjs +55 -0
- package/dist/threads/ThreadList.cjs.map +1 -0
- package/dist/threads/ThreadList.js +55 -0
- package/dist/threads/ThreadList.js.map +1 -0
- package/dist/threads/api.cjs +208 -0
- package/dist/threads/api.cjs.map +1 -0
- package/dist/threads/api.js +208 -0
- package/dist/threads/api.js.map +1 -0
- package/dist/threads/conversation-list-fetcher.cjs +70 -0
- package/dist/threads/conversation-list-fetcher.cjs.map +1 -0
- package/dist/threads/conversation-list-fetcher.js +70 -0
- package/dist/threads/conversation-list-fetcher.js.map +1 -0
- package/dist/threads/mint-thread-id.cjs +7 -0
- package/dist/threads/mint-thread-id.cjs.map +1 -0
- package/dist/threads/mint-thread-id.js +7 -0
- package/dist/threads/mint-thread-id.js.map +1 -0
- package/dist/threads/statewire-thread-list.cjs +231 -0
- package/dist/threads/statewire-thread-list.cjs.map +1 -0
- package/dist/threads/statewire-thread-list.js +231 -0
- package/dist/threads/statewire-thread-list.js.map +1 -0
- package/dist/threads/thread-id-context.cjs +22 -0
- package/dist/threads/thread-id-context.cjs.map +1 -0
- package/dist/threads/thread-id-context.d.ts +9 -0
- package/dist/threads/thread-id-context.js +22 -0
- package/dist/threads/thread-id-context.js.map +1 -0
- package/dist/threads/title.cjs +95 -0
- package/dist/threads/title.cjs.map +1 -0
- package/dist/threads/title.js +95 -0
- package/dist/threads/title.js.map +1 -0
- package/dist/threads/use-rest-conversation-history.cjs +79 -0
- package/dist/threads/use-rest-conversation-history.cjs.map +1 -0
- package/dist/threads/use-rest-conversation-history.js +79 -0
- package/dist/threads/use-rest-conversation-history.js.map +1 -0
- package/dist/threads/use-statewire-conversation-history.cjs +243 -0
- package/dist/threads/use-statewire-conversation-history.cjs.map +1 -0
- package/dist/threads/use-statewire-conversation-history.js +243 -0
- package/dist/threads/use-statewire-conversation-history.js.map +1 -0
- package/dist/threads/useAthenaThreadManager.cjs +24 -0
- package/dist/threads/useAthenaThreadManager.cjs.map +1 -0
- package/dist/threads/useAthenaThreadManager.js +24 -0
- package/dist/threads/useAthenaThreadManager.js.map +1 -0
- package/dist/toolkits/index.cjs +279 -0
- package/dist/toolkits/index.cjs.map +1 -0
- package/dist/toolkits/index.js +279 -0
- package/dist/toolkits/index.js.map +1 -0
- package/dist/tools/NestedPtcMessages.cjs +46 -0
- package/dist/tools/NestedPtcMessages.cjs.map +1 -0
- package/dist/tools/NestedPtcMessages.js +46 -0
- package/dist/tools/NestedPtcMessages.js.map +1 -0
- package/dist/tools/append-document-tool-ui.cjs +145 -0
- package/dist/tools/append-document-tool-ui.cjs.map +1 -0
- package/dist/tools/append-document-tool-ui.js +145 -0
- package/dist/tools/append-document-tool-ui.js.map +1 -0
- package/dist/tools/asset-utils.cjs +16 -0
- package/dist/tools/asset-utils.cjs.map +1 -0
- package/dist/tools/asset-utils.js +16 -0
- package/dist/tools/asset-utils.js.map +1 -0
- package/dist/tools/auto-open-tools.cjs +121 -0
- package/dist/tools/auto-open-tools.cjs.map +1 -0
- package/dist/tools/auto-open-tools.js +121 -0
- package/dist/tools/auto-open-tools.js.map +1 -0
- package/dist/tools/file-tool-uis.cjs +108 -0
- package/dist/tools/file-tool-uis.cjs.map +1 -0
- package/dist/tools/file-tool-uis.js +108 -0
- package/dist/tools/file-tool-uis.js.map +1 -0
- package/dist/tools/index.cjs +56 -0
- package/dist/tools/index.cjs.map +1 -0
- package/dist/tools/index.d.ts +1 -0
- package/dist/tools/index.js +56 -0
- package/dist/tools/index.js.map +1 -0
- package/dist/tools/misc-tool-uis.cjs +54 -0
- package/dist/tools/misc-tool-uis.cjs.map +1 -0
- package/dist/{misc-tool-uis-gAiQw0Yl.js → tools/misc-tool-uis.js} +17 -7
- package/dist/tools/misc-tool-uis.js.map +1 -0
- package/dist/tools/primitives.cjs +166 -0
- package/dist/tools/primitives.cjs.map +1 -0
- package/dist/tools/primitives.js +166 -0
- package/dist/tools/primitives.js.map +1 -0
- package/dist/tools/read-asset-tool-ui.cjs +284 -0
- package/dist/tools/read-asset-tool-ui.cjs.map +1 -0
- package/dist/tools/read-asset-tool-ui.js +284 -0
- package/dist/tools/read-asset-tool-ui.js.map +1 -0
- package/dist/tools/todo-plan-store.cjs +88 -0
- package/dist/tools/todo-plan-store.cjs.map +1 -0
- package/dist/tools/todo-plan-store.js +88 -0
- package/dist/tools/todo-plan-store.js.map +1 -0
- package/dist/tools/tool-fallback.cjs +667 -0
- package/dist/tools/tool-fallback.cjs.map +1 -0
- package/dist/tools/tool-fallback.js +667 -0
- package/dist/tools/tool-fallback.js.map +1 -0
- package/dist/tools/tool-icons.cjs +61 -0
- package/dist/tools/tool-icons.cjs.map +1 -0
- package/dist/tools/tool-icons.js +61 -0
- package/dist/tools/tool-icons.js.map +1 -0
- package/dist/tools/tool-uis.cjs +3049 -0
- package/dist/tools/tool-uis.cjs.map +1 -0
- package/dist/tools/tool-uis.js +3049 -0
- package/dist/tools/tool-uis.js.map +1 -0
- package/dist/tools/voice-update-tool-ui.cjs +89 -0
- package/dist/tools/voice-update-tool-ui.cjs.map +1 -0
- package/dist/tools/voice-update-tool-ui.d.ts +27 -0
- package/dist/tools/voice-update-tool-ui.js +89 -0
- package/dist/tools/voice-update-tool-ui.js.map +1 -0
- package/dist/tools/write-todos-tool-ui.cjs +270 -0
- package/dist/tools/write-todos-tool-ui.cjs.map +1 -0
- package/dist/tools/write-todos-tool-ui.js +270 -0
- package/dist/tools/write-todos-tool-ui.js.map +1 -0
- package/dist/ui/button.cjs +57 -0
- package/dist/ui/button.cjs.map +1 -0
- package/dist/ui/button.js +57 -0
- package/dist/ui/button.js.map +1 -0
- package/dist/ui/collapsible.cjs +17 -0
- package/dist/ui/collapsible.cjs.map +1 -0
- package/dist/ui/collapsible.js +17 -0
- package/dist/ui/collapsible.js.map +1 -0
- package/dist/ui/tooltip.cjs +48 -0
- package/dist/ui/tooltip.cjs.map +1 -0
- package/dist/ui/tooltip.js +48 -0
- package/dist/ui/tooltip.js.map +1 -0
- package/dist/version.cjs +6 -0
- package/dist/version.cjs.map +1 -0
- package/dist/version.js +6 -0
- package/dist/version.js.map +1 -0
- package/package.json +18 -20
- package/dist/AthenaAuthContext-B3AwLA5Z.cjs.map +0 -1
- package/dist/AthenaAuthContext-DQsdayH2.js.map +0 -1
- package/dist/AthenaContext-B1QMhIP-.cjs.map +0 -1
- package/dist/AthenaContext-MOslgOmE.js.map +0 -1
- package/dist/SuperGroupingCard-BsWbHyV_.js +0 -795
- package/dist/SuperGroupingCard-BsWbHyV_.js.map +0 -1
- package/dist/SuperGroupingCard-CRRFUgjN.cjs +0 -794
- package/dist/SuperGroupingCard-CRRFUgjN.cjs.map +0 -1
- package/dist/auth.cjs.map +0 -1
- package/dist/auth.js.map +0 -1
- package/dist/chat/ComposerEditorContext.d.ts +0 -36
- package/dist/chat/tiptap-composer.d.ts +0 -7
- package/dist/chat-ui-statewire.cjs +0 -25
- package/dist/chat-ui-statewire.cjs.map +0 -1
- package/dist/chat-ui-statewire.js +0 -25
- package/dist/chat-ui-statewire.js.map +0 -1
- package/dist/chat-ui.cjs +0 -2484
- package/dist/chat-ui.cjs.map +0 -1
- package/dist/chat-ui.js +0 -2486
- package/dist/chat-ui.js.map +0 -1
- package/dist/collab.cjs.map +0 -1
- package/dist/collab.js.map +0 -1
- package/dist/mentions/composer-keybinds.d.ts +0 -5
- package/dist/mentions/mention-extension.d.ts +0 -6
- package/dist/mentions/mention-icons.d.ts +0 -4
- package/dist/mentions/mention-node-view.d.ts +0 -2
- package/dist/mentions/mention-suggestion-list.d.ts +0 -14
- package/dist/mentions/mention-suggestion-popup.d.ts +0 -15
- package/dist/mentions/mention-suggestions-extension.d.ts +0 -11
- package/dist/mentions/mention-types.d.ts +0 -21
- package/dist/mentions/mention-utils.d.ts +0 -23
- package/dist/mentions/use-mention-suggestions.d.ts +0 -29
- package/dist/misc-tool-uis-B2e0Okkn.cjs +0 -43
- package/dist/misc-tool-uis-B2e0Okkn.cjs.map +0 -1
- package/dist/misc-tool-uis-gAiQw0Yl.js.map +0 -1
- package/dist/statewire-continue-run-D34gS7_1.js.map +0 -1
- package/dist/statewire-continue-run-nE9VCKUh.cjs.map +0 -1
- package/dist/statewire-history-edge-C8uyTEjX.cjs +0 -1711
- package/dist/statewire-history-edge-C8uyTEjX.cjs.map +0 -1
- package/dist/statewire-history-edge-CPohUKMt.js +0 -1712
- package/dist/statewire-history-edge-CPohUKMt.js.map +0 -1
- package/dist/super-grouping.cjs +0 -22
- package/dist/super-grouping.cjs.map +0 -1
- package/dist/super-grouping.js +0 -22
- package/dist/super-grouping.js.map +0 -1
- package/dist/tool-fallback-DkQ3DLkn.js +0 -4281
- package/dist/tool-fallback-DkQ3DLkn.js.map +0 -1
- package/dist/tool-fallback-kfhpJQZa.cjs +0 -4297
- package/dist/tool-fallback-kfhpJQZa.cjs.map +0 -1
- package/dist/tools.cjs +0 -41
- package/dist/tools.cjs.map +0 -1
- package/dist/tools.js +0 -41
- package/dist/tools.js.map +0 -1
- package/dist/trash-2-B5OaNAL7.cjs +0 -5096
- package/dist/trash-2-B5OaNAL7.cjs.map +0 -1
- package/dist/trash-2-CCwSURL-.js +0 -5081
- package/dist/trash-2-CCwSURL-.js.map +0 -1
- package/dist/use-rest-conversation-history-Cm8qMRxp.cjs +0 -32397
- package/dist/use-rest-conversation-history-Cm8qMRxp.cjs.map +0 -1
- package/dist/use-rest-conversation-history-veDZS-oL.js +0 -32361
- package/dist/use-rest-conversation-history-veDZS-oL.js.map +0 -1
- package/dist/wrench-BEf72cyP.cjs +0 -417
- package/dist/wrench-BEf72cyP.cjs.map +0 -1
- package/dist/wrench-CbrOlVYm.js +0 -418
- package/dist/wrench-CbrOlVYm.js.map +0 -1
- package/dist/x-Dfd2NzK0.cjs +0 -42
- package/dist/x-Dfd2NzK0.cjs.map +0 -1
- package/dist/x-_DntAa_a.js +0 -43
- package/dist/x-_DntAa_a.js.map +0 -1
|
@@ -0,0 +1,1802 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const CATEGORY_EMOJI = {
|
|
4
|
+
Web: "🌐",
|
|
5
|
+
Email: "📧",
|
|
6
|
+
Document: "📄",
|
|
7
|
+
Spreadsheet: "📊",
|
|
8
|
+
SQL: "🗄️",
|
|
9
|
+
Database: "🗄️",
|
|
10
|
+
Python: "🐍",
|
|
11
|
+
Spaces: "📂",
|
|
12
|
+
Visualization: "📊",
|
|
13
|
+
Canvas: "🎨",
|
|
14
|
+
Presentation: "📽️",
|
|
15
|
+
UI: "🖥️",
|
|
16
|
+
Notebook: "📓",
|
|
17
|
+
AOP: "📋",
|
|
18
|
+
Browser: "🌐",
|
|
19
|
+
Computer: "💻",
|
|
20
|
+
Drive: "💾",
|
|
21
|
+
Comments: "💬",
|
|
22
|
+
Meetings: "📅",
|
|
23
|
+
Analysis: "🔬",
|
|
24
|
+
Memory: "💾",
|
|
25
|
+
Brand: "🎨",
|
|
26
|
+
Playbook: "📘",
|
|
27
|
+
GitHub: "🔀",
|
|
28
|
+
Ontology: "🗂️",
|
|
29
|
+
"Task Studio": "📜",
|
|
30
|
+
"Project Manager": "📋",
|
|
31
|
+
VM: "🖥️",
|
|
32
|
+
Agent: "🤖",
|
|
33
|
+
Files: "📁",
|
|
34
|
+
Media: "📸",
|
|
35
|
+
Integrations: "🔌",
|
|
36
|
+
Tool: "🔧"
|
|
37
|
+
};
|
|
38
|
+
const DEFAULT_EMOJI = CATEGORY_EMOJI.Tool;
|
|
39
|
+
function nonBlank(value) {
|
|
40
|
+
return typeof value === "string" && value.trim() ? value.trim() : void 0;
|
|
41
|
+
}
|
|
42
|
+
function quoted(value) {
|
|
43
|
+
return value === void 0 ? void 0 : `"${value}"`;
|
|
44
|
+
}
|
|
45
|
+
function truncateLine(text, max = 70) {
|
|
46
|
+
const oneLine = text.replace(/\s+/g, " ").trim();
|
|
47
|
+
return oneLine.length > max ? `${oneLine.slice(0, max)}...` : oneLine;
|
|
48
|
+
}
|
|
49
|
+
const describeQuery = (args) => quoted(nonBlank(args.query) ?? nonBlank(args.search_query) ?? nonBlank(args.term));
|
|
50
|
+
const describeUrl = (args) => nonBlank(args.url);
|
|
51
|
+
function describeNamed(field = "name") {
|
|
52
|
+
return (args) => quoted(nonBlank(args[field]) ?? nonBlank(args.title));
|
|
53
|
+
}
|
|
54
|
+
const describeSql = (args) => {
|
|
55
|
+
const sql = nonBlank(args.sql_query) ?? nonBlank(args.query) ?? nonBlank(args.sql);
|
|
56
|
+
return sql === void 0 ? void 0 : quoted(truncateLine(sql));
|
|
57
|
+
};
|
|
58
|
+
const describeRange = (args) => {
|
|
59
|
+
const range = nonBlank(args.range);
|
|
60
|
+
const explanation = nonBlank(args.explanation);
|
|
61
|
+
if (range && explanation) return `${range}: ${truncateLine(explanation)}`;
|
|
62
|
+
return range ?? (explanation ? truncateLine(explanation) : void 0);
|
|
63
|
+
};
|
|
64
|
+
const describeTable = (args) => nonBlank(args.table_name);
|
|
65
|
+
const describePackage = (args) => nonBlank(args.package_name) ?? nonBlank(args.package);
|
|
66
|
+
const describePath = (args) => nonBlank(args.file_path) ?? nonBlank(args.path);
|
|
67
|
+
const describeDelegation = (args) => {
|
|
68
|
+
const subagent = nonBlank(args.subagent_type);
|
|
69
|
+
const description = nonBlank(args.description);
|
|
70
|
+
if (subagent && description) return `${subagent}: ${truncateLine(description)}`;
|
|
71
|
+
return subagent ?? (description ? truncateLine(description) : void 0);
|
|
72
|
+
};
|
|
73
|
+
const TOOL_DISPLAY_META = {
|
|
74
|
+
// ── Web search & browse ──
|
|
75
|
+
search: {
|
|
76
|
+
displayName: "Web Search",
|
|
77
|
+
activeLabel: "Searching the web",
|
|
78
|
+
completedLabel: "Web search complete",
|
|
79
|
+
category: "Web",
|
|
80
|
+
icon: "search",
|
|
81
|
+
emoji: "🔍",
|
|
82
|
+
describe: describeQuery
|
|
83
|
+
},
|
|
84
|
+
exa_search: {
|
|
85
|
+
displayName: "Web Search",
|
|
86
|
+
activeLabel: "Searching the web",
|
|
87
|
+
category: "Web",
|
|
88
|
+
icon: "search",
|
|
89
|
+
emoji: "🔍",
|
|
90
|
+
describe: describeQuery
|
|
91
|
+
},
|
|
92
|
+
perplexity_search: {
|
|
93
|
+
displayName: "Web Search",
|
|
94
|
+
activeLabel: "Searching the web",
|
|
95
|
+
category: "Web",
|
|
96
|
+
icon: "search",
|
|
97
|
+
emoji: "🔍",
|
|
98
|
+
describe: describeQuery
|
|
99
|
+
},
|
|
100
|
+
grounded_search: {
|
|
101
|
+
displayName: "Grounded Search",
|
|
102
|
+
activeLabel: "Searching",
|
|
103
|
+
category: "Web",
|
|
104
|
+
icon: "search",
|
|
105
|
+
emoji: "🔍",
|
|
106
|
+
describe: describeQuery
|
|
107
|
+
},
|
|
108
|
+
semantic_search: {
|
|
109
|
+
displayName: "Semantic Search",
|
|
110
|
+
activeLabel: "Searching your sources",
|
|
111
|
+
category: "Web",
|
|
112
|
+
icon: "search",
|
|
113
|
+
emoji: "🔍",
|
|
114
|
+
describe: describeQuery
|
|
115
|
+
},
|
|
116
|
+
deep_research: {
|
|
117
|
+
displayName: "Deep Research",
|
|
118
|
+
activeLabel: "Researching",
|
|
119
|
+
category: "Web",
|
|
120
|
+
icon: "microscope",
|
|
121
|
+
emoji: "🔬",
|
|
122
|
+
describe: describeQuery
|
|
123
|
+
},
|
|
124
|
+
browse: {
|
|
125
|
+
displayName: "Browse Web Page",
|
|
126
|
+
activeLabel: "Reading webpage",
|
|
127
|
+
completedLabel: "Read webpage",
|
|
128
|
+
category: "Web",
|
|
129
|
+
icon: "globe",
|
|
130
|
+
describe: describeUrl
|
|
131
|
+
},
|
|
132
|
+
open_browser: {
|
|
133
|
+
displayName: "Open Browser",
|
|
134
|
+
activeLabel: "Opening browser",
|
|
135
|
+
category: "Web",
|
|
136
|
+
icon: "globe",
|
|
137
|
+
describe: describeUrl
|
|
138
|
+
},
|
|
139
|
+
map_urls_in_website: {
|
|
140
|
+
displayName: "Map Website",
|
|
141
|
+
activeLabel: "Mapping website",
|
|
142
|
+
category: "Web",
|
|
143
|
+
icon: "globe",
|
|
144
|
+
describe: describeUrl
|
|
145
|
+
},
|
|
146
|
+
track_website_changes: {
|
|
147
|
+
displayName: "Track Website Changes",
|
|
148
|
+
activeLabel: "Tracking website changes",
|
|
149
|
+
category: "Web",
|
|
150
|
+
icon: "globe",
|
|
151
|
+
describe: describeUrl
|
|
152
|
+
},
|
|
153
|
+
get_youtube_transcript: {
|
|
154
|
+
displayName: "YouTube Transcript",
|
|
155
|
+
activeLabel: "Fetching transcript",
|
|
156
|
+
category: "Web",
|
|
157
|
+
icon: "video",
|
|
158
|
+
emoji: "🎬",
|
|
159
|
+
describe: describeUrl
|
|
160
|
+
},
|
|
161
|
+
// ── Email & calendar ──
|
|
162
|
+
search_email: {
|
|
163
|
+
displayName: "Search Email",
|
|
164
|
+
activeLabel: "Searching email",
|
|
165
|
+
completedLabel: "Email search complete",
|
|
166
|
+
category: "Email",
|
|
167
|
+
icon: "mail",
|
|
168
|
+
describe: describeQuery
|
|
169
|
+
},
|
|
170
|
+
unified_email_search: {
|
|
171
|
+
displayName: "Search Email",
|
|
172
|
+
activeLabel: "Searching email",
|
|
173
|
+
completedLabel: "Email search complete",
|
|
174
|
+
category: "Email",
|
|
175
|
+
icon: "mail",
|
|
176
|
+
describe: describeQuery
|
|
177
|
+
},
|
|
178
|
+
search_gmail: {
|
|
179
|
+
displayName: "Search Email",
|
|
180
|
+
activeLabel: "Searching emails",
|
|
181
|
+
category: "Email",
|
|
182
|
+
icon: "mail",
|
|
183
|
+
describe: describeQuery
|
|
184
|
+
},
|
|
185
|
+
send_direct_email: {
|
|
186
|
+
displayName: "Send Email",
|
|
187
|
+
activeLabel: "Sending email",
|
|
188
|
+
category: "Email",
|
|
189
|
+
icon: "mail",
|
|
190
|
+
emoji: "📤"
|
|
191
|
+
},
|
|
192
|
+
unified_email_send: {
|
|
193
|
+
displayName: "Send Email",
|
|
194
|
+
activeLabel: "Sending email",
|
|
195
|
+
completedLabel: "Email sent",
|
|
196
|
+
rejectedLabel: "Email not sent (rejected)",
|
|
197
|
+
category: "Email",
|
|
198
|
+
icon: "mail",
|
|
199
|
+
emoji: "📤"
|
|
200
|
+
},
|
|
201
|
+
send_email_from_athena: {
|
|
202
|
+
displayName: "Send Email",
|
|
203
|
+
activeLabel: "Sending email",
|
|
204
|
+
category: "Email",
|
|
205
|
+
icon: "mail",
|
|
206
|
+
emoji: "📤"
|
|
207
|
+
},
|
|
208
|
+
create_email_draft: {
|
|
209
|
+
displayName: "Create Draft",
|
|
210
|
+
activeLabel: "Drafting email",
|
|
211
|
+
completedLabel: "Email drafted",
|
|
212
|
+
category: "Email",
|
|
213
|
+
icon: "mail",
|
|
214
|
+
emoji: "✉️"
|
|
215
|
+
},
|
|
216
|
+
unified_email_create_draft: {
|
|
217
|
+
displayName: "Create Draft",
|
|
218
|
+
activeLabel: "Drafting email",
|
|
219
|
+
completedLabel: "Email drafted",
|
|
220
|
+
category: "Email",
|
|
221
|
+
icon: "mail",
|
|
222
|
+
emoji: "✉️"
|
|
223
|
+
},
|
|
224
|
+
edit_email_draft: {
|
|
225
|
+
displayName: "Edit Draft",
|
|
226
|
+
activeLabel: "Editing email draft",
|
|
227
|
+
completedLabel: "Draft updated",
|
|
228
|
+
category: "Email",
|
|
229
|
+
icon: "pen-line",
|
|
230
|
+
emoji: "✏️"
|
|
231
|
+
},
|
|
232
|
+
unified_email_edit_draft: {
|
|
233
|
+
displayName: "Edit Draft",
|
|
234
|
+
activeLabel: "Editing email draft",
|
|
235
|
+
completedLabel: "Draft updated",
|
|
236
|
+
category: "Email",
|
|
237
|
+
icon: "pen-line",
|
|
238
|
+
emoji: "✏️"
|
|
239
|
+
},
|
|
240
|
+
unified_email_get_thread: {
|
|
241
|
+
displayName: "Get Email Thread",
|
|
242
|
+
activeLabel: "Loading email thread",
|
|
243
|
+
category: "Email",
|
|
244
|
+
icon: "mail"
|
|
245
|
+
},
|
|
246
|
+
unified_email_get_message: {
|
|
247
|
+
displayName: "Get Email",
|
|
248
|
+
activeLabel: "Loading email",
|
|
249
|
+
category: "Email",
|
|
250
|
+
icon: "mail"
|
|
251
|
+
},
|
|
252
|
+
unified_email_list_accounts: {
|
|
253
|
+
displayName: "List Email Accounts",
|
|
254
|
+
activeLabel: "Checking email accounts",
|
|
255
|
+
category: "Email",
|
|
256
|
+
icon: "mail"
|
|
257
|
+
},
|
|
258
|
+
email_list_accounts: {
|
|
259
|
+
displayName: "List Email Accounts",
|
|
260
|
+
activeLabel: "Checking email accounts",
|
|
261
|
+
category: "Email",
|
|
262
|
+
icon: "mail"
|
|
263
|
+
},
|
|
264
|
+
unified_email_set_default: {
|
|
265
|
+
displayName: "Set Default Account",
|
|
266
|
+
activeLabel: "Setting default email account",
|
|
267
|
+
category: "Email",
|
|
268
|
+
icon: "mail"
|
|
269
|
+
},
|
|
270
|
+
fetch_email_attachments: {
|
|
271
|
+
displayName: "Fetch Attachments",
|
|
272
|
+
activeLabel: "Fetching email attachments",
|
|
273
|
+
category: "Email",
|
|
274
|
+
icon: "mail",
|
|
275
|
+
emoji: "📎"
|
|
276
|
+
},
|
|
277
|
+
unified_email_fetch_attachments: {
|
|
278
|
+
displayName: "Fetch Attachments",
|
|
279
|
+
activeLabel: "Fetching email attachments",
|
|
280
|
+
category: "Email",
|
|
281
|
+
icon: "mail",
|
|
282
|
+
emoji: "📎"
|
|
283
|
+
},
|
|
284
|
+
forward_email: {
|
|
285
|
+
displayName: "Forward Email",
|
|
286
|
+
activeLabel: "Forwarding email",
|
|
287
|
+
category: "Email",
|
|
288
|
+
icon: "mail",
|
|
289
|
+
emoji: "📤"
|
|
290
|
+
},
|
|
291
|
+
unified_email_forward: {
|
|
292
|
+
displayName: "Forward Email",
|
|
293
|
+
activeLabel: "Forwarding email",
|
|
294
|
+
completedLabel: "Email forwarded",
|
|
295
|
+
rejectedLabel: "Email not forwarded (rejected)",
|
|
296
|
+
category: "Email",
|
|
297
|
+
icon: "mail",
|
|
298
|
+
emoji: "📤"
|
|
299
|
+
},
|
|
300
|
+
search_calendar_events: {
|
|
301
|
+
displayName: "Search Calendar",
|
|
302
|
+
activeLabel: "Checking calendar",
|
|
303
|
+
category: "Email",
|
|
304
|
+
icon: "calendar",
|
|
305
|
+
emoji: "📅",
|
|
306
|
+
describe: describeQuery
|
|
307
|
+
},
|
|
308
|
+
unified_search_calendar_events: {
|
|
309
|
+
displayName: "Search Calendar",
|
|
310
|
+
activeLabel: "Searching calendar",
|
|
311
|
+
category: "Email",
|
|
312
|
+
icon: "calendar",
|
|
313
|
+
emoji: "📅",
|
|
314
|
+
describe: describeQuery
|
|
315
|
+
},
|
|
316
|
+
create_calendar_event_draft: {
|
|
317
|
+
displayName: "Create Calendar Event Draft",
|
|
318
|
+
activeLabel: "Creating calendar event",
|
|
319
|
+
completedLabel: "Calendar event created",
|
|
320
|
+
rejectedLabel: "Calendar event not created (rejected)",
|
|
321
|
+
category: "Email",
|
|
322
|
+
icon: "calendar",
|
|
323
|
+
emoji: "📅"
|
|
324
|
+
},
|
|
325
|
+
unified_create_calendar_event_draft: {
|
|
326
|
+
displayName: "Create Calendar Event Draft",
|
|
327
|
+
activeLabel: "Creating calendar event",
|
|
328
|
+
completedLabel: "Calendar event created",
|
|
329
|
+
rejectedLabel: "Calendar event not created (rejected)",
|
|
330
|
+
category: "Email",
|
|
331
|
+
icon: "calendar",
|
|
332
|
+
emoji: "📅"
|
|
333
|
+
},
|
|
334
|
+
create_google_calendar_event: {
|
|
335
|
+
displayName: "Create Calendar Event",
|
|
336
|
+
activeLabel: "Creating calendar event",
|
|
337
|
+
category: "Email",
|
|
338
|
+
icon: "calendar",
|
|
339
|
+
emoji: "📅"
|
|
340
|
+
},
|
|
341
|
+
unified_create_calendar_event: {
|
|
342
|
+
displayName: "Create Calendar Event",
|
|
343
|
+
activeLabel: "Creating calendar event",
|
|
344
|
+
completedLabel: "Calendar event created",
|
|
345
|
+
rejectedLabel: "Calendar event not created (rejected)",
|
|
346
|
+
category: "Email",
|
|
347
|
+
icon: "calendar",
|
|
348
|
+
emoji: "📅"
|
|
349
|
+
},
|
|
350
|
+
unified_update_calendar_event: {
|
|
351
|
+
displayName: "Update Calendar Event",
|
|
352
|
+
activeLabel: "Updating calendar event",
|
|
353
|
+
category: "Email",
|
|
354
|
+
icon: "calendar",
|
|
355
|
+
emoji: "📅"
|
|
356
|
+
},
|
|
357
|
+
unified_calendar_get_event: {
|
|
358
|
+
displayName: "Get Calendar Event",
|
|
359
|
+
activeLabel: "Loading calendar event",
|
|
360
|
+
category: "Email",
|
|
361
|
+
icon: "calendar",
|
|
362
|
+
emoji: "📅"
|
|
363
|
+
},
|
|
364
|
+
unified_get_free_busy: {
|
|
365
|
+
displayName: "Check Availability",
|
|
366
|
+
activeLabel: "Checking availability",
|
|
367
|
+
category: "Email",
|
|
368
|
+
icon: "calendar",
|
|
369
|
+
emoji: "📅"
|
|
370
|
+
},
|
|
371
|
+
// ── Messaging & meetings ──
|
|
372
|
+
send_slack_message: {
|
|
373
|
+
displayName: "Send Slack Message",
|
|
374
|
+
activeLabel: "Sending Slack message",
|
|
375
|
+
category: "Integrations",
|
|
376
|
+
icon: "message-square",
|
|
377
|
+
emoji: "💬"
|
|
378
|
+
},
|
|
379
|
+
read_slack_channel: {
|
|
380
|
+
displayName: "Read Slack Channel",
|
|
381
|
+
activeLabel: "Reading Slack channel",
|
|
382
|
+
category: "Integrations",
|
|
383
|
+
icon: "message-square",
|
|
384
|
+
emoji: "💬"
|
|
385
|
+
},
|
|
386
|
+
send_teams_message: {
|
|
387
|
+
displayName: "Send Teams Message",
|
|
388
|
+
activeLabel: "Sending Teams message",
|
|
389
|
+
category: "Integrations",
|
|
390
|
+
icon: "message-square",
|
|
391
|
+
emoji: "💬"
|
|
392
|
+
},
|
|
393
|
+
query_meetings: {
|
|
394
|
+
displayName: "Query Meetings",
|
|
395
|
+
activeLabel: "Searching meetings",
|
|
396
|
+
category: "Meetings",
|
|
397
|
+
icon: "calendar",
|
|
398
|
+
describe: describeQuery
|
|
399
|
+
},
|
|
400
|
+
// ── Documents ──
|
|
401
|
+
create_new_document: {
|
|
402
|
+
displayName: "Create Document",
|
|
403
|
+
activeLabel: "Creating document",
|
|
404
|
+
completedLabel: "Created document",
|
|
405
|
+
category: "Document",
|
|
406
|
+
icon: "file-text",
|
|
407
|
+
describe: describeNamed()
|
|
408
|
+
},
|
|
409
|
+
create_document_from_markdown: {
|
|
410
|
+
displayName: "Create Document from Markdown",
|
|
411
|
+
activeLabel: "Creating document",
|
|
412
|
+
completedLabel: "Created document",
|
|
413
|
+
category: "Document",
|
|
414
|
+
icon: "file-text",
|
|
415
|
+
describe: describeNamed()
|
|
416
|
+
},
|
|
417
|
+
append_markdown_to_athena_document: {
|
|
418
|
+
displayName: "Append to Document",
|
|
419
|
+
activeLabel: "Updating document",
|
|
420
|
+
completedLabel: "Updated document",
|
|
421
|
+
category: "Document",
|
|
422
|
+
icon: "pen-line",
|
|
423
|
+
emoji: "📝"
|
|
424
|
+
},
|
|
425
|
+
replace_markdown_in_athena_document: {
|
|
426
|
+
displayName: "Replace in Document",
|
|
427
|
+
activeLabel: "Updating document",
|
|
428
|
+
completedLabel: "Updated document",
|
|
429
|
+
category: "Document",
|
|
430
|
+
icon: "pen-line",
|
|
431
|
+
emoji: "📝"
|
|
432
|
+
},
|
|
433
|
+
insert_markdown_before_block: {
|
|
434
|
+
displayName: "Insert Before Block",
|
|
435
|
+
activeLabel: "Inserting content",
|
|
436
|
+
category: "Document",
|
|
437
|
+
icon: "pen-line",
|
|
438
|
+
emoji: "📝"
|
|
439
|
+
},
|
|
440
|
+
insert_markdown_after_block: {
|
|
441
|
+
displayName: "Insert After Block",
|
|
442
|
+
activeLabel: "Inserting content",
|
|
443
|
+
category: "Document",
|
|
444
|
+
icon: "pen-line",
|
|
445
|
+
emoji: "📝"
|
|
446
|
+
},
|
|
447
|
+
delete_blocks_from_athena_document: {
|
|
448
|
+
displayName: "Delete Blocks",
|
|
449
|
+
activeLabel: "Deleting blocks",
|
|
450
|
+
category: "Document",
|
|
451
|
+
icon: "trash",
|
|
452
|
+
emoji: "🗑️"
|
|
453
|
+
},
|
|
454
|
+
clear_athena_document: {
|
|
455
|
+
displayName: "Clear Document",
|
|
456
|
+
activeLabel: "Clearing document",
|
|
457
|
+
category: "Document",
|
|
458
|
+
icon: "trash",
|
|
459
|
+
emoji: "🗑️"
|
|
460
|
+
},
|
|
461
|
+
execute_word_document_code: {
|
|
462
|
+
displayName: "Edit Word Document",
|
|
463
|
+
activeLabel: "Editing Word document",
|
|
464
|
+
category: "Document",
|
|
465
|
+
icon: "file-text"
|
|
466
|
+
},
|
|
467
|
+
read_full_asset: {
|
|
468
|
+
displayName: "Read Asset",
|
|
469
|
+
activeLabel: "Reviewing asset content",
|
|
470
|
+
completedLabel: "Asset content reviewed",
|
|
471
|
+
category: "Spaces",
|
|
472
|
+
icon: "book-open",
|
|
473
|
+
emoji: "📖"
|
|
474
|
+
},
|
|
475
|
+
read_asset: {
|
|
476
|
+
displayName: "Read Asset",
|
|
477
|
+
activeLabel: "Reviewing asset content",
|
|
478
|
+
completedLabel: "Asset content reviewed",
|
|
479
|
+
category: "Spaces",
|
|
480
|
+
icon: "book-open",
|
|
481
|
+
emoji: "📖"
|
|
482
|
+
},
|
|
483
|
+
convert_athena_doc_to_pdf: {
|
|
484
|
+
displayName: "Convert to PDF",
|
|
485
|
+
activeLabel: "Converting to PDF",
|
|
486
|
+
completedLabel: "Converted to PDF",
|
|
487
|
+
category: "Document",
|
|
488
|
+
icon: "file-text"
|
|
489
|
+
},
|
|
490
|
+
convert_to_pdf: {
|
|
491
|
+
displayName: "Convert to PDF",
|
|
492
|
+
activeLabel: "Converting to PDF",
|
|
493
|
+
completedLabel: "Converted to PDF",
|
|
494
|
+
category: "Document",
|
|
495
|
+
icon: "file-text"
|
|
496
|
+
},
|
|
497
|
+
// ── Spreadsheets ──
|
|
498
|
+
create_new_sheet: {
|
|
499
|
+
displayName: "Create Spreadsheet",
|
|
500
|
+
activeLabel: "Creating spreadsheet",
|
|
501
|
+
completedLabel: "Created spreadsheet",
|
|
502
|
+
category: "Spreadsheet",
|
|
503
|
+
icon: "bar-chart",
|
|
504
|
+
describe: describeNamed()
|
|
505
|
+
},
|
|
506
|
+
update_sheet_range: {
|
|
507
|
+
displayName: "Update Cells",
|
|
508
|
+
activeLabel: "Updating spreadsheet",
|
|
509
|
+
completedLabel: "Updated spreadsheet",
|
|
510
|
+
category: "Spreadsheet",
|
|
511
|
+
icon: "bar-chart",
|
|
512
|
+
describe: describeRange
|
|
513
|
+
},
|
|
514
|
+
bulk_format_sheet_range: {
|
|
515
|
+
displayName: "Format Cells",
|
|
516
|
+
activeLabel: "Formatting spreadsheet ranges",
|
|
517
|
+
completedLabel: "Formatted spreadsheet ranges",
|
|
518
|
+
category: "Spreadsheet",
|
|
519
|
+
icon: "bar-chart",
|
|
520
|
+
emoji: "🎨",
|
|
521
|
+
describe: describeRange
|
|
522
|
+
},
|
|
523
|
+
format_sheet_range: {
|
|
524
|
+
displayName: "Format Cells",
|
|
525
|
+
activeLabel: "Formatting spreadsheet",
|
|
526
|
+
completedLabel: "Formatted spreadsheet",
|
|
527
|
+
category: "Spreadsheet",
|
|
528
|
+
icon: "bar-chart",
|
|
529
|
+
emoji: "🎨",
|
|
530
|
+
describe: describeRange
|
|
531
|
+
},
|
|
532
|
+
set_row_column_dimensions: {
|
|
533
|
+
displayName: "Resize Rows and Columns",
|
|
534
|
+
activeLabel: "Resizing rows and columns",
|
|
535
|
+
category: "Spreadsheet",
|
|
536
|
+
icon: "table"
|
|
537
|
+
},
|
|
538
|
+
query_sheet_range: {
|
|
539
|
+
displayName: "Query Sheet",
|
|
540
|
+
activeLabel: "Querying spreadsheet",
|
|
541
|
+
category: "Spreadsheet",
|
|
542
|
+
icon: "search",
|
|
543
|
+
emoji: "🔍",
|
|
544
|
+
describe: describeRange
|
|
545
|
+
},
|
|
546
|
+
create_chart: {
|
|
547
|
+
displayName: "Create Chart",
|
|
548
|
+
activeLabel: "Creating chart",
|
|
549
|
+
completedLabel: "Created chart",
|
|
550
|
+
category: "Spreadsheet",
|
|
551
|
+
icon: "trending-up",
|
|
552
|
+
emoji: "📈"
|
|
553
|
+
},
|
|
554
|
+
execute_spreadsheet_code: {
|
|
555
|
+
displayName: "Execute Spreadsheet Code",
|
|
556
|
+
activeLabel: "Editing spreadsheet",
|
|
557
|
+
category: "Spreadsheet",
|
|
558
|
+
icon: "bar-chart"
|
|
559
|
+
},
|
|
560
|
+
execute_spreadsheet_commands: {
|
|
561
|
+
displayName: "Edit Spreadsheet",
|
|
562
|
+
activeLabel: "Editing spreadsheet",
|
|
563
|
+
category: "Spreadsheet",
|
|
564
|
+
icon: "bar-chart"
|
|
565
|
+
},
|
|
566
|
+
capture_sheet_screenshot: {
|
|
567
|
+
displayName: "Capture Sheet",
|
|
568
|
+
activeLabel: "Capturing sheet screenshot",
|
|
569
|
+
category: "Spreadsheet",
|
|
570
|
+
icon: "camera",
|
|
571
|
+
emoji: "📸"
|
|
572
|
+
},
|
|
573
|
+
create_table: {
|
|
574
|
+
displayName: "Create Table",
|
|
575
|
+
activeLabel: "Creating table",
|
|
576
|
+
completedLabel: "Created table",
|
|
577
|
+
category: "Spreadsheet",
|
|
578
|
+
icon: "table"
|
|
579
|
+
},
|
|
580
|
+
update_table: {
|
|
581
|
+
displayName: "Update Table",
|
|
582
|
+
activeLabel: "Updating table",
|
|
583
|
+
completedLabel: "Updated table",
|
|
584
|
+
category: "Spreadsheet",
|
|
585
|
+
icon: "table"
|
|
586
|
+
},
|
|
587
|
+
table: {
|
|
588
|
+
displayName: "Table",
|
|
589
|
+
activeLabel: "Updating table",
|
|
590
|
+
completedLabel: "Updated table",
|
|
591
|
+
category: "Spreadsheet",
|
|
592
|
+
icon: "table"
|
|
593
|
+
},
|
|
594
|
+
update_sheet_cell: {
|
|
595
|
+
displayName: "Update Cells",
|
|
596
|
+
activeLabel: "Updating cells",
|
|
597
|
+
completedLabel: "Updated cells",
|
|
598
|
+
category: "Spreadsheet",
|
|
599
|
+
icon: "bar-chart"
|
|
600
|
+
},
|
|
601
|
+
// ── SQL & databases ──
|
|
602
|
+
create_new_query_snippet: {
|
|
603
|
+
displayName: "Create Query",
|
|
604
|
+
activeLabel: "Creating query",
|
|
605
|
+
category: "SQL",
|
|
606
|
+
icon: "database",
|
|
607
|
+
describe: describeNamed()
|
|
608
|
+
},
|
|
609
|
+
execute_query_snippet: {
|
|
610
|
+
displayName: "Execute Query",
|
|
611
|
+
activeLabel: "Executing query",
|
|
612
|
+
category: "SQL",
|
|
613
|
+
icon: "play",
|
|
614
|
+
emoji: "▶️"
|
|
615
|
+
},
|
|
616
|
+
update_query_snippet: {
|
|
617
|
+
displayName: "Update Query",
|
|
618
|
+
activeLabel: "Updating query",
|
|
619
|
+
category: "SQL",
|
|
620
|
+
icon: "pen-line",
|
|
621
|
+
emoji: "✏️"
|
|
622
|
+
},
|
|
623
|
+
get_database_connection_details: {
|
|
624
|
+
displayName: "Get DB Connection",
|
|
625
|
+
activeLabel: "Loading connection details",
|
|
626
|
+
category: "SQL",
|
|
627
|
+
icon: "database",
|
|
628
|
+
emoji: "🔌"
|
|
629
|
+
},
|
|
630
|
+
run_sql: {
|
|
631
|
+
displayName: "Run SQL Query",
|
|
632
|
+
activeLabel: "Running database query",
|
|
633
|
+
completedLabel: "Query complete",
|
|
634
|
+
category: "Database",
|
|
635
|
+
icon: "database",
|
|
636
|
+
describe: describeSql
|
|
637
|
+
},
|
|
638
|
+
run_database_sql: {
|
|
639
|
+
displayName: "Run SQL Query",
|
|
640
|
+
activeLabel: "Running database query",
|
|
641
|
+
completedLabel: "Query complete",
|
|
642
|
+
category: "Database",
|
|
643
|
+
icon: "database",
|
|
644
|
+
describe: describeSql
|
|
645
|
+
},
|
|
646
|
+
run_sql_query_tool: {
|
|
647
|
+
displayName: "Run SQL Query",
|
|
648
|
+
activeLabel: "Running database query",
|
|
649
|
+
completedLabel: "Query complete",
|
|
650
|
+
category: "Database",
|
|
651
|
+
icon: "database",
|
|
652
|
+
describe: describeSql
|
|
653
|
+
},
|
|
654
|
+
create_database: {
|
|
655
|
+
displayName: "Create Database",
|
|
656
|
+
activeLabel: "Setting up database",
|
|
657
|
+
category: "Database",
|
|
658
|
+
icon: "database",
|
|
659
|
+
describe: describeNamed()
|
|
660
|
+
},
|
|
661
|
+
create_database_table: {
|
|
662
|
+
displayName: "Create Table",
|
|
663
|
+
activeLabel: "Creating table",
|
|
664
|
+
category: "Database",
|
|
665
|
+
icon: "table",
|
|
666
|
+
describe: describeTable
|
|
667
|
+
},
|
|
668
|
+
describe_database: {
|
|
669
|
+
displayName: "Describe Database",
|
|
670
|
+
activeLabel: "Inspecting database",
|
|
671
|
+
category: "Database",
|
|
672
|
+
icon: "database"
|
|
673
|
+
},
|
|
674
|
+
list_database_schemas: {
|
|
675
|
+
displayName: "List Schemas",
|
|
676
|
+
activeLabel: "Loading schemas",
|
|
677
|
+
category: "Database",
|
|
678
|
+
icon: "database"
|
|
679
|
+
},
|
|
680
|
+
list_database_tables: {
|
|
681
|
+
displayName: "List Tables",
|
|
682
|
+
activeLabel: "Listing database tables",
|
|
683
|
+
category: "Database",
|
|
684
|
+
icon: "database"
|
|
685
|
+
},
|
|
686
|
+
get_database_table_schema: {
|
|
687
|
+
displayName: "Get Table Schema",
|
|
688
|
+
activeLabel: "Reading table schema",
|
|
689
|
+
category: "Database",
|
|
690
|
+
icon: "database",
|
|
691
|
+
describe: describeTable
|
|
692
|
+
},
|
|
693
|
+
load_tool_result_to_database: {
|
|
694
|
+
displayName: "Load Result to Database",
|
|
695
|
+
activeLabel: "Loading result into database",
|
|
696
|
+
category: "Database",
|
|
697
|
+
icon: "database"
|
|
698
|
+
},
|
|
699
|
+
list_databricks_tables: {
|
|
700
|
+
displayName: "List Databricks Tables",
|
|
701
|
+
activeLabel: "Listing Databricks tables",
|
|
702
|
+
category: "Database",
|
|
703
|
+
icon: "database"
|
|
704
|
+
},
|
|
705
|
+
describe_databricks_table: {
|
|
706
|
+
displayName: "Describe Databricks Table",
|
|
707
|
+
activeLabel: "Inspecting Databricks table",
|
|
708
|
+
category: "Database",
|
|
709
|
+
icon: "database",
|
|
710
|
+
describe: describeTable
|
|
711
|
+
},
|
|
712
|
+
execute_databricks_query: {
|
|
713
|
+
displayName: "Run Databricks Query",
|
|
714
|
+
activeLabel: "Running Databricks query",
|
|
715
|
+
category: "Database",
|
|
716
|
+
icon: "database",
|
|
717
|
+
describe: describeSql
|
|
718
|
+
},
|
|
719
|
+
// ── Python ──
|
|
720
|
+
run_python_code: {
|
|
721
|
+
displayName: "Run Python",
|
|
722
|
+
activeLabel: "Running Python code",
|
|
723
|
+
completedLabel: "Python execution complete",
|
|
724
|
+
category: "Python",
|
|
725
|
+
icon: "code"
|
|
726
|
+
},
|
|
727
|
+
install_pip_package: {
|
|
728
|
+
displayName: "Install Package",
|
|
729
|
+
activeLabel: "Installing package",
|
|
730
|
+
category: "Python",
|
|
731
|
+
icon: "package",
|
|
732
|
+
emoji: "📦",
|
|
733
|
+
describe: describePackage
|
|
734
|
+
},
|
|
735
|
+
get_installed_packages: {
|
|
736
|
+
displayName: "List Packages",
|
|
737
|
+
activeLabel: "Loading installed packages",
|
|
738
|
+
category: "Python",
|
|
739
|
+
icon: "package",
|
|
740
|
+
emoji: "📦"
|
|
741
|
+
},
|
|
742
|
+
create_new_python_script: {
|
|
743
|
+
displayName: "Create Script",
|
|
744
|
+
activeLabel: "Creating Python script",
|
|
745
|
+
category: "Python",
|
|
746
|
+
icon: "code",
|
|
747
|
+
describe: describeNamed()
|
|
748
|
+
},
|
|
749
|
+
update_python_script: {
|
|
750
|
+
displayName: "Update Script",
|
|
751
|
+
activeLabel: "Updating Python script",
|
|
752
|
+
category: "Python",
|
|
753
|
+
icon: "code"
|
|
754
|
+
},
|
|
755
|
+
run_python_script: {
|
|
756
|
+
displayName: "Run Script",
|
|
757
|
+
activeLabel: "Running Python script",
|
|
758
|
+
category: "Python",
|
|
759
|
+
icon: "play",
|
|
760
|
+
emoji: "▶️"
|
|
761
|
+
},
|
|
762
|
+
// ── Spaces & assets ──
|
|
763
|
+
open_asset_in_workspace: {
|
|
764
|
+
displayName: "Open Asset",
|
|
765
|
+
activeLabel: "Opening in workspace",
|
|
766
|
+
completedLabel: "Opened in workspace",
|
|
767
|
+
category: "Spaces",
|
|
768
|
+
icon: "folder-open"
|
|
769
|
+
},
|
|
770
|
+
list_contents: {
|
|
771
|
+
displayName: "List Contents",
|
|
772
|
+
activeLabel: "Browsing files",
|
|
773
|
+
category: "Spaces",
|
|
774
|
+
icon: "folder",
|
|
775
|
+
emoji: "📁"
|
|
776
|
+
},
|
|
777
|
+
create_new_folder: {
|
|
778
|
+
displayName: "Create Folder",
|
|
779
|
+
activeLabel: "Creating folder",
|
|
780
|
+
category: "Spaces",
|
|
781
|
+
icon: "folder",
|
|
782
|
+
emoji: "📁",
|
|
783
|
+
describe: describeNamed()
|
|
784
|
+
},
|
|
785
|
+
create_new_project: {
|
|
786
|
+
displayName: "Create Project",
|
|
787
|
+
activeLabel: "Creating project",
|
|
788
|
+
category: "Spaces",
|
|
789
|
+
icon: "clipboard-list",
|
|
790
|
+
emoji: "📋",
|
|
791
|
+
describe: describeNamed()
|
|
792
|
+
},
|
|
793
|
+
update_project: {
|
|
794
|
+
displayName: "Update Project",
|
|
795
|
+
activeLabel: "Updating project",
|
|
796
|
+
category: "Spaces",
|
|
797
|
+
icon: "clipboard-list",
|
|
798
|
+
emoji: "📋"
|
|
799
|
+
},
|
|
800
|
+
project_links: {
|
|
801
|
+
displayName: "Project Links",
|
|
802
|
+
activeLabel: "Managing project links",
|
|
803
|
+
category: "Spaces",
|
|
804
|
+
icon: "link",
|
|
805
|
+
emoji: "🔗"
|
|
806
|
+
},
|
|
807
|
+
search_assets: {
|
|
808
|
+
displayName: "Search Assets",
|
|
809
|
+
activeLabel: "Searching files",
|
|
810
|
+
category: "Spaces",
|
|
811
|
+
icon: "search",
|
|
812
|
+
emoji: "🔍",
|
|
813
|
+
describe: describeQuery
|
|
814
|
+
},
|
|
815
|
+
rename_assets: {
|
|
816
|
+
displayName: "Rename Assets",
|
|
817
|
+
activeLabel: "Renaming assets",
|
|
818
|
+
category: "Spaces",
|
|
819
|
+
icon: "pen-line",
|
|
820
|
+
emoji: "✏️"
|
|
821
|
+
},
|
|
822
|
+
duplicate_asset: {
|
|
823
|
+
displayName: "Duplicate Asset",
|
|
824
|
+
activeLabel: "Duplicating asset",
|
|
825
|
+
category: "Spaces",
|
|
826
|
+
icon: "folder-open",
|
|
827
|
+
emoji: "📋"
|
|
828
|
+
},
|
|
829
|
+
move_assets_to_folder: {
|
|
830
|
+
displayName: "Move Assets",
|
|
831
|
+
activeLabel: "Moving assets",
|
|
832
|
+
category: "Spaces",
|
|
833
|
+
icon: "folder-open"
|
|
834
|
+
},
|
|
835
|
+
create_collection: {
|
|
836
|
+
displayName: "Create Collection",
|
|
837
|
+
activeLabel: "Creating collection",
|
|
838
|
+
completedLabel: "Created collection",
|
|
839
|
+
category: "Spaces",
|
|
840
|
+
icon: "book-open",
|
|
841
|
+
emoji: "📚",
|
|
842
|
+
describe: describeNamed()
|
|
843
|
+
},
|
|
844
|
+
update_collection: {
|
|
845
|
+
displayName: "Update Collection",
|
|
846
|
+
activeLabel: "Updating collection",
|
|
847
|
+
completedLabel: "Updated collection",
|
|
848
|
+
category: "Spaces",
|
|
849
|
+
icon: "book-open",
|
|
850
|
+
emoji: "📚"
|
|
851
|
+
},
|
|
852
|
+
add_assets_to_collection: {
|
|
853
|
+
displayName: "Add to Collection",
|
|
854
|
+
activeLabel: "Organizing assets",
|
|
855
|
+
completedLabel: "Assets organized",
|
|
856
|
+
category: "Spaces",
|
|
857
|
+
icon: "book-open",
|
|
858
|
+
emoji: "📚"
|
|
859
|
+
},
|
|
860
|
+
remove_assets_from_collection: {
|
|
861
|
+
displayName: "Remove from Collection",
|
|
862
|
+
activeLabel: "Removing assets",
|
|
863
|
+
category: "Spaces",
|
|
864
|
+
icon: "book-open",
|
|
865
|
+
emoji: "📚"
|
|
866
|
+
},
|
|
867
|
+
add_assets_to_favorites: {
|
|
868
|
+
displayName: "Add to Favorites",
|
|
869
|
+
activeLabel: "Adding to favorites",
|
|
870
|
+
category: "Spaces",
|
|
871
|
+
icon: "star",
|
|
872
|
+
emoji: "⭐"
|
|
873
|
+
},
|
|
874
|
+
// ── Visualizations & canvas ──
|
|
875
|
+
create_new_figure: {
|
|
876
|
+
displayName: "Create Figure",
|
|
877
|
+
activeLabel: "Creating figure",
|
|
878
|
+
category: "Visualization",
|
|
879
|
+
icon: "trending-up",
|
|
880
|
+
describe: describeNamed()
|
|
881
|
+
},
|
|
882
|
+
create_new_dashboard: {
|
|
883
|
+
displayName: "Create Dashboard",
|
|
884
|
+
activeLabel: "Creating dashboard",
|
|
885
|
+
category: "Visualization",
|
|
886
|
+
icon: "layout-dashboard",
|
|
887
|
+
describe: describeNamed()
|
|
888
|
+
},
|
|
889
|
+
update_figure_asset: {
|
|
890
|
+
displayName: "Update Figure",
|
|
891
|
+
activeLabel: "Updating figure",
|
|
892
|
+
category: "Visualization",
|
|
893
|
+
icon: "trending-up"
|
|
894
|
+
},
|
|
895
|
+
update_dashboard_asset: {
|
|
896
|
+
displayName: "Update Dashboard",
|
|
897
|
+
activeLabel: "Updating dashboard",
|
|
898
|
+
category: "Visualization",
|
|
899
|
+
icon: "layout-dashboard"
|
|
900
|
+
},
|
|
901
|
+
CreateNewCanvas: {
|
|
902
|
+
displayName: "Create Canvas",
|
|
903
|
+
activeLabel: "Creating canvas",
|
|
904
|
+
category: "Canvas",
|
|
905
|
+
icon: "palette",
|
|
906
|
+
describe: describeNamed()
|
|
907
|
+
},
|
|
908
|
+
UpdateCanvasAsset: {
|
|
909
|
+
displayName: "Update Canvas",
|
|
910
|
+
activeLabel: "Updating canvas",
|
|
911
|
+
category: "Canvas",
|
|
912
|
+
icon: "palette"
|
|
913
|
+
},
|
|
914
|
+
generate_image: {
|
|
915
|
+
displayName: "Generate Image",
|
|
916
|
+
activeLabel: "Generating image",
|
|
917
|
+
category: "Media",
|
|
918
|
+
icon: "image",
|
|
919
|
+
emoji: "🖼️"
|
|
920
|
+
},
|
|
921
|
+
query_single_image: {
|
|
922
|
+
displayName: "Analyze Image",
|
|
923
|
+
activeLabel: "Analyzing image",
|
|
924
|
+
category: "Media",
|
|
925
|
+
icon: "image",
|
|
926
|
+
emoji: "🖼️"
|
|
927
|
+
},
|
|
928
|
+
capture_moment: {
|
|
929
|
+
displayName: "Capture Moment",
|
|
930
|
+
activeLabel: "Capturing moment",
|
|
931
|
+
completedLabel: "Moment captured",
|
|
932
|
+
category: "Media",
|
|
933
|
+
icon: "camera"
|
|
934
|
+
},
|
|
935
|
+
// ── Presentations ──
|
|
936
|
+
create_powerpoint_deck: {
|
|
937
|
+
displayName: "Create Presentation",
|
|
938
|
+
activeLabel: "Creating presentation",
|
|
939
|
+
completedLabel: "Created presentation",
|
|
940
|
+
category: "Presentation",
|
|
941
|
+
icon: "presentation",
|
|
942
|
+
describe: describeNamed()
|
|
943
|
+
},
|
|
944
|
+
create_presentation_pptx_studio: {
|
|
945
|
+
displayName: "Create Presentation",
|
|
946
|
+
activeLabel: "Creating presentation",
|
|
947
|
+
completedLabel: "Created presentation",
|
|
948
|
+
category: "Presentation",
|
|
949
|
+
icon: "presentation",
|
|
950
|
+
describe: describeNamed()
|
|
951
|
+
},
|
|
952
|
+
capture_slide_screenshot: {
|
|
953
|
+
displayName: "Capture Slide",
|
|
954
|
+
activeLabel: "Capturing slide",
|
|
955
|
+
completedLabel: "Slide captured",
|
|
956
|
+
category: "Presentation",
|
|
957
|
+
icon: "camera",
|
|
958
|
+
emoji: "📸"
|
|
959
|
+
},
|
|
960
|
+
execute_presentation_code: {
|
|
961
|
+
displayName: "Execute Presentation Code",
|
|
962
|
+
activeLabel: "Updating presentation",
|
|
963
|
+
completedLabel: "Updated presentation",
|
|
964
|
+
category: "Presentation",
|
|
965
|
+
icon: "presentation",
|
|
966
|
+
emoji: "▶️"
|
|
967
|
+
},
|
|
968
|
+
get_template_placeholders: {
|
|
969
|
+
displayName: "Get Placeholders",
|
|
970
|
+
activeLabel: "Loading template placeholders",
|
|
971
|
+
category: "Presentation",
|
|
972
|
+
icon: "presentation"
|
|
973
|
+
},
|
|
974
|
+
// ── User interfaces ──
|
|
975
|
+
create_new_user_interface: {
|
|
976
|
+
displayName: "Create UI",
|
|
977
|
+
activeLabel: "Creating user interface",
|
|
978
|
+
category: "UI",
|
|
979
|
+
icon: "monitor",
|
|
980
|
+
describe: describeNamed()
|
|
981
|
+
},
|
|
982
|
+
update_user_interface_code: {
|
|
983
|
+
displayName: "Update UI Code",
|
|
984
|
+
activeLabel: "Updating UI code",
|
|
985
|
+
category: "UI",
|
|
986
|
+
icon: "monitor"
|
|
987
|
+
},
|
|
988
|
+
patch_user_interface_code: {
|
|
989
|
+
displayName: "Patch UI Code",
|
|
990
|
+
activeLabel: "Patching UI code",
|
|
991
|
+
category: "UI",
|
|
992
|
+
icon: "monitor"
|
|
993
|
+
},
|
|
994
|
+
// ── Notebooks ──
|
|
995
|
+
create_new_notebook: {
|
|
996
|
+
displayName: "Create Notebook",
|
|
997
|
+
activeLabel: "Creating notebook",
|
|
998
|
+
completedLabel: "Created notebook",
|
|
999
|
+
category: "Notebook",
|
|
1000
|
+
icon: "book-open",
|
|
1001
|
+
describe: describeNamed()
|
|
1002
|
+
},
|
|
1003
|
+
execute_cell: {
|
|
1004
|
+
displayName: "Execute Cell",
|
|
1005
|
+
activeLabel: "Running notebook cell",
|
|
1006
|
+
category: "Notebook",
|
|
1007
|
+
icon: "code",
|
|
1008
|
+
emoji: "▶️"
|
|
1009
|
+
},
|
|
1010
|
+
add_cell_content: {
|
|
1011
|
+
displayName: "Add Cell",
|
|
1012
|
+
activeLabel: "Adding cell",
|
|
1013
|
+
category: "Notebook",
|
|
1014
|
+
icon: "book-open"
|
|
1015
|
+
},
|
|
1016
|
+
replace_cell_content: {
|
|
1017
|
+
displayName: "Replace Cell",
|
|
1018
|
+
activeLabel: "Replacing cell content",
|
|
1019
|
+
category: "Notebook",
|
|
1020
|
+
icon: "book-open"
|
|
1021
|
+
},
|
|
1022
|
+
// ── Workflows (AOP) ──
|
|
1023
|
+
create_new_aop: {
|
|
1024
|
+
displayName: "Create AOP",
|
|
1025
|
+
activeLabel: "Creating workflow",
|
|
1026
|
+
category: "AOP",
|
|
1027
|
+
icon: "brain",
|
|
1028
|
+
describe: describeNamed()
|
|
1029
|
+
},
|
|
1030
|
+
update_aop: {
|
|
1031
|
+
displayName: "Update AOP",
|
|
1032
|
+
activeLabel: "Updating workflow",
|
|
1033
|
+
category: "AOP",
|
|
1034
|
+
icon: "brain"
|
|
1035
|
+
},
|
|
1036
|
+
execute_aop: {
|
|
1037
|
+
displayName: "Execute AOP",
|
|
1038
|
+
activeLabel: "Running workflow",
|
|
1039
|
+
category: "AOP",
|
|
1040
|
+
icon: "brain",
|
|
1041
|
+
emoji: "▶️"
|
|
1042
|
+
},
|
|
1043
|
+
// ── Browser & computer ──
|
|
1044
|
+
create_new_browse_session: {
|
|
1045
|
+
displayName: "Open Browser",
|
|
1046
|
+
activeLabel: "Opening browser session",
|
|
1047
|
+
category: "Browser",
|
|
1048
|
+
icon: "globe"
|
|
1049
|
+
},
|
|
1050
|
+
go_to_url: {
|
|
1051
|
+
displayName: "Navigate",
|
|
1052
|
+
activeLabel: "Navigating",
|
|
1053
|
+
category: "Browser",
|
|
1054
|
+
icon: "globe",
|
|
1055
|
+
describe: describeUrl
|
|
1056
|
+
},
|
|
1057
|
+
get_page_text: {
|
|
1058
|
+
displayName: "Read Page",
|
|
1059
|
+
activeLabel: "Reading page content",
|
|
1060
|
+
category: "Browser",
|
|
1061
|
+
icon: "file-text",
|
|
1062
|
+
emoji: "📖"
|
|
1063
|
+
},
|
|
1064
|
+
computer: {
|
|
1065
|
+
displayName: "Computer Action",
|
|
1066
|
+
activeLabel: "Using computer",
|
|
1067
|
+
completedLabel: "Computer action complete",
|
|
1068
|
+
category: "Browser",
|
|
1069
|
+
icon: "mouse-pointer",
|
|
1070
|
+
emoji: "🖱️"
|
|
1071
|
+
},
|
|
1072
|
+
computer_asset_create: {
|
|
1073
|
+
displayName: "Create Computer",
|
|
1074
|
+
activeLabel: "Creating computer asset",
|
|
1075
|
+
category: "Computer",
|
|
1076
|
+
icon: "monitor"
|
|
1077
|
+
},
|
|
1078
|
+
create_virtual_machine_session: {
|
|
1079
|
+
displayName: "Create VM",
|
|
1080
|
+
activeLabel: "Creating virtual machine",
|
|
1081
|
+
category: "VM",
|
|
1082
|
+
icon: "cpu"
|
|
1083
|
+
},
|
|
1084
|
+
vm_use_agent: {
|
|
1085
|
+
displayName: "VM Agent",
|
|
1086
|
+
activeLabel: "Running VM agent",
|
|
1087
|
+
category: "VM",
|
|
1088
|
+
icon: "bot",
|
|
1089
|
+
emoji: "🤖"
|
|
1090
|
+
},
|
|
1091
|
+
// ── External drives ──
|
|
1092
|
+
search_sharepoint: {
|
|
1093
|
+
displayName: "Search SharePoint",
|
|
1094
|
+
activeLabel: "Searching SharePoint",
|
|
1095
|
+
category: "Drive",
|
|
1096
|
+
icon: "search",
|
|
1097
|
+
emoji: "🔍",
|
|
1098
|
+
describe: describeQuery
|
|
1099
|
+
},
|
|
1100
|
+
search_onedrive: {
|
|
1101
|
+
displayName: "Search OneDrive",
|
|
1102
|
+
activeLabel: "Searching OneDrive",
|
|
1103
|
+
category: "Drive",
|
|
1104
|
+
icon: "search",
|
|
1105
|
+
emoji: "🔍",
|
|
1106
|
+
describe: describeQuery
|
|
1107
|
+
},
|
|
1108
|
+
fetch_onedrive_url: {
|
|
1109
|
+
displayName: "Fetch OneDrive File",
|
|
1110
|
+
activeLabel: "Fetching OneDrive file",
|
|
1111
|
+
category: "Drive",
|
|
1112
|
+
icon: "file-text",
|
|
1113
|
+
emoji: "📄",
|
|
1114
|
+
describe: describeUrl
|
|
1115
|
+
},
|
|
1116
|
+
search_google_drive: {
|
|
1117
|
+
displayName: "Search Google Drive",
|
|
1118
|
+
activeLabel: "Searching Google Drive",
|
|
1119
|
+
category: "Drive",
|
|
1120
|
+
icon: "search",
|
|
1121
|
+
emoji: "🔍",
|
|
1122
|
+
describe: describeQuery
|
|
1123
|
+
},
|
|
1124
|
+
// ── Comments ──
|
|
1125
|
+
list_comment_threads: {
|
|
1126
|
+
displayName: "List Comments",
|
|
1127
|
+
activeLabel: "Loading comments",
|
|
1128
|
+
category: "Comments",
|
|
1129
|
+
icon: "message-square"
|
|
1130
|
+
},
|
|
1131
|
+
add_comment: {
|
|
1132
|
+
displayName: "Add Comment",
|
|
1133
|
+
activeLabel: "Adding comment",
|
|
1134
|
+
category: "Comments",
|
|
1135
|
+
icon: "message-square"
|
|
1136
|
+
},
|
|
1137
|
+
reply_to_comment: {
|
|
1138
|
+
displayName: "Reply to Comment",
|
|
1139
|
+
activeLabel: "Replying to comment",
|
|
1140
|
+
category: "Comments",
|
|
1141
|
+
icon: "message-square"
|
|
1142
|
+
},
|
|
1143
|
+
// ── Analysis & memory ──
|
|
1144
|
+
in_depth_analysis: {
|
|
1145
|
+
displayName: "In-Depth Analysis",
|
|
1146
|
+
activeLabel: "Analyzing",
|
|
1147
|
+
category: "Analysis",
|
|
1148
|
+
icon: "microscope",
|
|
1149
|
+
describe: describeQuery
|
|
1150
|
+
},
|
|
1151
|
+
save_preference_as_memory: {
|
|
1152
|
+
displayName: "Save Preference",
|
|
1153
|
+
activeLabel: "Saving preference",
|
|
1154
|
+
category: "Memory",
|
|
1155
|
+
icon: "save"
|
|
1156
|
+
},
|
|
1157
|
+
search_memory_preferences: {
|
|
1158
|
+
displayName: "Search Preferences",
|
|
1159
|
+
activeLabel: "Searching preferences",
|
|
1160
|
+
category: "Memory",
|
|
1161
|
+
icon: "search",
|
|
1162
|
+
emoji: "🔍",
|
|
1163
|
+
describe: describeQuery
|
|
1164
|
+
},
|
|
1165
|
+
edit_preference_memory: {
|
|
1166
|
+
displayName: "Edit Preference",
|
|
1167
|
+
activeLabel: "Editing preference",
|
|
1168
|
+
category: "Memory",
|
|
1169
|
+
icon: "pen-line",
|
|
1170
|
+
emoji: "✏️"
|
|
1171
|
+
},
|
|
1172
|
+
// ── Playbooks, GitHub, ontology, scripts, project manager ──
|
|
1173
|
+
create_new_playbook: {
|
|
1174
|
+
displayName: "Create Playbook",
|
|
1175
|
+
activeLabel: "Creating playbook",
|
|
1176
|
+
category: "Playbook",
|
|
1177
|
+
icon: "book-open",
|
|
1178
|
+
describe: describeNamed()
|
|
1179
|
+
},
|
|
1180
|
+
update_playbook: {
|
|
1181
|
+
displayName: "Update Playbook",
|
|
1182
|
+
activeLabel: "Updating playbook",
|
|
1183
|
+
category: "Playbook",
|
|
1184
|
+
icon: "book-open"
|
|
1185
|
+
},
|
|
1186
|
+
github_fetch_file: {
|
|
1187
|
+
displayName: "Fetch File",
|
|
1188
|
+
activeLabel: "Fetching file from GitHub",
|
|
1189
|
+
category: "GitHub",
|
|
1190
|
+
icon: "file-text",
|
|
1191
|
+
emoji: "📄",
|
|
1192
|
+
describe: describePath
|
|
1193
|
+
},
|
|
1194
|
+
github_list_directory: {
|
|
1195
|
+
displayName: "List Directory",
|
|
1196
|
+
activeLabel: "Listing GitHub directory",
|
|
1197
|
+
category: "GitHub",
|
|
1198
|
+
icon: "folder",
|
|
1199
|
+
emoji: "📁",
|
|
1200
|
+
describe: describePath
|
|
1201
|
+
},
|
|
1202
|
+
github_get_pull_request: {
|
|
1203
|
+
displayName: "Get Pull Request",
|
|
1204
|
+
activeLabel: "Loading pull request",
|
|
1205
|
+
category: "GitHub",
|
|
1206
|
+
icon: "git-pull-request"
|
|
1207
|
+
},
|
|
1208
|
+
github_list_pull_requests: {
|
|
1209
|
+
displayName: "List Pull Requests",
|
|
1210
|
+
activeLabel: "Loading pull requests",
|
|
1211
|
+
category: "GitHub",
|
|
1212
|
+
icon: "git-pull-request"
|
|
1213
|
+
},
|
|
1214
|
+
list_object_types: {
|
|
1215
|
+
displayName: "List Object Types",
|
|
1216
|
+
activeLabel: "Reading object types",
|
|
1217
|
+
category: "Ontology",
|
|
1218
|
+
icon: "boxes"
|
|
1219
|
+
},
|
|
1220
|
+
create_object_type: {
|
|
1221
|
+
displayName: "Create Object Type",
|
|
1222
|
+
activeLabel: "Creating object type",
|
|
1223
|
+
category: "Ontology",
|
|
1224
|
+
icon: "boxes",
|
|
1225
|
+
emoji: "🧩",
|
|
1226
|
+
describe: describeNamed()
|
|
1227
|
+
},
|
|
1228
|
+
update_object_type: {
|
|
1229
|
+
displayName: "Update Object Type",
|
|
1230
|
+
activeLabel: "Updating object type",
|
|
1231
|
+
category: "Ontology",
|
|
1232
|
+
icon: "boxes",
|
|
1233
|
+
emoji: "🧩"
|
|
1234
|
+
},
|
|
1235
|
+
search_objects: {
|
|
1236
|
+
displayName: "Search Objects",
|
|
1237
|
+
activeLabel: "Searching objects",
|
|
1238
|
+
category: "Ontology",
|
|
1239
|
+
icon: "search",
|
|
1240
|
+
emoji: "🔎",
|
|
1241
|
+
describe: describeQuery
|
|
1242
|
+
},
|
|
1243
|
+
create_object: {
|
|
1244
|
+
displayName: "Create Object",
|
|
1245
|
+
activeLabel: "Creating object",
|
|
1246
|
+
category: "Ontology",
|
|
1247
|
+
icon: "package",
|
|
1248
|
+
emoji: "📦",
|
|
1249
|
+
describe: describeNamed()
|
|
1250
|
+
},
|
|
1251
|
+
create_objects: {
|
|
1252
|
+
displayName: "Create Objects",
|
|
1253
|
+
activeLabel: "Creating objects",
|
|
1254
|
+
category: "Ontology",
|
|
1255
|
+
icon: "package",
|
|
1256
|
+
emoji: "📦"
|
|
1257
|
+
},
|
|
1258
|
+
update_object: {
|
|
1259
|
+
displayName: "Update Object",
|
|
1260
|
+
activeLabel: "Updating object",
|
|
1261
|
+
category: "Ontology",
|
|
1262
|
+
icon: "package",
|
|
1263
|
+
emoji: "📦"
|
|
1264
|
+
},
|
|
1265
|
+
archive_object: {
|
|
1266
|
+
displayName: "Archive Object",
|
|
1267
|
+
activeLabel: "Archiving object",
|
|
1268
|
+
category: "Ontology",
|
|
1269
|
+
icon: "package"
|
|
1270
|
+
},
|
|
1271
|
+
get_object_links: {
|
|
1272
|
+
displayName: "Get Object Links",
|
|
1273
|
+
activeLabel: "Reading links",
|
|
1274
|
+
category: "Ontology",
|
|
1275
|
+
icon: "link",
|
|
1276
|
+
emoji: "🔗"
|
|
1277
|
+
},
|
|
1278
|
+
link_objects: {
|
|
1279
|
+
displayName: "Link Objects",
|
|
1280
|
+
activeLabel: "Linking objects",
|
|
1281
|
+
category: "Ontology",
|
|
1282
|
+
icon: "link",
|
|
1283
|
+
emoji: "🔗"
|
|
1284
|
+
},
|
|
1285
|
+
unlink_objects: {
|
|
1286
|
+
displayName: "Unlink Objects",
|
|
1287
|
+
activeLabel: "Removing link",
|
|
1288
|
+
category: "Ontology",
|
|
1289
|
+
icon: "link",
|
|
1290
|
+
emoji: "🔗"
|
|
1291
|
+
},
|
|
1292
|
+
create_wm_script: {
|
|
1293
|
+
displayName: "Create Script",
|
|
1294
|
+
activeLabel: "Creating script",
|
|
1295
|
+
category: "Task Studio",
|
|
1296
|
+
icon: "scroll-text",
|
|
1297
|
+
describe: describeNamed()
|
|
1298
|
+
},
|
|
1299
|
+
execute_wm_script: {
|
|
1300
|
+
displayName: "Execute Script",
|
|
1301
|
+
activeLabel: "Executing script",
|
|
1302
|
+
category: "Task Studio",
|
|
1303
|
+
icon: "play",
|
|
1304
|
+
emoji: "▶️"
|
|
1305
|
+
},
|
|
1306
|
+
create_project_with_manager: {
|
|
1307
|
+
displayName: "Create Managed Project",
|
|
1308
|
+
activeLabel: "Creating managed project",
|
|
1309
|
+
category: "Project Manager",
|
|
1310
|
+
icon: "clipboard-list",
|
|
1311
|
+
describe: describeNamed()
|
|
1312
|
+
},
|
|
1313
|
+
get_pm_roadmap: {
|
|
1314
|
+
displayName: "Get Roadmap",
|
|
1315
|
+
activeLabel: "Loading roadmap",
|
|
1316
|
+
category: "Project Manager",
|
|
1317
|
+
icon: "clipboard-list",
|
|
1318
|
+
emoji: "🗺️"
|
|
1319
|
+
},
|
|
1320
|
+
// ── Voice mode (a run delegated from a live GPT Live conversation) ──
|
|
1321
|
+
send_voice_update: {
|
|
1322
|
+
displayName: "Voice Update",
|
|
1323
|
+
activeLabel: "Speaking to you",
|
|
1324
|
+
completedLabel: "Voice update sent",
|
|
1325
|
+
category: "Agent",
|
|
1326
|
+
internal: true,
|
|
1327
|
+
icon: "message-square",
|
|
1328
|
+
emoji: "🗣️",
|
|
1329
|
+
describe: (args) => typeof args.text === "string" && args.text ? args.text : void 0
|
|
1330
|
+
},
|
|
1331
|
+
// ── Agent runtime & workspace files (deepagents built-ins) ──
|
|
1332
|
+
task: {
|
|
1333
|
+
displayName: "Delegate to Subagent",
|
|
1334
|
+
activeLabel: "Delegating to a subagent",
|
|
1335
|
+
category: "Agent",
|
|
1336
|
+
internal: true,
|
|
1337
|
+
icon: "bot",
|
|
1338
|
+
describe: describeDelegation
|
|
1339
|
+
},
|
|
1340
|
+
start_async_task: {
|
|
1341
|
+
displayName: "Start Background Task",
|
|
1342
|
+
activeLabel: "Starting background task",
|
|
1343
|
+
category: "Agent",
|
|
1344
|
+
internal: true,
|
|
1345
|
+
icon: "bot",
|
|
1346
|
+
describe: describeDelegation
|
|
1347
|
+
},
|
|
1348
|
+
check_async_task: {
|
|
1349
|
+
displayName: "Check Background Task",
|
|
1350
|
+
activeLabel: "Checking background task",
|
|
1351
|
+
category: "Agent",
|
|
1352
|
+
internal: true,
|
|
1353
|
+
icon: "bot"
|
|
1354
|
+
},
|
|
1355
|
+
update_async_task: {
|
|
1356
|
+
displayName: "Update Background Task",
|
|
1357
|
+
activeLabel: "Updating background task",
|
|
1358
|
+
category: "Agent",
|
|
1359
|
+
internal: true,
|
|
1360
|
+
icon: "bot"
|
|
1361
|
+
},
|
|
1362
|
+
cancel_async_task: {
|
|
1363
|
+
displayName: "Cancel Background Task",
|
|
1364
|
+
activeLabel: "Cancelling background task",
|
|
1365
|
+
category: "Agent",
|
|
1366
|
+
internal: true,
|
|
1367
|
+
icon: "bot"
|
|
1368
|
+
},
|
|
1369
|
+
list_async_tasks: {
|
|
1370
|
+
displayName: "List Background Tasks",
|
|
1371
|
+
activeLabel: "Listing background tasks",
|
|
1372
|
+
category: "Agent",
|
|
1373
|
+
internal: true,
|
|
1374
|
+
icon: "bot"
|
|
1375
|
+
},
|
|
1376
|
+
write_todos: {
|
|
1377
|
+
displayName: "Plan",
|
|
1378
|
+
activeLabel: "Planning",
|
|
1379
|
+
category: "Agent",
|
|
1380
|
+
internal: true,
|
|
1381
|
+
icon: "list-checks",
|
|
1382
|
+
emoji: "📝"
|
|
1383
|
+
},
|
|
1384
|
+
ask: {
|
|
1385
|
+
displayName: "Ask a Question",
|
|
1386
|
+
activeLabel: "Waiting for your input",
|
|
1387
|
+
completedLabel: "Input received",
|
|
1388
|
+
category: "Agent",
|
|
1389
|
+
internal: true,
|
|
1390
|
+
icon: "circle-help",
|
|
1391
|
+
emoji: "❓"
|
|
1392
|
+
},
|
|
1393
|
+
final_response: {
|
|
1394
|
+
displayName: "Final Response",
|
|
1395
|
+
activeLabel: "Finishing up",
|
|
1396
|
+
category: "Agent",
|
|
1397
|
+
internal: true,
|
|
1398
|
+
icon: "flag",
|
|
1399
|
+
emoji: "🏁"
|
|
1400
|
+
},
|
|
1401
|
+
execute: {
|
|
1402
|
+
displayName: "Run Command",
|
|
1403
|
+
activeLabel: "Running a command",
|
|
1404
|
+
category: "Files",
|
|
1405
|
+
internal: true,
|
|
1406
|
+
icon: "terminal",
|
|
1407
|
+
emoji: "⌨️"
|
|
1408
|
+
},
|
|
1409
|
+
eval: {
|
|
1410
|
+
displayName: "Evaluate Code",
|
|
1411
|
+
activeLabel: "Evaluating code",
|
|
1412
|
+
category: "Files",
|
|
1413
|
+
internal: true,
|
|
1414
|
+
icon: "code"
|
|
1415
|
+
},
|
|
1416
|
+
read_file: {
|
|
1417
|
+
displayName: "Review Working Files",
|
|
1418
|
+
activeLabel: "Reviewing working files",
|
|
1419
|
+
category: "Files",
|
|
1420
|
+
internal: true,
|
|
1421
|
+
icon: "scan-search",
|
|
1422
|
+
describe: describePath
|
|
1423
|
+
},
|
|
1424
|
+
ls: {
|
|
1425
|
+
displayName: "Check Workspace",
|
|
1426
|
+
activeLabel: "Checking the workspace",
|
|
1427
|
+
category: "Files",
|
|
1428
|
+
internal: true,
|
|
1429
|
+
icon: "folder-open",
|
|
1430
|
+
describe: describePath
|
|
1431
|
+
},
|
|
1432
|
+
write_file: {
|
|
1433
|
+
displayName: "Save Working Files",
|
|
1434
|
+
activeLabel: "Saving working files",
|
|
1435
|
+
category: "Files",
|
|
1436
|
+
internal: true,
|
|
1437
|
+
icon: "file-text",
|
|
1438
|
+
describe: describePath
|
|
1439
|
+
},
|
|
1440
|
+
edit_file: {
|
|
1441
|
+
displayName: "Update Working Files",
|
|
1442
|
+
activeLabel: "Updating working files",
|
|
1443
|
+
category: "Files",
|
|
1444
|
+
internal: true,
|
|
1445
|
+
icon: "pen-line",
|
|
1446
|
+
describe: describePath
|
|
1447
|
+
},
|
|
1448
|
+
glob: {
|
|
1449
|
+
displayName: "Search Working Files",
|
|
1450
|
+
activeLabel: "Searching working files",
|
|
1451
|
+
category: "Files",
|
|
1452
|
+
internal: true,
|
|
1453
|
+
icon: "search",
|
|
1454
|
+
describe: (args) => nonBlank(args.pattern) ?? nonBlank(args.query) ?? nonBlank(args.path)
|
|
1455
|
+
},
|
|
1456
|
+
grep: {
|
|
1457
|
+
displayName: "Search Working Files",
|
|
1458
|
+
activeLabel: "Searching working files",
|
|
1459
|
+
category: "Files",
|
|
1460
|
+
internal: true,
|
|
1461
|
+
icon: "search",
|
|
1462
|
+
describe: (args) => nonBlank(args.pattern) ?? nonBlank(args.query) ?? nonBlank(args.path)
|
|
1463
|
+
},
|
|
1464
|
+
// ── Athena Studio SDK sub-calls (programmatic tool calling) ──
|
|
1465
|
+
CreateWorkbook: {
|
|
1466
|
+
displayName: "Create Workbook",
|
|
1467
|
+
activeLabel: "Creating workbook",
|
|
1468
|
+
category: "Spreadsheet",
|
|
1469
|
+
internal: true,
|
|
1470
|
+
icon: "bar-chart",
|
|
1471
|
+
describe: describeNamed()
|
|
1472
|
+
},
|
|
1473
|
+
AddSheet: {
|
|
1474
|
+
displayName: "Add Sheet",
|
|
1475
|
+
activeLabel: "Adding sheet",
|
|
1476
|
+
category: "Spreadsheet",
|
|
1477
|
+
internal: true,
|
|
1478
|
+
icon: "table",
|
|
1479
|
+
describe: describeNamed()
|
|
1480
|
+
},
|
|
1481
|
+
OpenWorkbook: {
|
|
1482
|
+
displayName: "Open Workbook",
|
|
1483
|
+
activeLabel: "Opening workbook",
|
|
1484
|
+
category: "Spreadsheet",
|
|
1485
|
+
internal: true,
|
|
1486
|
+
icon: "folder-open"
|
|
1487
|
+
},
|
|
1488
|
+
WriteCells: {
|
|
1489
|
+
displayName: "Write Cells",
|
|
1490
|
+
activeLabel: "Writing cells",
|
|
1491
|
+
category: "Spreadsheet",
|
|
1492
|
+
internal: true,
|
|
1493
|
+
icon: "bar-chart",
|
|
1494
|
+
describe: describeRange
|
|
1495
|
+
},
|
|
1496
|
+
CreatePresentation: {
|
|
1497
|
+
displayName: "Create Presentation",
|
|
1498
|
+
activeLabel: "Creating presentation",
|
|
1499
|
+
category: "Presentation",
|
|
1500
|
+
internal: true,
|
|
1501
|
+
icon: "presentation",
|
|
1502
|
+
describe: describeNamed()
|
|
1503
|
+
},
|
|
1504
|
+
OpenPresentation: {
|
|
1505
|
+
displayName: "Open Presentation",
|
|
1506
|
+
activeLabel: "Opening presentation",
|
|
1507
|
+
category: "Presentation",
|
|
1508
|
+
internal: true,
|
|
1509
|
+
icon: "folder-open"
|
|
1510
|
+
},
|
|
1511
|
+
AddSlide: {
|
|
1512
|
+
displayName: "Add Slide",
|
|
1513
|
+
activeLabel: "Adding slide",
|
|
1514
|
+
category: "Presentation",
|
|
1515
|
+
internal: true,
|
|
1516
|
+
icon: "presentation"
|
|
1517
|
+
},
|
|
1518
|
+
CreateDocument: {
|
|
1519
|
+
displayName: "Create Document",
|
|
1520
|
+
activeLabel: "Creating document",
|
|
1521
|
+
category: "Document",
|
|
1522
|
+
internal: true,
|
|
1523
|
+
icon: "file-text",
|
|
1524
|
+
describe: describeNamed()
|
|
1525
|
+
},
|
|
1526
|
+
OpenDocument: {
|
|
1527
|
+
displayName: "Open Document",
|
|
1528
|
+
activeLabel: "Opening document",
|
|
1529
|
+
category: "Document",
|
|
1530
|
+
internal: true,
|
|
1531
|
+
icon: "folder-open"
|
|
1532
|
+
},
|
|
1533
|
+
CreateParagraph: {
|
|
1534
|
+
displayName: "Write Paragraph",
|
|
1535
|
+
activeLabel: "Writing paragraph",
|
|
1536
|
+
category: "Document",
|
|
1537
|
+
internal: true,
|
|
1538
|
+
icon: "pen-line"
|
|
1539
|
+
},
|
|
1540
|
+
CreateHeading: {
|
|
1541
|
+
displayName: "Write Heading",
|
|
1542
|
+
activeLabel: "Writing heading",
|
|
1543
|
+
category: "Document",
|
|
1544
|
+
internal: true,
|
|
1545
|
+
icon: "pen-line"
|
|
1546
|
+
},
|
|
1547
|
+
CreateTable: {
|
|
1548
|
+
displayName: "Insert Table",
|
|
1549
|
+
activeLabel: "Inserting table",
|
|
1550
|
+
category: "Document",
|
|
1551
|
+
internal: true,
|
|
1552
|
+
icon: "table"
|
|
1553
|
+
},
|
|
1554
|
+
AddCitation: {
|
|
1555
|
+
displayName: "Add Citation",
|
|
1556
|
+
activeLabel: "Adding citation",
|
|
1557
|
+
category: "Document",
|
|
1558
|
+
internal: true,
|
|
1559
|
+
icon: "link"
|
|
1560
|
+
},
|
|
1561
|
+
// ── Chrome extension (device tools) ──
|
|
1562
|
+
chrome_tabs_context: {
|
|
1563
|
+
displayName: "Open Tabs",
|
|
1564
|
+
activeLabel: "Checking open tabs",
|
|
1565
|
+
completedLabel: "Checked open tabs",
|
|
1566
|
+
category: "Browser",
|
|
1567
|
+
icon: "globe"
|
|
1568
|
+
},
|
|
1569
|
+
chrome_tabs_create: {
|
|
1570
|
+
displayName: "New Tab",
|
|
1571
|
+
activeLabel: "Opening a new tab",
|
|
1572
|
+
completedLabel: "Opened a new tab",
|
|
1573
|
+
category: "Browser",
|
|
1574
|
+
icon: "globe"
|
|
1575
|
+
},
|
|
1576
|
+
chrome_batch: {
|
|
1577
|
+
displayName: "Chrome Actions",
|
|
1578
|
+
activeLabel: "Working in Chrome",
|
|
1579
|
+
completedLabel: "Chrome actions complete",
|
|
1580
|
+
category: "Browser",
|
|
1581
|
+
icon: "list-checks"
|
|
1582
|
+
},
|
|
1583
|
+
chrome_computer: {
|
|
1584
|
+
displayName: "Page Interaction",
|
|
1585
|
+
activeLabel: "Interacting with the page",
|
|
1586
|
+
completedLabel: "Page interaction complete",
|
|
1587
|
+
category: "Browser",
|
|
1588
|
+
icon: "mouse-pointer",
|
|
1589
|
+
emoji: "🖱️"
|
|
1590
|
+
},
|
|
1591
|
+
chrome_navigate: {
|
|
1592
|
+
displayName: "Navigate Page",
|
|
1593
|
+
activeLabel: "Navigating the page",
|
|
1594
|
+
completedLabel: "Page navigation complete",
|
|
1595
|
+
category: "Browser",
|
|
1596
|
+
icon: "globe"
|
|
1597
|
+
},
|
|
1598
|
+
chrome_read_page: {
|
|
1599
|
+
displayName: "Read Page",
|
|
1600
|
+
activeLabel: "Reading the page",
|
|
1601
|
+
completedLabel: "Read the page",
|
|
1602
|
+
category: "Browser",
|
|
1603
|
+
icon: "file-text",
|
|
1604
|
+
emoji: "📖"
|
|
1605
|
+
},
|
|
1606
|
+
chrome_find: {
|
|
1607
|
+
displayName: "Find on Page",
|
|
1608
|
+
activeLabel: "Finding page content",
|
|
1609
|
+
completedLabel: "Found page content",
|
|
1610
|
+
category: "Browser",
|
|
1611
|
+
icon: "scan-search",
|
|
1612
|
+
emoji: "🔍"
|
|
1613
|
+
},
|
|
1614
|
+
chrome_form_input: {
|
|
1615
|
+
displayName: "Fill Form",
|
|
1616
|
+
activeLabel: "Filling in the page",
|
|
1617
|
+
completedLabel: "Updated the page",
|
|
1618
|
+
category: "Browser",
|
|
1619
|
+
icon: "pen-line"
|
|
1620
|
+
},
|
|
1621
|
+
chrome_get_page_text: {
|
|
1622
|
+
displayName: "Page Text",
|
|
1623
|
+
activeLabel: "Reading page text",
|
|
1624
|
+
completedLabel: "Read page text",
|
|
1625
|
+
category: "Browser",
|
|
1626
|
+
icon: "file-text",
|
|
1627
|
+
emoji: "📖"
|
|
1628
|
+
},
|
|
1629
|
+
chrome_javascript: {
|
|
1630
|
+
displayName: "Page JavaScript",
|
|
1631
|
+
activeLabel: "Running page JavaScript",
|
|
1632
|
+
completedLabel: "Page JavaScript complete",
|
|
1633
|
+
category: "Browser",
|
|
1634
|
+
icon: "code"
|
|
1635
|
+
},
|
|
1636
|
+
chrome_read_console: {
|
|
1637
|
+
displayName: "Browser Console",
|
|
1638
|
+
activeLabel: "Checking the console",
|
|
1639
|
+
completedLabel: "Checked the console",
|
|
1640
|
+
category: "Browser",
|
|
1641
|
+
icon: "terminal"
|
|
1642
|
+
},
|
|
1643
|
+
chrome_read_network: {
|
|
1644
|
+
displayName: "Network Activity",
|
|
1645
|
+
activeLabel: "Checking network activity",
|
|
1646
|
+
completedLabel: "Checked network activity",
|
|
1647
|
+
category: "Browser",
|
|
1648
|
+
icon: "link"
|
|
1649
|
+
},
|
|
1650
|
+
chrome_wait_for: {
|
|
1651
|
+
displayName: "Wait for Page",
|
|
1652
|
+
activeLabel: "Waiting for the page",
|
|
1653
|
+
completedLabel: "Page is ready",
|
|
1654
|
+
category: "Browser",
|
|
1655
|
+
icon: "play"
|
|
1656
|
+
},
|
|
1657
|
+
chrome_gif_creator: {
|
|
1658
|
+
displayName: "Create GIF",
|
|
1659
|
+
activeLabel: "Creating a GIF",
|
|
1660
|
+
completedLabel: "Created a GIF",
|
|
1661
|
+
category: "Browser",
|
|
1662
|
+
icon: "image",
|
|
1663
|
+
emoji: "🎞️"
|
|
1664
|
+
},
|
|
1665
|
+
chrome_shortcuts_list: {
|
|
1666
|
+
displayName: "Browser Shortcuts",
|
|
1667
|
+
activeLabel: "Checking browser shortcuts",
|
|
1668
|
+
completedLabel: "Checked browser shortcuts",
|
|
1669
|
+
category: "Browser",
|
|
1670
|
+
icon: "list-checks"
|
|
1671
|
+
},
|
|
1672
|
+
chrome_shortcuts_execute: {
|
|
1673
|
+
displayName: "Run Browser Shortcut",
|
|
1674
|
+
activeLabel: "Using a browser shortcut",
|
|
1675
|
+
completedLabel: "Browser shortcut complete",
|
|
1676
|
+
category: "Browser",
|
|
1677
|
+
icon: "play"
|
|
1678
|
+
},
|
|
1679
|
+
chrome_handle_dialog: {
|
|
1680
|
+
displayName: "Browser Dialog",
|
|
1681
|
+
activeLabel: "Handling the browser dialog",
|
|
1682
|
+
completedLabel: "Handled the browser dialog",
|
|
1683
|
+
category: "Browser",
|
|
1684
|
+
icon: "message-square"
|
|
1685
|
+
},
|
|
1686
|
+
// ── Tool management ──
|
|
1687
|
+
toggle_toolkit: {
|
|
1688
|
+
displayName: "Toggle Toolkit",
|
|
1689
|
+
activeLabel: "Toggling toolkit",
|
|
1690
|
+
category: "Tool",
|
|
1691
|
+
icon: "settings",
|
|
1692
|
+
emoji: "🧰"
|
|
1693
|
+
},
|
|
1694
|
+
enable_tool_by_id: {
|
|
1695
|
+
displayName: "Enable Tool",
|
|
1696
|
+
activeLabel: "Enabling tool",
|
|
1697
|
+
category: "Tool",
|
|
1698
|
+
icon: "settings",
|
|
1699
|
+
emoji: "🧰"
|
|
1700
|
+
}
|
|
1701
|
+
};
|
|
1702
|
+
function formatToolName(toolName) {
|
|
1703
|
+
return toolName.replace(/_/g, " ").replace(/([a-z])([A-Z])/g, "$1 $2").replace(/\b\w/g, (char) => char.toUpperCase()).trim();
|
|
1704
|
+
}
|
|
1705
|
+
function defaultToolDisplayMeta(toolName) {
|
|
1706
|
+
const displayName = formatToolName(toolName);
|
|
1707
|
+
return {
|
|
1708
|
+
displayName,
|
|
1709
|
+
activeLabel: `Running ${displayName}`,
|
|
1710
|
+
category: "Tool",
|
|
1711
|
+
icon: "wrench",
|
|
1712
|
+
emoji: DEFAULT_EMOJI
|
|
1713
|
+
};
|
|
1714
|
+
}
|
|
1715
|
+
function hasToolDisplayMeta(toolName) {
|
|
1716
|
+
return Object.hasOwn(TOOL_DISPLAY_META, toolName);
|
|
1717
|
+
}
|
|
1718
|
+
function getToolDisplayMeta(toolName) {
|
|
1719
|
+
const entry = TOOL_DISPLAY_META[toolName];
|
|
1720
|
+
if (!entry) return defaultToolDisplayMeta(toolName);
|
|
1721
|
+
return { ...entry, emoji: entry.emoji ?? CATEGORY_EMOJI[entry.category] };
|
|
1722
|
+
}
|
|
1723
|
+
function describeToolArgs({
|
|
1724
|
+
toolName,
|
|
1725
|
+
args
|
|
1726
|
+
}) {
|
|
1727
|
+
const describe = getToolDisplayMeta(toolName).describe;
|
|
1728
|
+
if (!describe || !args) return void 0;
|
|
1729
|
+
const summary = describe(args);
|
|
1730
|
+
return (summary == null ? void 0 : summary.trim()) ? summary : void 0;
|
|
1731
|
+
}
|
|
1732
|
+
function toolActiveLabel({
|
|
1733
|
+
toolName,
|
|
1734
|
+
args
|
|
1735
|
+
}) {
|
|
1736
|
+
const meta = getToolDisplayMeta(toolName);
|
|
1737
|
+
const summary = describeToolArgs({ toolName, args });
|
|
1738
|
+
return summary ? `${meta.activeLabel}: ${summary}` : meta.activeLabel;
|
|
1739
|
+
}
|
|
1740
|
+
const PAST_TENSE_IRREGULARS = [
|
|
1741
|
+
[/^Taking\b/, "Took"],
|
|
1742
|
+
[/^Getting\b/, "Got"],
|
|
1743
|
+
[/^Running\b/, "Ran"],
|
|
1744
|
+
[/^Reading\b/, "Read"],
|
|
1745
|
+
[/^Finding\b/, "Found"],
|
|
1746
|
+
[/^Writing\b/, "Wrote"],
|
|
1747
|
+
[/^Building\b/, "Built"],
|
|
1748
|
+
[/^Setting\b/, "Set"],
|
|
1749
|
+
[/^Sending\b/, "Sent"]
|
|
1750
|
+
];
|
|
1751
|
+
function toolCompletedLabel(activeLabel) {
|
|
1752
|
+
for (const [pattern, replacement] of PAST_TENSE_IRREGULARS) {
|
|
1753
|
+
if (pattern.test(activeLabel)) return activeLabel.replace(pattern, replacement);
|
|
1754
|
+
}
|
|
1755
|
+
return activeLabel.replace(
|
|
1756
|
+
/^(\w+)ing\b/,
|
|
1757
|
+
(_match, base) => /[^aeiou]y$/.test(base) ? `${base.slice(0, -1)}ied` : `${base}ed`
|
|
1758
|
+
);
|
|
1759
|
+
}
|
|
1760
|
+
function toolStatusLabel(toolName, state, displayName) {
|
|
1761
|
+
const known = hasToolDisplayMeta(toolName);
|
|
1762
|
+
const meta = getToolDisplayMeta(toolName);
|
|
1763
|
+
const name = known ? meta.displayName : displayName ?? meta.displayName;
|
|
1764
|
+
switch (state) {
|
|
1765
|
+
case "running":
|
|
1766
|
+
return known || !displayName ? meta.activeLabel : `Running ${displayName}`;
|
|
1767
|
+
case "complete":
|
|
1768
|
+
if (meta.completedLabel) return meta.completedLabel;
|
|
1769
|
+
return known ? toolCompletedLabel(meta.activeLabel) : name;
|
|
1770
|
+
case "rejected":
|
|
1771
|
+
return meta.rejectedLabel ?? `${name} — rejected`;
|
|
1772
|
+
case "cancelled":
|
|
1773
|
+
return `${name} — cancelled`;
|
|
1774
|
+
case "paused":
|
|
1775
|
+
return `${name} — paused`;
|
|
1776
|
+
case "error":
|
|
1777
|
+
return `${name} failed`;
|
|
1778
|
+
case "waiting":
|
|
1779
|
+
return "Waiting for your input";
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
exports.CATEGORY_EMOJI = CATEGORY_EMOJI;
|
|
1783
|
+
exports.TOOL_DISPLAY_META = TOOL_DISPLAY_META;
|
|
1784
|
+
exports.defaultToolDisplayMeta = defaultToolDisplayMeta;
|
|
1785
|
+
exports.describeDelegation = describeDelegation;
|
|
1786
|
+
exports.describeNamed = describeNamed;
|
|
1787
|
+
exports.describePackage = describePackage;
|
|
1788
|
+
exports.describePath = describePath;
|
|
1789
|
+
exports.describeQuery = describeQuery;
|
|
1790
|
+
exports.describeRange = describeRange;
|
|
1791
|
+
exports.describeSql = describeSql;
|
|
1792
|
+
exports.describeTable = describeTable;
|
|
1793
|
+
exports.describeToolArgs = describeToolArgs;
|
|
1794
|
+
exports.describeUrl = describeUrl;
|
|
1795
|
+
exports.formatToolName = formatToolName;
|
|
1796
|
+
exports.getToolDisplayMeta = getToolDisplayMeta;
|
|
1797
|
+
exports.hasToolDisplayMeta = hasToolDisplayMeta;
|
|
1798
|
+
exports.toolActiveLabel = toolActiveLabel;
|
|
1799
|
+
exports.toolCompletedLabel = toolCompletedLabel;
|
|
1800
|
+
exports.toolStatusLabel = toolStatusLabel;
|
|
1801
|
+
exports.truncateLine = truncateLine;
|
|
1802
|
+
//# sourceMappingURL=tool-metadata.cjs.map
|