@bpmsoftwaresolutions/ai-engine-client 1.1.104 → 1.1.106
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/package.json +1 -1
- package/src/client.js +6 -41
- package/src/domains/coordination-surface.js +38 -0
- package/src/domains/surface-groups.js +35 -0
- package/src/index.js +1 -1
package/package.json
CHANGED
package/src/client.js
CHANGED
|
@@ -11,16 +11,10 @@ import { createImplementationTasksDomain } from './domains/implementation-tasks.
|
|
|
11
11
|
import { createCurrentProjectDomain } from './domains/operator/current-project.js';
|
|
12
12
|
import { createGatewayDomain } from './domains/gateway.js';
|
|
13
13
|
import { createHealthDomain } from './domains/health.js';
|
|
14
|
-
import { createLogaDomain } from './domains/loga.js';
|
|
15
14
|
import { createNotesLabDomain } from './domains/notes-lab.js';
|
|
16
|
-
import { createCommunicationTicketsDomain } from './domains/communication-tickets.js';
|
|
17
15
|
import { createPortfolioDomain } from './domains/portfolio.js';
|
|
18
|
-
import { createProjectReportsDomain } from './domains/project-reports.js';
|
|
19
|
-
import { createProjectResumeDomain } from './domains/project-resume.js';
|
|
20
16
|
import { createGovernedImplementationDomain } from './domains/governed-implementation.js';
|
|
21
|
-
import { createProjectionsDomain } from './domains/projections.js';
|
|
22
17
|
import { createReportsDomain } from './domains/reports.js';
|
|
23
|
-
import { createRoadmapReportsDomain } from './domains/roadmap-reports.js';
|
|
24
18
|
import { createPerformanceDomain } from './domains/performance.js';
|
|
25
19
|
import { createImplementationArtifactsDomain } from './domains/implementation-artifacts.js';
|
|
26
20
|
import { createImplementationChecksDomain } from './domains/implementation-checks.js';
|
|
@@ -29,15 +23,9 @@ import { createImplementationGatesDomain } from './domains/implementation-gates.
|
|
|
29
23
|
import { createImplementationPacketsDomain } from './domains/implementation-packets.js';
|
|
30
24
|
import { createImplementationItemsDomain } from './domains/implementation-items.js';
|
|
31
25
|
import { createRepoDomain } from './domains/repo.js';
|
|
32
|
-
import { createProjectCharteringDomain } from './domains/project-chartering.js';
|
|
33
|
-
import { createProjectsDomain } from './domains/projects.js';
|
|
34
|
-
import { createRefactoringTransfersDomain } from './domains/refactoring-transfers.js';
|
|
35
26
|
import { createOperatorStatusDomain } from './domains/operator-status.js';
|
|
36
|
-
import { createRoadmapsDomain } from './domains/roadmaps.js';
|
|
37
27
|
import { createScriptDiscoveryDomain } from './domains/script-discovery.js';
|
|
38
28
|
import { createScriptsDomain } from './domains/scripts.js';
|
|
39
|
-
import { createRetrievalManagementDomain } from './domains/retrieval-management.js';
|
|
40
|
-
import { createRetrievalWrapperDomain } from './domains/retrieval-wrapper.js';
|
|
41
29
|
import { createSelfLearningDomain } from './domains/self-learning.js';
|
|
42
30
|
import { createSelfOptimizationDomain } from './domains/self-optimization.js';
|
|
43
31
|
import { createSkillGovernanceDomain } from './domains/skill-governance.js';
|
|
@@ -46,7 +34,6 @@ import { createSearchContactsDomain } from './domains/search-contacts.js';
|
|
|
46
34
|
import { createExternalProjectsDomain } from './domains/external-projects.js';
|
|
47
35
|
import { createExternalAudioDomain } from './domains/external-audio.js';
|
|
48
36
|
import { createExternalWorkflowArtifactsDomain } from './domains/external-workflow-artifacts.js';
|
|
49
|
-
import { createAgentCommunicationsFacade, createCollaborationFacade } from './compat/facades.js';
|
|
50
37
|
import { createClaimsDomain } from './domains/claims.js';
|
|
51
38
|
import { createSessionGovernanceDomain } from './domains/session-governance.js';
|
|
52
39
|
import { createContextSessionsDomain } from './domains/context-sessions.js';
|
|
@@ -58,17 +45,12 @@ import { createVerifiedMutationsDomain } from './domains/verified-mutations.js';
|
|
|
58
45
|
import { createWorkflowTurnsDomain } from './domains/workflow-turns.js';
|
|
59
46
|
import { createChartersDomain } from './domains/charters.js';
|
|
60
47
|
import { createWorkStartDomain } from './domains/work-start.js';
|
|
61
|
-
import { createCollaborationDomain } from './domains/collaboration.js';
|
|
62
|
-
import { createAgentCommunicationsDomain } from './domains/agent-communications.js';
|
|
63
|
-
import { createMessageWatchDomain } from './domains/message-watch.js';
|
|
64
|
-
import { createPingPongDomain } from './domains/ping-pong.js';
|
|
65
|
-
import { createPresenceDomain } from './domains/presence.js';
|
|
66
|
-
import { createTransferBundlesDomain } from './domains/transfer-bundles.js';
|
|
67
|
-
import { createTransferChannelsDomain } from './domains/transfer-channels.js';
|
|
68
48
|
import { createToolRegistryDomain } from './domains/tool-registry.js';
|
|
69
49
|
import { createWorkflowCompositionDomain } from './domains/workflow-composition.js';
|
|
70
50
|
import { createWorkflowsDomain } from './domains/workflows.js';
|
|
71
51
|
import { createWarehouseDomain } from './domains/warehouse.js';
|
|
52
|
+
import { createLogaProjectionSurface, createProjectRoadmapSurface, createRetrievalSurface } from './domains/surface-groups.js';
|
|
53
|
+
import { createCoordinationSurface } from './domains/coordination-surface.js';
|
|
72
54
|
import { installClientCompatibilityDelegates } from './compat/aliases.js';
|
|
73
55
|
import { buildHeaders, requestBinary, requestJson, requestLogaProjection, requestText, resolveAccessToken } from './transport/index.js';
|
|
74
56
|
import { cleanText, isPlainObject, trimTrailingSlash } from './utils/text.js';
|
|
@@ -97,10 +79,7 @@ export class AIEngineClient {
|
|
|
97
79
|
currentProject: createCurrentProjectDomain(this),
|
|
98
80
|
};
|
|
99
81
|
this.database = createDatabaseDomain(this);
|
|
100
|
-
this
|
|
101
|
-
this.projectChartering = createProjectCharteringDomain(this);
|
|
102
|
-
this.projectReports = createProjectReportsDomain(this);
|
|
103
|
-
this.projectResume = createProjectResumeDomain(this);
|
|
82
|
+
Object.assign(this, createProjectRoadmapSurface(this));
|
|
104
83
|
this.claims = createClaimsDomain(this);
|
|
105
84
|
this.sessionGovernance = createSessionGovernanceDomain(this);
|
|
106
85
|
this.executionEligibility = createExecutionEligibilityDomain(this);
|
|
@@ -113,8 +92,6 @@ export class AIEngineClient {
|
|
|
113
92
|
this.charters = createChartersDomain(this);
|
|
114
93
|
this.workStart = createWorkStartDomain(this);
|
|
115
94
|
this.governedImplementation = createGovernedImplementationDomain(this);
|
|
116
|
-
this.roadmaps = createRoadmapsDomain(this);
|
|
117
|
-
this.roadmapReports = createRoadmapReportsDomain(this);
|
|
118
95
|
this.implementationPackets = createImplementationPacketsDomain(this);
|
|
119
96
|
this.implementationItems = createImplementationItemsDomain(this);
|
|
120
97
|
this.implementationArtifacts = createImplementationArtifactsDomain(this);
|
|
@@ -129,9 +106,8 @@ export class AIEngineClient {
|
|
|
129
106
|
this.designIntelligence = createDesignIntelligenceDomain(this);
|
|
130
107
|
this.executionTelemetry = createExecutionTelemetryDomain(this);
|
|
131
108
|
this.performance = createPerformanceDomain(this);
|
|
132
|
-
this.retrievalWrapper = createRetrievalWrapperDomain(this);
|
|
133
109
|
this.repo = createRepoDomain(this);
|
|
134
|
-
this
|
|
110
|
+
Object.assign(this, createRetrievalSurface(this));
|
|
135
111
|
this.workflows = createWorkflowsDomain(this);
|
|
136
112
|
this.capabilities = createCapabilitiesDomain(this);
|
|
137
113
|
this.benchmarks = createBenchmarksDomain(this);
|
|
@@ -141,28 +117,17 @@ export class AIEngineClient {
|
|
|
141
117
|
this.searchContacts = createSearchContactsDomain(this);
|
|
142
118
|
this.notesLab = createNotesLabDomain(this);
|
|
143
119
|
this.portfolio = createPortfolioDomain(this);
|
|
144
|
-
this.loga = createLogaDomain(this);
|
|
145
120
|
this.scripts = createScriptsDomain(this);
|
|
146
121
|
this.reports = createReportsDomain(this);
|
|
147
|
-
this
|
|
122
|
+
Object.assign(this, createLogaProjectionSurface(this));
|
|
123
|
+
Object.assign(this, createCoordinationSurface(this));
|
|
148
124
|
this.workflowComposition = createWorkflowCompositionDomain(this);
|
|
149
125
|
this.workflowComposition.searchCodeByIntent = (request) => this.searchCodeByIntent(request);
|
|
150
126
|
this.warehouse = createWarehouseDomain(this);
|
|
151
127
|
this.actions = createActionsDomain(this);
|
|
152
|
-
this.transferBundles = createTransferBundlesDomain(this);
|
|
153
|
-
this.transferChannels = createTransferChannelsDomain(this);
|
|
154
|
-
this.messageWatch = createMessageWatchDomain(this);
|
|
155
|
-
this.presence = createPresenceDomain(this);
|
|
156
|
-
this.pingPong = createPingPongDomain(this);
|
|
157
|
-
this.agentCommunications = createAgentCommunicationsDomain(this);
|
|
158
|
-
this.communicationTickets = createCommunicationTicketsDomain(this);
|
|
159
|
-
this.refactoringTransfers = createRefactoringTransfersDomain(this);
|
|
160
128
|
this.externalProjects = createExternalProjectsDomain(this);
|
|
161
129
|
this.externalAudio = createExternalAudioDomain(this);
|
|
162
130
|
this.externalWorkflowArtifacts = createExternalWorkflowArtifactsDomain(this);
|
|
163
|
-
this.collaborationDomain = createCollaborationDomain(this);
|
|
164
|
-
this.agentComms = createAgentCommunicationsFacade(this);
|
|
165
|
-
this.collaboration = createCollaborationFacade(this);
|
|
166
131
|
this.collaboration.postCollaborationProposal = (request) => this.postCollaborationProposal(request);
|
|
167
132
|
}
|
|
168
133
|
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { createAgentCommunicationsDomain } from './agent-communications.js';
|
|
2
|
+
import { createAgentCommunicationsFacade, createCollaborationFacade } from '../compat/facades.js';
|
|
3
|
+
import { createCommunicationTicketsDomain } from './communication-tickets.js';
|
|
4
|
+
import { createCollaborationDomain } from './collaboration.js';
|
|
5
|
+
import { createMessageWatchDomain } from './message-watch.js';
|
|
6
|
+
import { createPingPongDomain } from './ping-pong.js';
|
|
7
|
+
import { createPresenceDomain } from './presence.js';
|
|
8
|
+
import { createRefactoringTransfersDomain } from './refactoring-transfers.js';
|
|
9
|
+
import { createTransferBundlesDomain } from './transfer-bundles.js';
|
|
10
|
+
import { createTransferChannelsDomain } from './transfer-channels.js';
|
|
11
|
+
|
|
12
|
+
export function createCoordinationSurface(client) {
|
|
13
|
+
const transferBundles = createTransferBundlesDomain(client);
|
|
14
|
+
const transferChannels = createTransferChannelsDomain(client);
|
|
15
|
+
const messageWatch = createMessageWatchDomain(client);
|
|
16
|
+
const presence = createPresenceDomain(client);
|
|
17
|
+
const pingPong = createPingPongDomain(client);
|
|
18
|
+
const agentCommunications = createAgentCommunicationsDomain(client);
|
|
19
|
+
const communicationTickets = createCommunicationTicketsDomain(client);
|
|
20
|
+
const refactoringTransfers = createRefactoringTransfersDomain(client);
|
|
21
|
+
const collaborationDomain = createCollaborationDomain(client);
|
|
22
|
+
const agentComms = createAgentCommunicationsFacade(client);
|
|
23
|
+
const collaboration = createCollaborationFacade(client);
|
|
24
|
+
|
|
25
|
+
return {
|
|
26
|
+
transferBundles,
|
|
27
|
+
transferChannels,
|
|
28
|
+
messageWatch,
|
|
29
|
+
presence,
|
|
30
|
+
pingPong,
|
|
31
|
+
agentCommunications,
|
|
32
|
+
communicationTickets,
|
|
33
|
+
refactoringTransfers,
|
|
34
|
+
collaborationDomain,
|
|
35
|
+
agentComms,
|
|
36
|
+
collaboration,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { createLogaDomain } from './loga.js';
|
|
2
|
+
import { createProjectCharteringDomain } from './project-chartering.js';
|
|
3
|
+
import { createProjectReportsDomain } from './project-reports.js';
|
|
4
|
+
import { createProjectResumeDomain } from './project-resume.js';
|
|
5
|
+
import { createProjectsDomain } from './projects.js';
|
|
6
|
+
import { createProjectionsDomain } from './projections.js';
|
|
7
|
+
import { createRoadmapReportsDomain } from './roadmap-reports.js';
|
|
8
|
+
import { createRoadmapsDomain } from './roadmaps.js';
|
|
9
|
+
import { createRetrievalManagementDomain } from './retrieval-management.js';
|
|
10
|
+
import { createRetrievalWrapperDomain } from './retrieval-wrapper.js';
|
|
11
|
+
|
|
12
|
+
export function createProjectRoadmapSurface(client) {
|
|
13
|
+
return {
|
|
14
|
+
projects: createProjectsDomain(client),
|
|
15
|
+
projectChartering: createProjectCharteringDomain(client),
|
|
16
|
+
projectReports: createProjectReportsDomain(client),
|
|
17
|
+
projectResume: createProjectResumeDomain(client),
|
|
18
|
+
roadmaps: createRoadmapsDomain(client),
|
|
19
|
+
roadmapReports: createRoadmapReportsDomain(client),
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export function createLogaProjectionSurface(client) {
|
|
24
|
+
return {
|
|
25
|
+
loga: createLogaDomain(client),
|
|
26
|
+
projections: createProjectionsDomain(client),
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export function createRetrievalSurface(client) {
|
|
31
|
+
return {
|
|
32
|
+
retrievalWrapper: createRetrievalWrapperDomain(client),
|
|
33
|
+
retrievalManagement: createRetrievalManagementDomain(client),
|
|
34
|
+
};
|
|
35
|
+
}
|
package/src/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { AIEngineClient, createAIEngineClient } from './client.js';
|
|
2
|
-
export const AI_ENGINE_CLIENT_VERSION = '1.1.
|
|
2
|
+
export const AI_ENGINE_CLIENT_VERSION = '1.1.106';
|
|
3
3
|
export { GOVERNED_MUTATION_REQUIRED_CAPABILITIES, AI_ENGINE_CLIENT_CAPABILITIES, TASK_BOUND_SUBSTRATE_EXECUTION_POLICY } from './constants/governance.js';
|
|
4
4
|
export {
|
|
5
5
|
TASK_ACTION_VERB_REGISTRY,
|