@elevasis/ui 2.72.0 → 2.74.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/dist/api/index.js +3 -3
- package/dist/app/index.d.ts +172 -20
- package/dist/app/index.js +9 -10
- package/dist/auth/index.js +5 -6
- package/dist/charts/index.js +5 -6
- package/dist/chunk-2GIJBHZT.js +60 -0
- package/dist/{chunk-2454MK7P.js → chunk-2MRRDF32.js} +115 -8
- package/dist/chunk-3LOKYZJC.js +231 -0
- package/dist/chunk-3QHX4ZKV.js +224 -0
- package/dist/chunk-43LC6XAX.js +69 -0
- package/dist/chunk-4M2BSHVT.js +116 -0
- package/dist/{chunk-SV4M2BUI.js → chunk-4MXNHJTA.js} +111 -46
- package/dist/{chunk-LEQGGX2U.js → chunk-5A6KCFS5.js} +36 -43
- package/dist/{chunk-KIDZXZM5.js → chunk-6JN2TLV2.js} +1480 -4200
- package/dist/{chunk-UZ5JO5TK.js → chunk-7ARBBELS.js} +1 -1
- package/dist/{chunk-DJWIIPKW.js → chunk-7RJ7P6S6.js} +6 -3
- package/dist/chunk-ARAFQBNI.js +515 -0
- package/dist/{chunk-DKVGO6RJ.js → chunk-BA3AZJUR.js} +1 -1
- package/dist/chunk-BRTGCFBH.js +305 -0
- package/dist/{chunk-7ESZKTQG.js → chunk-CQPULKKL.js} +5 -3
- package/dist/chunk-CRA7WQZH.js +49 -0
- package/dist/{chunk-XZIOCB5D.js → chunk-DCQKTDIG.js} +2 -52
- package/dist/{chunk-A3JHFZDP.js → chunk-E6YGA5WH.js} +1 -1
- package/dist/chunk-FA7LMNQO.js +439 -0
- package/dist/chunk-FZSG6M6W.js +45 -0
- package/dist/chunk-GDOR57D7.js +165 -0
- package/dist/{chunk-RRS2QR3W.js → chunk-GO4XJ5D4.js} +1 -1
- package/dist/chunk-GPQQGQGT.js +645 -0
- package/dist/chunk-HYQOGRWG.js +54 -0
- package/dist/{chunk-LCHL5SM2.js → chunk-LN4UW6S4.js} +1 -1
- package/dist/chunk-N6K2Q5BM.js +393 -0
- package/dist/{chunk-Z2W5VNN3.js → chunk-O32UQ26A.js} +3 -2
- package/dist/{chunk-M7WWRZ5Z.js → chunk-QFGNRKIE.js} +1 -78
- package/dist/{chunk-Q3O3WY7Q.js → chunk-R5UGIFYU.js} +74 -18
- package/dist/{chunk-753MKWFV.js → chunk-RFNJ2PTO.js} +1 -1
- package/dist/chunk-VM2OWOXL.js +24 -0
- package/dist/{chunk-ZBXCEWKF.js → chunk-W2QRBQQA.js} +5 -3
- package/dist/chunk-WDBNW44Z.js +49 -0
- package/dist/{chunk-IXBRUIYI.js → chunk-WZU3MCKI.js} +1 -1
- package/dist/chunk-YQQ5GRUR.js +21 -0
- package/dist/{chunk-IMZTRDY2.js → chunk-ZFA56VSR.js} +2 -2
- package/dist/{chunk-AFBFSXP3.js → chunk-ZWI62BQ6.js} +7 -4
- package/dist/chunk-ZYNVCWDZ.js +286 -0
- package/dist/components/index.d.ts +490 -22
- package/dist/components/index.js +335 -35
- package/dist/components/navigation/index.js +6 -7
- package/dist/features/auth/index.d.ts +154 -2
- package/dist/features/auth/index.js +18 -9
- package/dist/features/clients/index.js +7 -7
- package/dist/features/content/index.d.ts +718 -34
- package/dist/features/content/index.js +1345 -51
- package/dist/features/crm/index.d.ts +172 -20
- package/dist/features/crm/index.js +10 -8
- package/dist/features/dashboard/index.d.ts +19 -10
- package/dist/features/dashboard/index.js +9 -8
- package/dist/features/delivery/index.d.ts +134 -0
- package/dist/features/delivery/index.js +23 -7
- package/dist/features/knowledge/index.js +5 -6
- package/dist/features/lead-gen/index.d.ts +47 -35
- package/dist/features/lead-gen/index.js +12 -8
- package/dist/features/monitoring/index.js +11 -9
- package/dist/features/monitoring/requests/index.js +8 -7
- package/dist/features/operations/index.d.ts +38 -20
- package/dist/features/operations/index.js +15 -11
- package/dist/features/public-agent-chat/index.js +3 -1
- package/dist/features/settings/index.d.ts +134 -0
- package/dist/features/settings/index.js +9 -8
- package/dist/hooks/access/index.js +5 -6
- package/dist/hooks/delivery/index.d.ts +134 -0
- package/dist/hooks/delivery/index.js +3 -2
- package/dist/hooks/operations/command-view/utils/transformCommandViewData.d.ts +20 -11
- package/dist/hooks/published.d.ts +1421 -29
- package/dist/hooks/published.js +22 -6
- package/dist/initialization/index.d.ts +134 -0
- package/dist/knowledge/index.d.ts +38 -20
- package/dist/knowledge/index.js +167 -11
- package/dist/{knowledge-search-index-RZLIVWPJ.js → knowledge-search-index-6GQK55IQ.js} +1 -1
- package/dist/layout/index.js +8 -9
- package/dist/profile/index.d.ts +134 -0
- package/dist/provider/index.d.ts +191 -21
- package/dist/provider/index.js +5 -6
- package/dist/provider/published.d.ts +219 -21
- package/dist/provider/published.js +5 -6
- package/dist/test-utils/index.d.ts +16 -5
- package/dist/test-utils/index.js +17 -18
- package/dist/types/index.d.ts +184 -14
- package/dist/utils/index.d.ts +102 -13
- package/dist/utils/index.js +1 -1
- package/package.json +7 -6
- package/dist/chunk-6M6OLGQY.js +0 -36
- package/dist/chunk-MKH2KOAO.js +0 -39
- package/dist/hooks/index.css +0 -659
- package/dist/hooks/index.d.ts +0 -12853
- package/dist/hooks/index.js +0 -27
- package/dist/supabase/index.d.ts +0 -6969
- package/dist/supabase/index.js +0 -3
- package/dist/typeform/index.d.ts +0 -462
- package/dist/typeform/index.js +0 -2051
- package/dist/typeform/schemas.d.ts +0 -67
- package/dist/typeform/schemas.js +0 -2
package/dist/hooks/published.js
CHANGED
|
@@ -1,14 +1,30 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { ApiKeyService, DeploymentService, dealNoteKeys, projectActivityKeys, useActivateDeployment, useActivitiesRealtime, useAddCompaniesToList, useAddContactsToList, useBatchTelemetry, useCreateApiKey, useCreateDealNote, useCreateOrgRole, useDeactivateDeployment, useDealNotes, useDeleteApiKey, useDeleteDeployment, useDeleteOrgRole, useEffectivePermissions, useListApiKeys, useListDeployments, useProjectActivities, useProjectRealtime, useRemoveCompaniesFromList, useResourceErrors, useTransitionItem, useTransitionState, useUpdateApiKey, useUpdateOrgRole, useVisibleResources } from '../chunk-GPQQGQGT.js';
|
|
2
|
+
export { milestoneKeys, noteKeys, projectKeys, taskKeys, useCreateProject as useCreateDeliveryProject, useCreateMilestone, useCreateNote, useCreateTask, useDeleteProject as useDeleteDeliveryProject, useDeleteTask as useDeleteDeliveryTask, useDeleteMilestone, useMilestones, useProject, useProjectMilestones, useProjectNotes, useProjectTasks, useProjects, useTasks, useUpdateProject as useUpdateDeliveryProject, useUpdateMilestone, useUpdateTask } from '../chunk-DCQKTDIG.js';
|
|
3
|
+
export { OrganizationMembershipService, WebhookEndpointService, useAssignRole, useCreateWebhookEndpoint, useDeactivateMembership, useDeleteWebhookEndpoint, useListWebhookEndpoints, useOrgRoles, useOrganizationMembers, usePermissionCatalog, useReactivateMembership, useRevokeRole, useUpdateWebhookEndpoint, useUserMemberships } from '../chunk-ARAFQBNI.js';
|
|
4
|
+
export { useDealDetail, useExecuteAction } from '../chunk-FZSG6M6W.js';
|
|
5
|
+
export { leadGenArtifactKeys, leadGenListCompanyKeys, leadGenListMemberKeys, useArtifacts, useCreateArtifact, useDeriveActions, useListMember, useListMembers, useTransitionListCompany, useTransitionListMember, useUpdateListStatus } from '../chunk-GDOR57D7.js';
|
|
6
|
+
export { CredentialService, useCreateCredential, useCredentials, useDeleteCredential, useUpdateCredential, useVerifyCredential } from '../chunk-3LOKYZJC.js';
|
|
7
|
+
export { companyKeys, contactKeys, sortData, useCompanies, useCompany, useCompanyFacets, useContact, useContacts, useCreateCompany, useCreateContact, useDeleteCompanies, useDeleteContacts, useSortedData, useTableSort, useUpdateCompany, useUpdateContact } from '../chunk-ZYNVCWDZ.js';
|
|
8
|
+
export { useCheckpointTasks, useCommandViewData, useCommandViewStats, useCommandViewStore, useResourceExecutions, useSessionExecution, useSessionExecutions, useSessionMessages, useSessionWebSocket } from '../chunk-FA7LMNQO.js';
|
|
9
|
+
export { scheduleKeys, useCancelSchedule, useCreateSchedule, useDeleteSchedule, useGetExecutionHistory, useGetSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useScheduledTasks, useUpdateAnchor, useUpdateSchedule } from '../chunk-N6K2Q5BM.js';
|
|
10
|
+
export { mergeSessionMessages } from '../chunk-QFGNRKIE.js';
|
|
11
|
+
export { useActivities, useActivityFilters, useActivityTrend, useBatchDelete, useCostSummary, useErrorNotification, useExecutionHealth, useExecutionLogs, useExecutionLogsFilters, useMarkAllAsRead, useMarkAsRead, useNotificationCount as useNotificationCountSSE, useNotifications, useSuccessNotification, useTestNotification, useWarningNotification } from '../chunk-BRTGCFBH.js';
|
|
12
|
+
export { useTimeRangeDates } from '../chunk-YQQ5GRUR.js';
|
|
13
|
+
import '../chunk-VM2OWOXL.js';
|
|
14
|
+
export { useDeleteRequest, useRequest, useRequestsList, useUpdateRequestStatus } from '../chunk-43LC6XAX.js';
|
|
15
|
+
export { useTableSelection } from '../chunk-WDBNW44Z.js';
|
|
16
|
+
export { clientsKeys, useClient, useClientStatus, useClients, useCreateClient, useDeleteClient, useUpdateClient } from '../chunk-4M2BSHVT.js';
|
|
17
|
+
export { SIGNED_URL_EXPIRES_IN_SECONDS, TEMPORARY_LINK_STALE_MS, THUMBNAIL_BATCH_SIZE, chunkIntoBatches, cloudStorageKeys, measureImageDimensions, mergeThumbnailBatches, storageKeys, storageObjectRefKey, useCloudStorageFolder, useCloudStorageImageDimensions, useCloudStorageTemporaryLinks, useCloudStorageThumbnails, useStorageSignedUrls, useUploadStorageFile } from '../chunk-3QHX4ZKV.js';
|
|
18
|
+
export { AccessKeys, OperationsService, acquisitionListKeys, collectResourceFilterFacets, contentKeys, dealKeys, dealTaskKeys, executionsKeys, filterByDomainFilters, getResourceFilterFacetIds, isSessionCapable, joinSourceAssetDetails, labelResourceFilterFacet, observabilityKeys, operationsKeys, pickCoverSourceAsset, pickLatestRunAt, readItemSourceAssets, requestsKeys, sessionsKeys, sumStatusCounts, useAccess, useAddContentItemSourceAsset, useArchiveSession, useArchivedLogs, useBatchedResourcesHealth, useBulkDeleteExecutions, useBusinessImpact, useCancelExecution, useCommandQueue, useCommandQueueTask, useCommandQueueTotals, useCommandViewDomainFilters, useCompleteDealTask, useContentDistribution, useContentDistributionMetrics, useContentDistributions, useContentItem, useContentItemAttempts, useContentItemSourceAssetDetails, useContentItemSourceAssets, useContentItems, useContentPipelineSummary, useContentSourceAsset, useContentSourceAssets, useCostBreakdown, useCostByModel, useCostTrends, useCreateContentDistribution, useCreateContentItem, useCreateContentSourceAsset, useCreateDealTask, useCreateList, useCreateSession, useDashboardMetrics, useDealTasks, useDealTasksDue, useDeals, useDealsLookup, useDealsSummary, useDeleteDeal, useDeleteExecution, useDeleteList, useDeleteSession, useDeleteTask, useEndSession, useErrorAnalysis, useErrorDetail, useErrorDetails, useErrorDistribution, useErrorTrends, useExecuteAsync, useExecuteResource, useExecution, useExecutionLogSSE, useExecutionPanelState, useExecutionSSE, useExecutions, useInFlightExecutions, useList, useListExecutions, useListProgress, useListRecords, useLists, useListsTelemetry, useOrganizationModelDrift, usePaginationState, usePatchTask, useRecentExecutionsByResource, useRemoveContentItemSourceAsset, useReorderContentItemSourceAssets, useResolveAllErrors, useResolveError, useResolveErrorsByExecution, useResourceDefinition, useResourceSearch, useResources, useResourcesDomainFilters, useResourcesHealth, useRetryExecution, useReviewContentItem, useSSEConnection, useSession, useSessions, useStatusFilter, useSubmitAction, useSubmitRequest, useSystemHealth, useTopFailingResources, useUnresolveError, useUnresolvedErrors, useUpdateContentDistribution, useUpdateContentItem, useUpdateContentItemSourceAsset, useUpdateContentSourceAsset, useUpdateList, useUpdateListConfig, useWorkflowExecution } from '../chunk-6JN2TLV2.js';
|
|
2
19
|
import '../chunk-R6NMRXNO.js';
|
|
3
20
|
import '../chunk-RBGVNPA6.js';
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-Z2W5VNN3.js';
|
|
21
|
+
import '../chunk-O32UQ26A.js';
|
|
6
22
|
import '../chunk-L7BZZ4SI.js';
|
|
7
|
-
|
|
23
|
+
import '../chunk-HYQOGRWG.js';
|
|
8
24
|
import '../chunk-MISHPEJX.js';
|
|
9
25
|
import '../chunk-62GVNH5U.js';
|
|
10
26
|
import '../chunk-P45GQ3ZW.js';
|
|
11
|
-
|
|
27
|
+
import '../chunk-2GIJBHZT.js';
|
|
12
28
|
import '../chunk-3KMDHCAR.js';
|
|
13
29
|
import '../chunk-2IFYDILW.js';
|
|
14
30
|
export { useMergedExecution } from '../chunk-BLXJEIQS.js';
|
|
@@ -16,7 +32,7 @@ import '../chunk-UD657ICS.js';
|
|
|
16
32
|
import '../chunk-DD3CCMCZ.js';
|
|
17
33
|
import '../chunk-RNP5R5I3.js';
|
|
18
34
|
import '../chunk-RT4KRGZT.js';
|
|
19
|
-
import '../chunk-
|
|
35
|
+
import '../chunk-R5UGIFYU.js';
|
|
20
36
|
export { REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY } from '../chunk-Y6I3IC45.js';
|
|
21
37
|
import '../chunk-6SSQGWK7.js';
|
|
22
38
|
import '../chunk-BI5VDO2K.js';
|
|
@@ -1454,6 +1454,64 @@ type Database = {
|
|
|
1454
1454
|
}
|
|
1455
1455
|
];
|
|
1456
1456
|
};
|
|
1457
|
+
content_distribution_metrics: {
|
|
1458
|
+
Row: {
|
|
1459
|
+
captured_at: string;
|
|
1460
|
+
created_at: string;
|
|
1461
|
+
distribution_id: string;
|
|
1462
|
+
id: string;
|
|
1463
|
+
metrics: Json;
|
|
1464
|
+
organization_id: string;
|
|
1465
|
+
raw: Json;
|
|
1466
|
+
source: string;
|
|
1467
|
+
source_execution_id: string | null;
|
|
1468
|
+
};
|
|
1469
|
+
Insert: {
|
|
1470
|
+
captured_at?: string;
|
|
1471
|
+
created_at?: string;
|
|
1472
|
+
distribution_id: string;
|
|
1473
|
+
id?: string;
|
|
1474
|
+
metrics?: Json;
|
|
1475
|
+
organization_id: string;
|
|
1476
|
+
raw?: Json;
|
|
1477
|
+
source: string;
|
|
1478
|
+
source_execution_id?: string | null;
|
|
1479
|
+
};
|
|
1480
|
+
Update: {
|
|
1481
|
+
captured_at?: string;
|
|
1482
|
+
created_at?: string;
|
|
1483
|
+
distribution_id?: string;
|
|
1484
|
+
id?: string;
|
|
1485
|
+
metrics?: Json;
|
|
1486
|
+
organization_id?: string;
|
|
1487
|
+
raw?: Json;
|
|
1488
|
+
source?: string;
|
|
1489
|
+
source_execution_id?: string | null;
|
|
1490
|
+
};
|
|
1491
|
+
Relationships: [
|
|
1492
|
+
{
|
|
1493
|
+
foreignKeyName: "content_distribution_metrics_distribution_fkey";
|
|
1494
|
+
columns: ["distribution_id", "organization_id"];
|
|
1495
|
+
isOneToOne: false;
|
|
1496
|
+
referencedRelation: "content_distributions";
|
|
1497
|
+
referencedColumns: ["id", "organization_id"];
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
foreignKeyName: "content_distribution_metrics_organization_id_fkey";
|
|
1501
|
+
columns: ["organization_id"];
|
|
1502
|
+
isOneToOne: false;
|
|
1503
|
+
referencedRelation: "organizations";
|
|
1504
|
+
referencedColumns: ["id"];
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
foreignKeyName: "content_distribution_metrics_source_execution_id_fkey";
|
|
1508
|
+
columns: ["source_execution_id"];
|
|
1509
|
+
isOneToOne: false;
|
|
1510
|
+
referencedRelation: "execution_logs";
|
|
1511
|
+
referencedColumns: ["execution_id"];
|
|
1512
|
+
}
|
|
1513
|
+
];
|
|
1514
|
+
};
|
|
1457
1515
|
content_distributions: {
|
|
1458
1516
|
Row: {
|
|
1459
1517
|
adapted_body: string | null;
|
|
@@ -1603,6 +1661,63 @@ type Database = {
|
|
|
1603
1661
|
}
|
|
1604
1662
|
];
|
|
1605
1663
|
};
|
|
1664
|
+
content_item_source_assets: {
|
|
1665
|
+
Row: {
|
|
1666
|
+
alt_text: string | null;
|
|
1667
|
+
content_item_id: string;
|
|
1668
|
+
created_at: string;
|
|
1669
|
+
crop: Json | null;
|
|
1670
|
+
derivative_crop: Json | null;
|
|
1671
|
+
derivative_path: string | null;
|
|
1672
|
+
derivative_rendered_at: string | null;
|
|
1673
|
+
id: string;
|
|
1674
|
+
organization_id: string;
|
|
1675
|
+
position: number;
|
|
1676
|
+
source_asset_id: string;
|
|
1677
|
+
};
|
|
1678
|
+
Insert: {
|
|
1679
|
+
alt_text?: string | null;
|
|
1680
|
+
content_item_id: string;
|
|
1681
|
+
created_at?: string;
|
|
1682
|
+
crop?: Json | null;
|
|
1683
|
+
derivative_crop?: Json | null;
|
|
1684
|
+
derivative_path?: string | null;
|
|
1685
|
+
derivative_rendered_at?: string | null;
|
|
1686
|
+
id?: string;
|
|
1687
|
+
organization_id: string;
|
|
1688
|
+
position: number;
|
|
1689
|
+
source_asset_id: string;
|
|
1690
|
+
};
|
|
1691
|
+
Update: {
|
|
1692
|
+
alt_text?: string | null;
|
|
1693
|
+
content_item_id?: string;
|
|
1694
|
+
created_at?: string;
|
|
1695
|
+
crop?: Json | null;
|
|
1696
|
+
derivative_crop?: Json | null;
|
|
1697
|
+
derivative_path?: string | null;
|
|
1698
|
+
derivative_rendered_at?: string | null;
|
|
1699
|
+
id?: string;
|
|
1700
|
+
organization_id?: string;
|
|
1701
|
+
position?: number;
|
|
1702
|
+
source_asset_id?: string;
|
|
1703
|
+
};
|
|
1704
|
+
Relationships: [
|
|
1705
|
+
{
|
|
1706
|
+
foreignKeyName: "content_item_source_assets_asset_fkey";
|
|
1707
|
+
columns: ["source_asset_id", "organization_id"];
|
|
1708
|
+
isOneToOne: false;
|
|
1709
|
+
referencedRelation: "content_source_assets";
|
|
1710
|
+
referencedColumns: ["id", "organization_id"];
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
foreignKeyName: "content_item_source_assets_item_fkey";
|
|
1714
|
+
columns: ["content_item_id", "organization_id"];
|
|
1715
|
+
isOneToOne: false;
|
|
1716
|
+
referencedRelation: "content_items";
|
|
1717
|
+
referencedColumns: ["id", "organization_id"];
|
|
1718
|
+
}
|
|
1719
|
+
];
|
|
1720
|
+
};
|
|
1606
1721
|
content_items: {
|
|
1607
1722
|
Row: {
|
|
1608
1723
|
body: string | null;
|
|
@@ -3358,6 +3473,25 @@ type Database = {
|
|
|
3358
3473
|
};
|
|
3359
3474
|
Returns: Json;
|
|
3360
3475
|
};
|
|
3476
|
+
activate_deployment_atomic: {
|
|
3477
|
+
Args: {
|
|
3478
|
+
p_deployment_id: string;
|
|
3479
|
+
p_organization_id: string;
|
|
3480
|
+
};
|
|
3481
|
+
Returns: {
|
|
3482
|
+
created_at: string;
|
|
3483
|
+
deployment_version: string | null;
|
|
3484
|
+
error_message: string | null;
|
|
3485
|
+
id: string;
|
|
3486
|
+
organization_id: string;
|
|
3487
|
+
pid: number | null;
|
|
3488
|
+
port: number | null;
|
|
3489
|
+
sdk_version: string;
|
|
3490
|
+
status: string;
|
|
3491
|
+
tarball_path: string | null;
|
|
3492
|
+
updated_at: string;
|
|
3493
|
+
};
|
|
3494
|
+
};
|
|
3361
3495
|
append_deal_activity: {
|
|
3362
3496
|
Args: {
|
|
3363
3497
|
p_activity: Json;
|
|
@@ -13,7 +13,9 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
13
13
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
14
14
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
15
15
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
16
|
-
|
|
16
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
17
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
18
|
+
}, z.core.$strict>>>>;
|
|
17
19
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
18
20
|
id: z.ZodString;
|
|
19
21
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -24,7 +26,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
24
26
|
to: z.ZodString;
|
|
25
27
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
26
28
|
via: z.ZodOptional<z.ZodString>;
|
|
27
|
-
}, z.core.$
|
|
29
|
+
}, z.core.$strict>>>>;
|
|
28
30
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
29
31
|
id: z.ZodString;
|
|
30
32
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -34,7 +36,11 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
34
36
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
35
37
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
36
38
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
37
|
-
|
|
39
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
40
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
41
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
42
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
43
|
+
}, z.core.$strict>>>>;
|
|
38
44
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
39
45
|
id: z.ZodString;
|
|
40
46
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -44,7 +50,10 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
44
50
|
kind: z.ZodOptional<z.ZodString>;
|
|
45
51
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
46
52
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
47
|
-
|
|
53
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
54
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
55
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
56
|
+
}, z.core.$strict>>>>;
|
|
48
57
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
49
58
|
id: z.ZodString;
|
|
50
59
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -52,7 +61,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
52
61
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
53
62
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
54
63
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
55
|
-
}, z.core.$
|
|
64
|
+
}, z.core.$strict>>>>;
|
|
56
65
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
57
66
|
id: z.ZodString;
|
|
58
67
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -60,7 +69,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
60
69
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
61
70
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
62
71
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
63
|
-
}, z.core.$
|
|
72
|
+
}, z.core.$strict>>>>;
|
|
64
73
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
65
74
|
id: z.ZodString;
|
|
66
75
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -68,7 +77,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
68
77
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
69
78
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
70
79
|
primitive: z.ZodOptional<z.ZodString>;
|
|
71
|
-
}, z.core.$
|
|
80
|
+
}, z.core.$strict>>>>;
|
|
72
81
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
73
82
|
id: z.ZodString;
|
|
74
83
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -78,7 +87,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
78
87
|
valueType: z.ZodOptional<z.ZodString>;
|
|
79
88
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
80
89
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
81
|
-
}, z.core.$
|
|
90
|
+
}, z.core.$strict>>>>;
|
|
82
91
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
83
92
|
id: z.ZodString;
|
|
84
93
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -86,7 +95,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
86
95
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
87
96
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
88
97
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
89
|
-
}, z.core.$
|
|
98
|
+
}, z.core.$strict>>>>;
|
|
90
99
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
91
100
|
id: z.ZodString;
|
|
92
101
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -94,7 +103,7 @@ declare const OntologyScopeSchema: z.ZodDefault<z.ZodObject<{
|
|
|
94
103
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
95
104
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
96
105
|
route: z.ZodOptional<z.ZodString>;
|
|
97
|
-
}, z.core.$
|
|
106
|
+
}, z.core.$strict>>>>;
|
|
98
107
|
}, z.core.$strict>>;
|
|
99
108
|
type OntologyScope = z.infer<typeof OntologyScopeSchema>;
|
|
100
109
|
|
|
@@ -818,7 +827,9 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
818
827
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
819
828
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
820
829
|
storage: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
821
|
-
|
|
830
|
+
rowSchema: z.ZodOptional<z.ZodString>;
|
|
831
|
+
stateCatalogId: z.ZodOptional<z.ZodString>;
|
|
832
|
+
}, z.core.$strict>>>>;
|
|
822
833
|
linkTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
823
834
|
id: z.ZodString;
|
|
824
835
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -829,7 +840,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
829
840
|
to: z.ZodString;
|
|
830
841
|
cardinality: z.ZodOptional<z.ZodString>;
|
|
831
842
|
via: z.ZodOptional<z.ZodString>;
|
|
832
|
-
}, z.core.$
|
|
843
|
+
}, z.core.$strict>>>>;
|
|
833
844
|
actionTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
834
845
|
id: z.ZodString;
|
|
835
846
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -839,7 +850,11 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
839
850
|
actsOn: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
840
851
|
input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
841
852
|
effects: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
842
|
-
|
|
853
|
+
resourceId: z.ZodOptional<z.ZodString>;
|
|
854
|
+
invocations: z.ZodOptional<z.ZodArray<z.ZodUnknown>>;
|
|
855
|
+
lifecycle: z.ZodOptional<z.ZodString>;
|
|
856
|
+
legacyActionId: z.ZodOptional<z.ZodString>;
|
|
857
|
+
}, z.core.$strict>>>>;
|
|
843
858
|
catalogTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
844
859
|
id: z.ZodString;
|
|
845
860
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -849,7 +864,10 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
849
864
|
kind: z.ZodOptional<z.ZodString>;
|
|
850
865
|
appliesTo: z.ZodOptional<z.ZodString>;
|
|
851
866
|
entries: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
852
|
-
|
|
867
|
+
legacyCatalogKey: z.ZodOptional<z.ZodString>;
|
|
868
|
+
legacyPipelineKey: z.ZodOptional<z.ZodString>;
|
|
869
|
+
legacyEntityKey: z.ZodOptional<z.ZodString>;
|
|
870
|
+
}, z.core.$strict>>>>;
|
|
853
871
|
eventTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
854
872
|
id: z.ZodString;
|
|
855
873
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -857,7 +875,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
857
875
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
858
876
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
859
877
|
payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
860
|
-
}, z.core.$
|
|
878
|
+
}, z.core.$strict>>>>;
|
|
861
879
|
interfaceTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
862
880
|
id: z.ZodString;
|
|
863
881
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -865,7 +883,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
865
883
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
866
884
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
867
885
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
868
|
-
}, z.core.$
|
|
886
|
+
}, z.core.$strict>>>>;
|
|
869
887
|
valueTypes: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
870
888
|
id: z.ZodString;
|
|
871
889
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -873,7 +891,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
873
891
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
874
892
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
875
893
|
primitive: z.ZodOptional<z.ZodString>;
|
|
876
|
-
}, z.core.$
|
|
894
|
+
}, z.core.$strict>>>>;
|
|
877
895
|
sharedProperties: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
878
896
|
id: z.ZodString;
|
|
879
897
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -883,7 +901,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
883
901
|
valueType: z.ZodOptional<z.ZodString>;
|
|
884
902
|
searchable: z.ZodOptional<z.ZodBoolean>;
|
|
885
903
|
pii: z.ZodOptional<z.ZodBoolean>;
|
|
886
|
-
}, z.core.$
|
|
904
|
+
}, z.core.$strict>>>>;
|
|
887
905
|
groups: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
888
906
|
id: z.ZodString;
|
|
889
907
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -891,7 +909,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
891
909
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
892
910
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
893
911
|
members: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodString>>>;
|
|
894
|
-
}, z.core.$
|
|
912
|
+
}, z.core.$strict>>>>;
|
|
895
913
|
endpoints: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
896
914
|
id: z.ZodString;
|
|
897
915
|
label: z.ZodOptional<z.ZodString>;
|
|
@@ -899,7 +917,7 @@ declare const OrganizationModelSchema: z.ZodObject<{
|
|
|
899
917
|
ownerSystemId: z.ZodOptional<z.ZodString>;
|
|
900
918
|
aliases: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
901
919
|
route: z.ZodOptional<z.ZodString>;
|
|
902
|
-
}, z.core.$
|
|
920
|
+
}, z.core.$strict>>>>;
|
|
903
921
|
}, z.core.$strict>>>;
|
|
904
922
|
resources: z.ZodDefault<z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
905
923
|
id: z.ZodString;
|
package/dist/knowledge/index.js
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
import '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
import '../chunk-GO4XJ5D4.js';
|
|
2
|
+
import '../chunk-BA3AZJUR.js';
|
|
3
|
+
import '../chunk-E6YGA5WH.js';
|
|
4
4
|
import { PageContainer } from '../chunk-BZZCNLT6.js';
|
|
5
|
-
import { getConceptDefinition, normaliseConceptKey, SemanticIcon, getKnowledgeIconToken, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, findOmTreeGroup, SubshellContentContainer, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, buildKnowledgeOmTreeData, findKnowledgeTreeNodeByValue, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-
|
|
6
|
-
export { FILTERABLE_DOMAIN_KEYS, KNOWLEDGE_DOMAINS_WITH_PANELS, KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_NESTED_TREE_GROUPS, OM_TREE_GROUPS, SemanticIcon, buildKnowledgeOmTreeData, extendSemanticIconRegistry, findKnowledgeTreeNodeByValue, findOmTreeGroup, getKnowledgeIconToken, getSemanticIconComponent, getSharedOrganizationGraph, resolveSemanticIconComponent } from '../chunk-
|
|
5
|
+
import { getConceptDefinition, normaliseConceptKey, SemanticIcon, getKnowledgeIconToken, getKnowledgeGraphNodeCommand, IdentityDomainSchema, WorkflowResourceEntrySchema, AgentResourceEntrySchema, IntegrationResourceEntrySchema, ScriptResourceEntrySchema, findOmTreeGroup, SubshellContentContainer, getKnowledgeNodeReadCommand, getKnowledgeOntologyProjection, getPrimaryOntologyItemsForDomain, projectNavigationSurfaces, projectNavigationGroups, SurfaceDefinitionSchema, RoleSchema, getOntologyDomainLabel, getKnowledgeDomainFolderCommand, buildKnowledgeOmTreeData, findKnowledgeTreeNodeByValue, getKnowledgeTreeFolderCommand, KNOWLEDGE_DOMAINS_WITH_PANELS } from '../chunk-6JN2TLV2.js';
|
|
6
|
+
export { FILTERABLE_DOMAIN_KEYS, KNOWLEDGE_DOMAINS_WITH_PANELS, KNOWLEDGE_ICON_TOKEN_BY_KIND, KnowledgeSearchBar, KnowledgeTree, OM_NESTED_TREE_GROUPS, OM_TREE_GROUPS, SemanticIcon, buildKnowledgeOmTreeData, extendSemanticIconRegistry, findKnowledgeTreeNodeByValue, findOmTreeGroup, getKnowledgeIconToken, getSemanticIconComponent, getSharedOrganizationGraph, resolveSemanticIconComponent } from '../chunk-6JN2TLV2.js';
|
|
7
7
|
import { usePresetsContext } from '../chunk-R6NMRXNO.js';
|
|
8
8
|
import '../chunk-RBGVNPA6.js';
|
|
9
|
-
import '../chunk-
|
|
10
|
-
import '../chunk-Z2W5VNN3.js';
|
|
9
|
+
import '../chunk-O32UQ26A.js';
|
|
11
10
|
import '../chunk-L7BZZ4SI.js';
|
|
12
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-HYQOGRWG.js';
|
|
13
12
|
import '../chunk-MISHPEJX.js';
|
|
14
13
|
import '../chunk-62GVNH5U.js';
|
|
15
14
|
import '../chunk-P45GQ3ZW.js';
|
|
16
|
-
import '../chunk-
|
|
15
|
+
import '../chunk-2GIJBHZT.js';
|
|
17
16
|
import '../chunk-3KMDHCAR.js';
|
|
18
17
|
import '../chunk-2IFYDILW.js';
|
|
19
18
|
import '../chunk-BLXJEIQS.js';
|
|
@@ -21,7 +20,7 @@ import '../chunk-UD657ICS.js';
|
|
|
21
20
|
import '../chunk-DD3CCMCZ.js';
|
|
22
21
|
import '../chunk-RNP5R5I3.js';
|
|
23
22
|
import '../chunk-RT4KRGZT.js';
|
|
24
|
-
import { getSystem, SystemEntrySchema, EntitySchema, ActionSchema, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-
|
|
23
|
+
import { getSystem, SystemEntrySchema, EntitySchema, ActionSchema, OntologyIdSchema, ontologyGraphNodeId, compileOrganizationOntology, parseOntologyId } from '../chunk-R5UGIFYU.js';
|
|
25
24
|
import '../chunk-Y6I3IC45.js';
|
|
26
25
|
import '../chunk-6SSQGWK7.js';
|
|
27
26
|
import '../chunk-BI5VDO2K.js';
|
|
@@ -6807,7 +6806,164 @@ return {
|
|
|
6807
6806
|
default: MDXContent
|
|
6808
6807
|
};
|
|
6809
6808
|
`),
|
|
6810
|
-
"knowledge.platform-systems-overview": makeKnowledgeComponent(
|
|
6809
|
+
"knowledge.platform-systems-overview": makeKnowledgeComponent(`"use strict";
|
|
6810
|
+
const {Fragment: _Fragment, jsx: _jsx, jsxs: _jsxs} = arguments[0];
|
|
6811
|
+
function _createMdxContent(props) {
|
|
6812
|
+
const _components = {
|
|
6813
|
+
code: "code",
|
|
6814
|
+
h2: "h2",
|
|
6815
|
+
h3: "h3",
|
|
6816
|
+
p: "p",
|
|
6817
|
+
strong: "strong",
|
|
6818
|
+
table: "table",
|
|
6819
|
+
tbody: "tbody",
|
|
6820
|
+
td: "td",
|
|
6821
|
+
th: "th",
|
|
6822
|
+
thead: "thead",
|
|
6823
|
+
tr: "tr",
|
|
6824
|
+
...props.components
|
|
6825
|
+
};
|
|
6826
|
+
return _jsxs(_Fragment, {
|
|
6827
|
+
children: [_jsx(_components.h2, {
|
|
6828
|
+
children: "Overview"
|
|
6829
|
+
}), "\\n", _jsx(_components.p, {
|
|
6830
|
+
children: "Elevasis is a production AI orchestration platform that coordinates workflows, autonomous agents, and human approvals into a unified operating layer for SMBs. Everything described below is implemented and running in production."
|
|
6831
|
+
}), "\\n", _jsx(_components.p, {
|
|
6832
|
+
children: _jsx(_components.strong, {
|
|
6833
|
+
children: "Core Architecture:"
|
|
6834
|
+
})
|
|
6835
|
+
}), "\\n", _jsxs(_components.table, {
|
|
6836
|
+
children: [_jsx(_components.thead, {
|
|
6837
|
+
children: _jsxs(_components.tr, {
|
|
6838
|
+
children: [_jsx(_components.th, {
|
|
6839
|
+
children: "Layer"
|
|
6840
|
+
}), _jsx(_components.th, {
|
|
6841
|
+
children: "What It Does"
|
|
6842
|
+
}), _jsx(_components.th, {
|
|
6843
|
+
children: "Key Components"
|
|
6844
|
+
})]
|
|
6845
|
+
})
|
|
6846
|
+
}), _jsxs(_components.tbody, {
|
|
6847
|
+
children: [_jsxs(_components.tr, {
|
|
6848
|
+
children: [_jsx(_components.td, {
|
|
6849
|
+
children: _jsx(_components.strong, {
|
|
6850
|
+
children: "Execution"
|
|
6851
|
+
})
|
|
6852
|
+
}), _jsx(_components.td, {
|
|
6853
|
+
children: "Runs workflows and agents with schema validation"
|
|
6854
|
+
}), _jsx(_components.td, {
|
|
6855
|
+
children: "Workflow Engine, Agent Framework, Execution Runner"
|
|
6856
|
+
})]
|
|
6857
|
+
}), _jsxs(_components.tr, {
|
|
6858
|
+
children: [_jsx(_components.td, {
|
|
6859
|
+
children: _jsx(_components.strong, {
|
|
6860
|
+
children: "Control"
|
|
6861
|
+
})
|
|
6862
|
+
}), _jsx(_components.td, {
|
|
6863
|
+
children: "Human oversight, approvals, and decision capture"
|
|
6864
|
+
}), _jsx(_components.td, {
|
|
6865
|
+
children: "Command Queue (HITL), Dynamic Forms, Action System"
|
|
6866
|
+
})]
|
|
6867
|
+
}), _jsxs(_components.tr, {
|
|
6868
|
+
children: [_jsx(_components.td, {
|
|
6869
|
+
children: _jsx(_components.strong, {
|
|
6870
|
+
children: "Intelligence"
|
|
6871
|
+
})
|
|
6872
|
+
}), _jsx(_components.td, {
|
|
6873
|
+
children: "Autonomous reasoning, tool use, and memory management"
|
|
6874
|
+
}), _jsx(_components.td, {
|
|
6875
|
+
children: "ReAct Agents, Knowledge Map, Session Memory"
|
|
6876
|
+
})]
|
|
6877
|
+
}), _jsxs(_components.tr, {
|
|
6878
|
+
children: [_jsx(_components.td, {
|
|
6879
|
+
children: _jsx(_components.strong, {
|
|
6880
|
+
children: "Observability"
|
|
6881
|
+
})
|
|
6882
|
+
}), _jsx(_components.td, {
|
|
6883
|
+
children: "Real-time visibility into cost, performance, and health"
|
|
6884
|
+
}), _jsx(_components.td, {
|
|
6885
|
+
children: "Cost Tracking, Metrics, Activity Log, SSE Streaming"
|
|
6886
|
+
})]
|
|
6887
|
+
}), _jsxs(_components.tr, {
|
|
6888
|
+
children: [_jsx(_components.td, {
|
|
6889
|
+
children: _jsx(_components.strong, {
|
|
6890
|
+
children: "Platform"
|
|
6891
|
+
})
|
|
6892
|
+
}), _jsx(_components.td, {
|
|
6893
|
+
children: "Multi-tenancy, security, scheduling, integrations"
|
|
6894
|
+
}), _jsx(_components.td, {
|
|
6895
|
+
children: "Registry, RLS, Scheduler, Credential Vault, SDK"
|
|
6896
|
+
})]
|
|
6897
|
+
})]
|
|
6898
|
+
})]
|
|
6899
|
+
}), "\\n", _jsx(_components.h2, {
|
|
6900
|
+
children: "Execution Engine"
|
|
6901
|
+
}), "\\n", _jsx(_components.h3, {
|
|
6902
|
+
children: "AI Workflows"
|
|
6903
|
+
}), "\\n", _jsx(_components.p, {
|
|
6904
|
+
children: "Graph-based workflow execution with schema-validated steps and conditional routing. Steps define explicit routing: linear, conditional (rule-based branching), or terminal. Context flows through the entire workflow."
|
|
6905
|
+
}), "\\n", _jsx(_components.h3, {
|
|
6906
|
+
children: "Autonomous Agents"
|
|
6907
|
+
}), "\\n", _jsx(_components.p, {
|
|
6908
|
+
children: "Production-grade ReAct-style agents with tool use, memory management, and security hardening."
|
|
6909
|
+
}), "\\n", _jsxs(_components.p, {
|
|
6910
|
+
children: [_jsx(_components.strong, {
|
|
6911
|
+
children: "LLM Provider Support:"
|
|
6912
|
+
}), " Anthropic through the direct SDK (", _jsx(_components.code, {
|
|
6913
|
+
children: "claude-opus-5"
|
|
6914
|
+
}), ", ", _jsx(_components.code, {
|
|
6915
|
+
children: "claude-sonnet-5"
|
|
6916
|
+
}), ", ", _jsx(_components.code, {
|
|
6917
|
+
children: "claude-haiku-4-5"
|
|
6918
|
+
}), "),\\nOpenAI (", _jsx(_components.code, {
|
|
6919
|
+
children: "gpt-5"
|
|
6920
|
+
}), ", ", _jsx(_components.code, {
|
|
6921
|
+
children: "gpt-5.4-mini"
|
|
6922
|
+
}), ", ", _jsx(_components.code, {
|
|
6923
|
+
children: "gpt-5.4-nano"
|
|
6924
|
+
}), ", plus the three GPT-5.6 tiers ", _jsx(_components.code, {
|
|
6925
|
+
children: "gpt-5.6-sol"
|
|
6926
|
+
}), ", ", _jsx(_components.code, {
|
|
6927
|
+
children: "gpt-5.6-terra"
|
|
6928
|
+
}), ", and\\n", _jsx(_components.code, {
|
|
6929
|
+
children: "gpt-5.6-luna"
|
|
6930
|
+
}), "), and OpenRouter (", _jsx(_components.code, {
|
|
6931
|
+
children: "openrouter/z-ai/glm-5"
|
|
6932
|
+
}), "). ", _jsx(_components.code, {
|
|
6933
|
+
children: "gpt-5.6-terra"
|
|
6934
|
+
}), " is the platform default, and the bare\\n", _jsx(_components.code, {
|
|
6935
|
+
children: "gpt-5.6"
|
|
6936
|
+
}), " name is deliberately unregistered so it is rejected rather than billed at another tier's rate."]
|
|
6937
|
+
}), "\\n", _jsx(_components.h2, {
|
|
6938
|
+
children: "Human-in-the-Loop (HITL)"
|
|
6939
|
+
}), "\\n", _jsx(_components.p, {
|
|
6940
|
+
children: "The Command Queue surfaces pending approvals as structured tasks. Admin reviews, approves or edits, and the workflow continues. Every critical decision -- sending emails to prospects, updating customer records, publishing content -- requires human approval."
|
|
6941
|
+
}), "\\n", _jsx(_components.h2, {
|
|
6942
|
+
children: "Integrations (12 active)"
|
|
6943
|
+
}), "\\n", _jsx(_components.p, {
|
|
6944
|
+
children: "Attio CRM, Cal.com, Instantly (cold email), Resend, Apify, Google Maps, Tomba, Mails.so, Supabase, Stripe, OpenAI, Anthropic Claude."
|
|
6945
|
+
}), "\\n", _jsx(_components.h2, {
|
|
6946
|
+
children: "SDK"
|
|
6947
|
+
}), "\\n", _jsxs(_components.p, {
|
|
6948
|
+
children: ["TypeScript-based resource development with local testing, validation, and deployment pipeline. External consumers define workflows and agents in their own repos and deploy via ", _jsx(_components.code, {
|
|
6949
|
+
children: "elevasis-sdk deploy"
|
|
6950
|
+
}), "."]
|
|
6951
|
+
})]
|
|
6952
|
+
});
|
|
6953
|
+
}
|
|
6954
|
+
function MDXContent(props = {}) {
|
|
6955
|
+
const {wrapper: MDXLayout} = props.components || ({});
|
|
6956
|
+
return MDXLayout ? _jsx(MDXLayout, {
|
|
6957
|
+
...props,
|
|
6958
|
+
children: _jsx(_createMdxContent, {
|
|
6959
|
+
...props
|
|
6960
|
+
})
|
|
6961
|
+
}) : _createMdxContent(props);
|
|
6962
|
+
}
|
|
6963
|
+
return {
|
|
6964
|
+
default: MDXContent
|
|
6965
|
+
};
|
|
6966
|
+
`),
|
|
6811
6967
|
"knowledge.system-building": makeKnowledgeComponent(`"use strict";
|
|
6812
6968
|
const {Fragment: _Fragment, jsx: _jsx, jsxs: _jsxs} = arguments[0];
|
|
6813
6969
|
function _createMdxContent(props) {
|
|
@@ -1454,7 +1454,7 @@ Actions follow a five-stage lifecycle: draft, beta, active, deprecated, archived
|
|
|
1454
1454
|
id: "knowledge.platform-systems-overview",
|
|
1455
1455
|
title: "Platform Systems Overview",
|
|
1456
1456
|
summary: "Authoritative overview of the Elevasis AI Orchestration Platform systems -- what's built, what each system does, and how the pieces fit together",
|
|
1457
|
-
bodyText: "Overview\n\nElevasis is a production AI orchestration platform that coordinates workflows, autonomous agents, and human approvals into a unified operating layer for SMBs. Everything described below is implemented and running in production.\n\nCore Architecture:\n\n| Layer | What It Does | Key Components |\n| --- | --- | --- |\n| Execution | Runs workflows and agents with schema validation | Workflow Engine, Agent Framework, Execution Runner |\n| Control | Human oversight, approvals, and decision capture | Command Queue (HITL), Dynamic Forms, Action System |\n| Intelligence | Autonomous reasoning, tool use, and memory management | ReAct Agents, Knowledge Map, Session Memory |\n| Observability | Real-time visibility into cost, performance, and health | Cost Tracking, Metrics, Activity Log, SSE Streaming |\n| Platform | Multi-tenancy, security, scheduling, integrations | Registry, RLS, Scheduler, Credential Vault, SDK |\n\nExecution Engine\n\nAI Workflows\n\nGraph-based workflow execution with schema-validated steps and conditional routing. Steps define explicit routing: linear, conditional (rule-based branching), or terminal. Context flows through the entire workflow.\n\nAutonomous Agents\n\nProduction-grade ReAct-style agents with tool use, memory management, and security hardening.\n\nLLM Provider Support: Anthropic (claude-sonnet-5),
|
|
1457
|
+
bodyText: "Overview\n\nElevasis is a production AI orchestration platform that coordinates workflows, autonomous agents, and human approvals into a unified operating layer for SMBs. Everything described below is implemented and running in production.\n\nCore Architecture:\n\n| Layer | What It Does | Key Components |\n| --- | --- | --- |\n| Execution | Runs workflows and agents with schema validation | Workflow Engine, Agent Framework, Execution Runner |\n| Control | Human oversight, approvals, and decision capture | Command Queue (HITL), Dynamic Forms, Action System |\n| Intelligence | Autonomous reasoning, tool use, and memory management | ReAct Agents, Knowledge Map, Session Memory |\n| Observability | Real-time visibility into cost, performance, and health | Cost Tracking, Metrics, Activity Log, SSE Streaming |\n| Platform | Multi-tenancy, security, scheduling, integrations | Registry, RLS, Scheduler, Credential Vault, SDK |\n\nExecution Engine\n\nAI Workflows\n\nGraph-based workflow execution with schema-validated steps and conditional routing. Steps define explicit routing: linear, conditional (rule-based branching), or terminal. Context flows through the entire workflow.\n\nAutonomous Agents\n\nProduction-grade ReAct-style agents with tool use, memory management, and security hardening.\n\nLLM Provider Support: Anthropic through the direct SDK (claude-opus-5, claude-sonnet-5, claude-haiku-4-5),\nOpenAI (gpt-5, gpt-5.4-mini, gpt-5.4-nano, plus the three GPT-5.6 tiers gpt-5.6-sol, gpt-5.6-terra, and\ngpt-5.6-luna), and OpenRouter (openrouter/z-ai/glm-5). gpt-5.6-terra is the platform default, and the bare\ngpt-5.6 name is deliberately unregistered so it is rejected rather than billed at another tier's rate.\n\nHuman-in-the-Loop (HITL)\n\nThe Command Queue surfaces pending approvals as structured tasks. Admin reviews, approves or edits, and the workflow continues. Every critical decision -- sending emails to prospects, updating customer records, publishing content -- requires human approval.\n\nIntegrations (12 active)\n\nAttio CRM, Cal.com, Instantly (cold email), Resend, Apify, Google Maps, Tomba, Mails.so, Supabase, Stripe, OpenAI, Anthropic Claude.\n\nSDK\n\nTypeScript-based resource development with local testing, validation, and deployment pipeline. External consumers define workflows and agents in their own repos and deploy via elevasis-sdk deploy."
|
|
1458
1458
|
},
|
|
1459
1459
|
{
|
|
1460
1460
|
id: "knowledge.system-building",
|