@agenticprimitives/ontology 1.0.0-alpha.16 → 1.0.0-alpha.17
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/cbox/guidance-vocabulary.ttl +22 -0
- package/cbox/interaction-vocabulary.ttl +102 -0
- package/cbox/scope-vocabulary.ttl +112 -0
- package/cbox/skill-grounding-vocabulary.ttl +18 -0
- package/context.jsonld +6 -0
- package/dist/artifacts.d.ts +3 -3
- package/dist/artifacts.d.ts.map +1 -1
- package/dist/artifacts.js +33 -0
- package/dist/artifacts.js.map +1 -1
- package/dist/grounded-vocabulary.d.ts +29 -0
- package/dist/grounded-vocabulary.d.ts.map +1 -0
- package/dist/grounded-vocabulary.js +110 -0
- package/dist/grounded-vocabulary.js.map +1 -0
- package/dist/index.d.ts +157 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +193 -4
- package/dist/index.js.map +1 -1
- package/mappings/actor-context-standards.ttl +89 -0
- package/mappings/collaboration-crosswalk-actors.ttl +30 -0
- package/mappings/collaboration-crosswalk-authority.ttl +31 -0
- package/mappings/collaboration-crosswalk-guidance.ttl +29 -0
- package/mappings/collaboration-crosswalk-intent.ttl +29 -0
- package/mappings/collaboration-crosswalk-messaging.ttl +37 -0
- package/mappings/collaboration-crosswalk-organization.ttl +44 -0
- package/mappings/collaboration-crosswalk-protocols.ttl +46 -0
- package/mappings/collaboration-crosswalk-skills.ttl +45 -0
- package/mappings/collaboration-profile.ttl +74 -0
- package/package.json +1 -1
- package/tbox/actor-context.ttl +134 -0
- package/tbox/entitlement.ttl +41 -0
- package/tbox/fabric.ttl +59 -0
- package/tbox/guidance.ttl +40 -0
- package/tbox/intents.ttl +66 -11
- package/tbox/messaging.ttl +134 -0
- package/tbox/org.ttl +122 -0
- package/tbox/scope.ttl +59 -0
- package/tbox/situation.ttl +56 -0
- package/tbox/skills.ttl +104 -12
- package/tbox/verification-receipt.ttl +127 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** Bumped on any breaking change to the shipped vocabulary. */
|
|
2
|
-
export declare const ONTOLOGY_VERSION: "0.
|
|
2
|
+
export declare const ONTOLOGY_VERSION: "0.2.0";
|
|
3
3
|
/**
|
|
4
4
|
* Namespace IRIs, split per domain (mirrors the reference
|
|
5
5
|
* `smartagent.io/ontology/<domain>#` scheme; spec 225 §4). Pinned base:
|
|
@@ -37,6 +37,15 @@ export declare const NS: {
|
|
|
37
37
|
readonly apdisc: "https://agenticprimitives.dev/ns/discovery#";
|
|
38
38
|
readonly apsec: "https://agenticprimitives.dev/ns/security-exposure#";
|
|
39
39
|
readonly aptrust: "https://agenticprimitives.dev/ns/trust#";
|
|
40
|
+
readonly apvr: "https://agenticprimitives.dev/ns/verification-receipt#";
|
|
41
|
+
readonly apscope: "https://agenticprimitives.dev/ns/scope#";
|
|
42
|
+
readonly apmsg: "https://agenticprimitives.dev/ns/messaging#";
|
|
43
|
+
readonly apsit: "https://agenticprimitives.dev/ns/situation#";
|
|
44
|
+
readonly apent: "https://agenticprimitives.dev/ns/entitlement#";
|
|
45
|
+
readonly apfab: "https://agenticprimitives.dev/ns/fabric#";
|
|
46
|
+
readonly apcollab: "https://agenticprimitives.dev/ns/collaboration#";
|
|
47
|
+
readonly apguide: "https://agenticprimitives.dev/ns/guidance#";
|
|
48
|
+
readonly apactor: "https://agenticprimitives.dev/ns/actor#";
|
|
40
49
|
};
|
|
41
50
|
/** Class IRIs (T-box). Each is `<namespace><LocalName>`. */
|
|
42
51
|
export declare const CLASS: {
|
|
@@ -53,8 +62,19 @@ export declare const CLASS: {
|
|
|
53
62
|
readonly Treasury: "https://agenticprimitives.dev/ns/core#Treasury";
|
|
54
63
|
readonly Desire: "https://agenticprimitives.dev/ns/intent#Desire";
|
|
55
64
|
readonly Intent: "https://agenticprimitives.dev/ns/intent#Intent";
|
|
56
|
-
readonly ReceiveIntent: "https://agenticprimitives.dev/ns/intent#ReceiveIntent";
|
|
57
65
|
readonly GiveIntent: "https://agenticprimitives.dev/ns/intent#GiveIntent";
|
|
66
|
+
readonly ReceiveIntent: "https://agenticprimitives.dev/ns/intent#ReceiveIntent";
|
|
67
|
+
readonly ActionIntent: "https://agenticprimitives.dev/ns/intent#ActionIntent";
|
|
68
|
+
readonly InvokeSkillIntent: "https://agenticprimitives.dev/ns/intent#InvokeSkillIntent";
|
|
69
|
+
readonly PerformTaskIntent: "https://agenticprimitives.dev/ns/intent#PerformTaskIntent";
|
|
70
|
+
readonly InformationIntent: "https://agenticprimitives.dev/ns/intent#InformationIntent";
|
|
71
|
+
readonly QueryIntent: "https://agenticprimitives.dev/ns/intent#QueryIntent";
|
|
72
|
+
readonly SubscribeIntent: "https://agenticprimitives.dev/ns/intent#SubscribeIntent";
|
|
73
|
+
readonly RelationshipIntent: "https://agenticprimitives.dev/ns/intent#RelationshipIntent";
|
|
74
|
+
readonly JoinOrganizationIntent: "https://agenticprimitives.dev/ns/intent#JoinOrganizationIntent";
|
|
75
|
+
readonly LeaveOrganizationIntent: "https://agenticprimitives.dev/ns/intent#LeaveOrganizationIntent";
|
|
76
|
+
readonly AssignRoleIntent: "https://agenticprimitives.dev/ns/intent#AssignRoleIntent";
|
|
77
|
+
readonly ResourceExchangeIntent: "https://agenticprimitives.dev/ns/intent#ResourceExchangeIntent";
|
|
58
78
|
readonly MatchInitiation: "https://agenticprimitives.dev/ns/intent#MatchInitiation";
|
|
59
79
|
readonly IntentMatch: "https://agenticprimitives.dev/ns/intent#IntentMatch";
|
|
60
80
|
readonly Commitment: "https://agenticprimitives.dev/ns/intent#Commitment";
|
|
@@ -127,6 +147,76 @@ export declare const CLASS: {
|
|
|
127
147
|
readonly ExposureFinding: "https://agenticprimitives.dev/ns/security-exposure#ExposureFinding";
|
|
128
148
|
readonly CorrelationRisk: "https://agenticprimitives.dev/ns/security-exposure#CorrelationRisk";
|
|
129
149
|
readonly ProjectionMismatch: "https://agenticprimitives.dev/ns/security-exposure#ProjectionMismatch";
|
|
150
|
+
readonly VerificationActivity: "https://agenticprimitives.dev/ns/verification-receipt#VerificationActivity";
|
|
151
|
+
readonly VerificationReceipt: "https://agenticprimitives.dev/ns/verification-receipt#VerificationReceipt";
|
|
152
|
+
readonly VerificationReceiptDetail: "https://agenticprimitives.dev/ns/verification-receipt#VerificationReceiptDetail";
|
|
153
|
+
readonly ChainStatusEvidence: "https://agenticprimitives.dev/ns/verification-receipt#ChainStatusEvidence";
|
|
154
|
+
readonly Delegation: "https://agenticprimitives.dev/ns/delegation#Delegation";
|
|
155
|
+
readonly Scope: "https://agenticprimitives.dev/ns/scope#Scope";
|
|
156
|
+
readonly VerifierObligation: "https://agenticprimitives.dev/ns/scope#VerifierObligation";
|
|
157
|
+
readonly MessageEnvelope: "https://agenticprimitives.dev/ns/messaging#MessageEnvelope";
|
|
158
|
+
readonly MessageEvent: "https://agenticprimitives.dev/ns/messaging#MessageEvent";
|
|
159
|
+
readonly Conversation: "https://agenticprimitives.dev/ns/messaging#Conversation";
|
|
160
|
+
readonly ChannelBoard: "https://agenticprimitives.dev/ns/messaging#ChannelBoard";
|
|
161
|
+
readonly CommunicativeAct: "https://agenticprimitives.dev/ns/messaging#CommunicativeAct";
|
|
162
|
+
readonly Performative: "https://agenticprimitives.dev/ns/messaging#Performative";
|
|
163
|
+
readonly Discussion: "https://agenticprimitives.dev/ns/messaging#Discussion";
|
|
164
|
+
readonly DiscussionTopic: "https://agenticprimitives.dev/ns/messaging#DiscussionTopic";
|
|
165
|
+
readonly MessageThread: "https://agenticprimitives.dev/ns/messaging#MessageThread";
|
|
166
|
+
readonly ConversationProfile: "https://agenticprimitives.dev/ns/messaging#ConversationProfile";
|
|
167
|
+
readonly DirectoryListing: "https://agenticprimitives.dev/ns/org#DirectoryListing";
|
|
168
|
+
readonly OrganizationMembership: "https://agenticprimitives.dev/ns/org#OrganizationMembership";
|
|
169
|
+
readonly OrganizationRoleDefinition: "https://agenticprimitives.dev/ns/org#OrganizationRoleDefinition";
|
|
170
|
+
readonly OrganizationalPost: "https://agenticprimitives.dev/ns/org#OrganizationalPost";
|
|
171
|
+
readonly RoleAssignment: "https://agenticprimitives.dev/ns/org#RoleAssignment";
|
|
172
|
+
readonly EnrollmentPolicy: "https://agenticprimitives.dev/ns/org#EnrollmentPolicy";
|
|
173
|
+
readonly EnrollmentRequirement: "https://agenticprimitives.dev/ns/org#EnrollmentRequirement";
|
|
174
|
+
readonly MembershipInvitation: "https://agenticprimitives.dev/ns/org#MembershipInvitation";
|
|
175
|
+
readonly MembershipInviteLink: "https://agenticprimitives.dev/ns/org#MembershipInviteLink";
|
|
176
|
+
readonly MembershipApplication: "https://agenticprimitives.dev/ns/org#MembershipApplication";
|
|
177
|
+
readonly EnrollmentDecision: "https://agenticprimitives.dev/ns/org#EnrollmentDecision";
|
|
178
|
+
readonly MembershipTermination: "https://agenticprimitives.dev/ns/org#MembershipTermination";
|
|
179
|
+
readonly AdmissionExclusion: "https://agenticprimitives.dev/ns/org#AdmissionExclusion";
|
|
180
|
+
readonly Situation: "https://agenticprimitives.dev/ns/situation#Situation";
|
|
181
|
+
readonly Description: "https://agenticprimitives.dev/ns/situation#Description";
|
|
182
|
+
readonly SituationRole: "https://agenticprimitives.dev/ns/situation#SituationRole";
|
|
183
|
+
readonly RoleBinding: "https://agenticprimitives.dev/ns/situation#RoleBinding";
|
|
184
|
+
readonly TemporalExtent: "https://agenticprimitives.dev/ns/situation#TemporalExtent";
|
|
185
|
+
readonly RuntimeEntitlement: "https://agenticprimitives.dev/ns/entitlement#Entitlement";
|
|
186
|
+
readonly AccessEntitlement: "https://agenticprimitives.dev/ns/entitlement#AccessEntitlement";
|
|
187
|
+
readonly ConsumableEntitlement: "https://agenticprimitives.dev/ns/entitlement#ConsumableEntitlement";
|
|
188
|
+
readonly EligibilityEntitlement: "https://agenticprimitives.dev/ns/entitlement#EligibilityEntitlement";
|
|
189
|
+
readonly InteractionExchange: "https://agenticprimitives.dev/ns/fabric#InteractionExchange";
|
|
190
|
+
readonly ExchangeEnvelope: "https://agenticprimitives.dev/ns/fabric#ExchangeEnvelope";
|
|
191
|
+
readonly ExchangeEvent: "https://agenticprimitives.dev/ns/fabric#ExchangeEvent";
|
|
192
|
+
readonly IntentInvocation: "https://agenticprimitives.dev/ns/fabric#IntentInvocation";
|
|
193
|
+
readonly Skill: "https://agenticprimitives.dev/ns/skill#Skill";
|
|
194
|
+
readonly SkillClaim: "https://agenticprimitives.dev/ns/skill#SkillClaim";
|
|
195
|
+
readonly CapabilityDefinition: "https://agenticprimitives.dev/ns/skill#CapabilityDefinition";
|
|
196
|
+
/** @deprecated Use CapabilityDefinition */
|
|
197
|
+
readonly AgentSkillDefinition: "https://agenticprimitives.dev/ns/skill#AgentSkillDefinition";
|
|
198
|
+
readonly CapabilityGrounding: "https://agenticprimitives.dev/ns/skill#CapabilityGrounding";
|
|
199
|
+
/** @deprecated Use CapabilityGrounding */
|
|
200
|
+
readonly SkillGrounding: "https://agenticprimitives.dev/ns/skill#SkillGrounding";
|
|
201
|
+
readonly CapabilityProtocolProjection: "https://agenticprimitives.dev/ns/skill#CapabilityProtocolProjection";
|
|
202
|
+
/** @deprecated Use CapabilityProtocolProjection */
|
|
203
|
+
readonly SkillProtocolProjection: "https://agenticprimitives.dev/ns/skill#SkillProtocolProjection";
|
|
204
|
+
readonly IntentCapabilityMatch: "https://agenticprimitives.dev/ns/skill#IntentCapabilityMatch";
|
|
205
|
+
/** @deprecated Use IntentCapabilityMatch */
|
|
206
|
+
readonly IntentSkillMatch: "https://agenticprimitives.dev/ns/skill#IntentSkillMatch";
|
|
207
|
+
readonly AgentGuidanceArtifact: "https://agenticprimitives.dev/ns/guidance#AgentGuidanceArtifact";
|
|
208
|
+
readonly AgentSkillPackage: "https://agenticprimitives.dev/ns/guidance#AgentSkillPackage";
|
|
209
|
+
/** @deprecated Use AgentSkillPackage */
|
|
210
|
+
readonly AgentGuidanceSkill: "https://agenticprimitives.dev/ns/guidance#AgentGuidanceSkill";
|
|
211
|
+
readonly RepositoryGuidanceDoc: "https://agenticprimitives.dev/ns/guidance#RepositoryGuidanceDoc";
|
|
212
|
+
readonly AccountabilityRoot: "https://agenticprimitives.dev/ns/actor#AccountabilityRoot";
|
|
213
|
+
readonly PresentationIdentifier: "https://agenticprimitives.dev/ns/actor#PresentationIdentifier";
|
|
214
|
+
readonly SubjectRef: "https://agenticprimitives.dev/ns/actor#SubjectRef";
|
|
215
|
+
readonly SubjectBinding: "https://agenticprimitives.dev/ns/actor#SubjectBinding";
|
|
216
|
+
readonly ActorContext: "https://agenticprimitives.dev/ns/actor#ActorContext";
|
|
217
|
+
readonly AgentInstance: "https://agenticprimitives.dev/ns/actor#AgentInstance";
|
|
218
|
+
readonly ConfirmationKey: "https://agenticprimitives.dev/ns/actor#ConfirmationKey";
|
|
219
|
+
readonly AuthorityChainEnvelope: "https://agenticprimitives.dev/ns/actor#AuthorityChainEnvelope";
|
|
130
220
|
};
|
|
131
221
|
/** Predicate / property IRIs (T-box). */
|
|
132
222
|
export declare const PREDICATE: {
|
|
@@ -137,10 +227,17 @@ export declare const PREDICATE: {
|
|
|
137
227
|
readonly controlStatus: "https://agenticprimitives.dev/ns/core#controlStatus";
|
|
138
228
|
readonly resolvesTo: "https://agenticprimitives.dev/ns/naming#resolvesTo";
|
|
139
229
|
readonly memberOf: "https://agenticprimitives.dev/ns/org#memberOf";
|
|
230
|
+
readonly listingSubject: "https://agenticprimitives.dev/ns/org#listingSubject";
|
|
231
|
+
readonly listingContext: "https://agenticprimitives.dev/ns/org#listingContext";
|
|
232
|
+
readonly listingVisibility: "https://agenticprimitives.dev/ns/org#visibility";
|
|
233
|
+
readonly listingPublishedAt: "https://agenticprimitives.dev/ns/org#publishedAt";
|
|
234
|
+
readonly listingExpiresAt: "https://agenticprimitives.dev/ns/org#expiresAt";
|
|
235
|
+
readonly listingHash: "https://agenticprimitives.dev/ns/org#listingHash";
|
|
140
236
|
readonly delegatesTo: "https://agenticprimitives.dev/ns/delegation#delegatesTo";
|
|
141
237
|
readonly direction: "https://agenticprimitives.dev/ns/intent#direction";
|
|
142
238
|
readonly object: "https://agenticprimitives.dev/ns/intent#object";
|
|
143
239
|
readonly topic: "https://agenticprimitives.dev/ns/intent#topic";
|
|
240
|
+
readonly about: "https://agenticprimitives.dev/ns/intent#about";
|
|
144
241
|
readonly expressedBy: "https://agenticprimitives.dev/ns/intent#expressedBy";
|
|
145
242
|
readonly addressedTo: "https://agenticprimitives.dev/ns/intent#addressedTo";
|
|
146
243
|
readonly hasConstraintSet: "https://agenticprimitives.dev/ns/intent#hasConstraintSet";
|
|
@@ -259,6 +356,55 @@ export declare const PREDICATE: {
|
|
|
259
356
|
readonly severity: "https://agenticprimitives.dev/ns/security-exposure#severity";
|
|
260
357
|
readonly findingStatus: "https://agenticprimitives.dev/ns/security-exposure#findingStatus";
|
|
261
358
|
readonly affectsAgent: "https://agenticprimitives.dev/ns/security-exposure#affectsAgent";
|
|
359
|
+
readonly onBehalfOf: "https://agenticprimitives.dev/ns/verification-receipt#onBehalfOf";
|
|
360
|
+
readonly opensReceipt: "https://agenticprimitives.dev/ns/verification-receipt#opensReceipt";
|
|
361
|
+
readonly usedDelegation: "https://agenticprimitives.dev/ns/verification-receipt#usedDelegation";
|
|
362
|
+
readonly usedStatusEvidence: "https://agenticprimitives.dev/ns/verification-receipt#usedStatusEvidence";
|
|
363
|
+
readonly hasActionClass: "https://agenticprimitives.dev/ns/scope#hasActionClass";
|
|
364
|
+
readonly hasResourceClass: "https://agenticprimitives.dev/ns/scope#hasResourceClass";
|
|
365
|
+
readonly hasPurposeClass: "https://agenticprimitives.dev/ns/scope#hasPurposeClass";
|
|
366
|
+
readonly hasValueLimitKind: "https://agenticprimitives.dev/ns/scope#hasValueLimitKind";
|
|
367
|
+
readonly hasRelianceClass: "https://agenticprimitives.dev/ns/scope#hasRelianceClass";
|
|
368
|
+
readonly requiredRevocationMode: "https://agenticprimitives.dev/ns/scope#requiredRevocationMode";
|
|
369
|
+
readonly statusFreshnessMs: "https://agenticprimitives.dev/ns/scope#statusFreshnessMs";
|
|
370
|
+
readonly mustRetainReceipt: "https://agenticprimitives.dev/ns/scope#mustRetainReceipt";
|
|
371
|
+
readonly performedBy: "https://agenticprimitives.dev/ns/messaging#performedBy";
|
|
372
|
+
readonly actAddressedTo: "https://agenticprimitives.dev/ns/messaging#actAddressedTo";
|
|
373
|
+
readonly inRespondsTo: "https://agenticprimitives.dev/ns/messaging#inRespondsTo";
|
|
374
|
+
readonly inConversation: "https://agenticprimitives.dev/ns/messaging#inConversation";
|
|
375
|
+
readonly hostedBy: "https://agenticprimitives.dev/ns/messaging#hostedBy";
|
|
376
|
+
readonly satisfies: "https://agenticprimitives.dev/ns/situation#satisfies";
|
|
377
|
+
readonly hasRoleBinding: "https://agenticprimitives.dev/ns/situation#hasRoleBinding";
|
|
378
|
+
readonly bindingRole: "https://agenticprimitives.dev/ns/situation#bindingRole";
|
|
379
|
+
readonly bindingFiller: "https://agenticprimitives.dev/ns/situation#bindingFiller";
|
|
380
|
+
readonly memberAgent: "https://agenticprimitives.dev/ns/org#memberAgent";
|
|
381
|
+
readonly organizationAgent: "https://agenticprimitives.dev/ns/org#organizationAgent";
|
|
382
|
+
readonly hasRoleAssignment: "https://agenticprimitives.dev/ns/org#hasRoleAssignment";
|
|
383
|
+
readonly assignedMembership: "https://agenticprimitives.dev/ns/org#assignedMembership";
|
|
384
|
+
readonly assignedRole: "https://agenticprimitives.dev/ns/org#assignedRole";
|
|
385
|
+
readonly materializedByDelegation: "https://agenticprimitives.dev/ns/org#materializedByDelegation";
|
|
386
|
+
readonly supportedByEntitlement: "https://agenticprimitives.dev/ns/org#supportedByEntitlement";
|
|
387
|
+
readonly expressesJoinIntent: "https://agenticprimitives.dev/ns/org#expressesJoinIntent";
|
|
388
|
+
readonly containsEnvelope: "https://agenticprimitives.dev/ns/fabric#containsEnvelope";
|
|
389
|
+
readonly carriesAct: "https://agenticprimitives.dev/ns/fabric#carriesAct";
|
|
390
|
+
readonly exchangeActor: "https://agenticprimitives.dev/ns/fabric#exchangeActor";
|
|
391
|
+
readonly exchangePrincipal: "https://agenticprimitives.dev/ns/fabric#exchangePrincipal";
|
|
392
|
+
readonly actExpressesIntent: "https://agenticprimitives.dev/ns/fabric#expressesIntent";
|
|
393
|
+
readonly entitlementSubject: "https://agenticprimitives.dev/ns/entitlement#entitlementSubject";
|
|
394
|
+
readonly entitlementPrincipal: "https://agenticprimitives.dev/ns/entitlement#entitlementPrincipal";
|
|
395
|
+
readonly accountabilityRoot: "https://agenticprimitives.dev/ns/actor#accountabilityRoot";
|
|
396
|
+
readonly rootPrincipal: "https://agenticprimitives.dev/ns/actor#rootPrincipal";
|
|
397
|
+
readonly originatingAgent: "https://agenticprimitives.dev/ns/actor#originatingAgent";
|
|
398
|
+
readonly actingAgent: "https://agenticprimitives.dev/ns/actor#actingAgent";
|
|
399
|
+
readonly actorAgentInstance: "https://agenticprimitives.dev/ns/actor#agentInstance";
|
|
400
|
+
readonly actorConfirmationKey: "https://agenticprimitives.dev/ns/actor#confirmationKey";
|
|
401
|
+
readonly accountabilityRootOf: "https://agenticprimitives.dev/ns/actor#accountabilityRootOf";
|
|
402
|
+
readonly representsPrincipal: "https://agenticprimitives.dev/ns/actor#representsPrincipal";
|
|
403
|
+
readonly agentIdentityOf: "https://agenticprimitives.dev/ns/actor#agentIdentityOf";
|
|
404
|
+
readonly runtimeInstanceOf: "https://agenticprimitives.dev/ns/actor#runtimeInstanceOf";
|
|
405
|
+
readonly actorControlledBy: "https://agenticprimitives.dev/ns/actor#controlledBy";
|
|
406
|
+
readonly actorDelegatedTo: "https://agenticprimitives.dev/ns/actor#delegatedTo";
|
|
407
|
+
readonly executedByWorkload: "https://agenticprimitives.dev/ns/actor#executedByWorkload";
|
|
262
408
|
};
|
|
263
409
|
/** SHACL shape IRIs (C-box).
|
|
264
410
|
*
|
|
@@ -280,5 +426,14 @@ export declare const SHAPE: {
|
|
|
280
426
|
readonly MatchCandidate: "https://agenticprimitives.dev/ns/discovery#MatchCandidateShape";
|
|
281
427
|
readonly TrustDetermination: "https://agenticprimitives.dev/ns/discovery#TrustDeterminationShape";
|
|
282
428
|
readonly ExposureFinding: "https://agenticprimitives.dev/ns/security-exposure#ExposureFindingShape";
|
|
429
|
+
readonly MessageEnvelope: "https://agenticprimitives.dev/ns/messaging#MessageEnvelopeShape";
|
|
430
|
+
readonly MessageEvent: "https://agenticprimitives.dev/ns/messaging#MessageEventShape";
|
|
431
|
+
readonly Conversation: "https://agenticprimitives.dev/ns/messaging#ConversationShape";
|
|
432
|
+
readonly ChannelBoard: "https://agenticprimitives.dev/ns/messaging#ChannelBoardShape";
|
|
433
|
+
readonly DirectoryListing: "https://agenticprimitives.dev/ns/org#DirectoryListingShape";
|
|
434
|
+
readonly CommunicativeAct: "https://agenticprimitives.dev/ns/messaging#CommunicativeActShape";
|
|
435
|
+
readonly OrganizationMembership: "https://agenticprimitives.dev/ns/org#OrganizationMembershipShape";
|
|
283
436
|
};
|
|
437
|
+
export type { GroundedTerm, StandardGrounding } from './grounded-vocabulary.js';
|
|
438
|
+
export { GROUNDED_VOCABULARY, groundedTerm } from './grounded-vocabulary.js';
|
|
284
439
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAmBA,+DAA+D;AAC/D,eAAO,MAAM,gBAAgB,EAAG,OAAgB,CAAC;AAEjD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAmBA,+DAA+D;AAC/D,eAAO,MAAM,gBAAgB,EAAG,OAAgB,CAAC;AAEjD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDL,CAAC;AAEX,4DAA4D;AAC5D,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuKhB,2CAA2C;;;IAG3C,0CAA0C;;;IAG1C,mDAAmD;;;IAGnD,4CAA4C;;;;IAK5C,wCAAwC;;;;;;;;;;;CAYhC,CAAC;AAEX,yCAAyC;AACzC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgNZ,CAAC;AAEX;;;;;;;GAOG;AACH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;CAsBR,CAAC;AAQX,YAAY,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAChF,OAAO,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
// `node:url`/the filesystem) live in the `@agenticprimitives/ontology/artifacts`
|
|
18
18
|
// subpath — import those only server-side.
|
|
19
19
|
/** Bumped on any breaking change to the shipped vocabulary. */
|
|
20
|
-
export const ONTOLOGY_VERSION = '0.
|
|
20
|
+
export const ONTOLOGY_VERSION = '0.2.0';
|
|
21
21
|
/**
|
|
22
22
|
* Namespace IRIs, split per domain (mirrors the reference
|
|
23
23
|
* `smartagent.io/ontology/<domain>#` scheme; spec 225 §4). Pinned base:
|
|
@@ -61,6 +61,26 @@ export const NS = {
|
|
|
61
61
|
apdisc: 'https://agenticprimitives.dev/ns/discovery#',
|
|
62
62
|
apsec: 'https://agenticprimitives.dev/ns/security-exposure#',
|
|
63
63
|
aptrust: 'https://agenticprimitives.dev/ns/trust#',
|
|
64
|
+
// Verification-receipt provenance, PROV-O-grounded (spec 303; tbox/verification-receipt.ttl)
|
|
65
|
+
apvr: 'https://agenticprimitives.dev/ns/verification-receipt#',
|
|
66
|
+
// AP-Scope-V1 (spec 308; tbox/scope.ttl + cbox/scope-vocabulary.ttl)
|
|
67
|
+
apscope: 'https://agenticprimitives.dev/ns/scope#',
|
|
68
|
+
// Messaging / interaction substrate (spec 322 §3; tbox/messaging.ttl). Durable ARTIFACTS only —
|
|
69
|
+
// projections get no classes. Distinct from apful (task messages) and apfab (exchange lifecycle).
|
|
70
|
+
apmsg: 'https://agenticprimitives.dev/ns/messaging#',
|
|
71
|
+
// Situation / DnS substrate (spec 324 §4; tbox/situation.ttl)
|
|
72
|
+
apsit: 'https://agenticprimitives.dev/ns/situation#',
|
|
73
|
+
// Generic runtime entitlements (spec 324 §11; tbox/entitlement.ttl) — distinct from apcnt:Entitlement
|
|
74
|
+
apent: 'https://agenticprimitives.dev/ns/entitlement#',
|
|
75
|
+
// Fabric interaction exchange (spec 324 §5/§9; tbox/fabric.ttl)
|
|
76
|
+
apfab: 'https://agenticprimitives.dev/ns/fabric#',
|
|
77
|
+
// Collaboration interoperability profile (spec 325; mappings/collaboration-*.ttl)
|
|
78
|
+
apcollab: 'https://agenticprimitives.dev/ns/collaboration#',
|
|
79
|
+
// Agent guidance — IDE SKILL.md / CLAUDE.md (ADR-0050); NOT aps: executable skills
|
|
80
|
+
apguide: 'https://agenticprimitives.dev/ns/guidance#',
|
|
81
|
+
// Actor context + portable authority chain (spec 326; ADR-0052; tbox/actor-context.ttl). Dual-grounded to
|
|
82
|
+
// web2 IAM/legal + web3 ERC/CAIP in mappings/actor-context-standards.ttl. Context/evidence, never authority.
|
|
83
|
+
apactor: 'https://agenticprimitives.dev/ns/actor#',
|
|
64
84
|
};
|
|
65
85
|
/** Class IRIs (T-box). Each is `<namespace><LocalName>`. */
|
|
66
86
|
export const CLASS = {
|
|
@@ -80,8 +100,19 @@ export const CLASS = {
|
|
|
80
100
|
// Phase-1.5: intent layer
|
|
81
101
|
Desire: `${NS.apint}Desire`,
|
|
82
102
|
Intent: `${NS.apint}Intent`,
|
|
83
|
-
ReceiveIntent: `${NS.apint}ReceiveIntent`,
|
|
84
103
|
GiveIntent: `${NS.apint}GiveIntent`,
|
|
104
|
+
ReceiveIntent: `${NS.apint}ReceiveIntent`,
|
|
105
|
+
ActionIntent: `${NS.apint}ActionIntent`,
|
|
106
|
+
InvokeSkillIntent: `${NS.apint}InvokeSkillIntent`,
|
|
107
|
+
PerformTaskIntent: `${NS.apint}PerformTaskIntent`,
|
|
108
|
+
InformationIntent: `${NS.apint}InformationIntent`,
|
|
109
|
+
QueryIntent: `${NS.apint}QueryIntent`,
|
|
110
|
+
SubscribeIntent: `${NS.apint}SubscribeIntent`,
|
|
111
|
+
RelationshipIntent: `${NS.apint}RelationshipIntent`,
|
|
112
|
+
JoinOrganizationIntent: `${NS.apint}JoinOrganizationIntent`,
|
|
113
|
+
LeaveOrganizationIntent: `${NS.apint}LeaveOrganizationIntent`,
|
|
114
|
+
AssignRoleIntent: `${NS.apint}AssignRoleIntent`,
|
|
115
|
+
ResourceExchangeIntent: `${NS.apint}ResourceExchangeIntent`,
|
|
85
116
|
MatchInitiation: `${NS.apint}MatchInitiation`,
|
|
86
117
|
IntentMatch: `${NS.apint}IntentMatch`,
|
|
87
118
|
Commitment: `${NS.apint}Commitment`,
|
|
@@ -163,6 +194,88 @@ export const CLASS = {
|
|
|
163
194
|
ExposureFinding: `${NS.apsec}ExposureFinding`,
|
|
164
195
|
CorrelationRisk: `${NS.apsec}CorrelationRisk`,
|
|
165
196
|
ProjectionMismatch: `${NS.apsec}ProjectionMismatch`,
|
|
197
|
+
// Verification-receipt provenance (spec 303) — all ⊑ PROV-O (Activity/Entity)
|
|
198
|
+
VerificationActivity: `${NS.apvr}VerificationActivity`,
|
|
199
|
+
VerificationReceipt: `${NS.apvr}VerificationReceipt`,
|
|
200
|
+
VerificationReceiptDetail: `${NS.apvr}VerificationReceiptDetail`,
|
|
201
|
+
ChainStatusEvidence: `${NS.apvr}ChainStatusEvidence`,
|
|
202
|
+
Delegation: `${NS.apdel}Delegation`,
|
|
203
|
+
// AP-Scope-V1 (spec 308) — concept VALUES live in cbox/scope-vocabulary.ttl,
|
|
204
|
+
// never as TS arrays (the spec 225 drift rule)
|
|
205
|
+
Scope: `${NS.apscope}Scope`,
|
|
206
|
+
VerifierObligation: `${NS.apscope}VerifierObligation`,
|
|
207
|
+
// Messaging / interaction substrate (spec 322 §3). apmsg:MessageEnvelope ≠ apful:Message
|
|
208
|
+
// (vocabulary-map.md). A channel is a Conversation (open-to-context) — no Channel class.
|
|
209
|
+
MessageEnvelope: `${NS.apmsg}MessageEnvelope`,
|
|
210
|
+
MessageEvent: `${NS.apmsg}MessageEvent`,
|
|
211
|
+
Conversation: `${NS.apmsg}Conversation`,
|
|
212
|
+
ChannelBoard: `${NS.apmsg}ChannelBoard`,
|
|
213
|
+
CommunicativeAct: `${NS.apmsg}CommunicativeAct`,
|
|
214
|
+
Performative: `${NS.apmsg}Performative`,
|
|
215
|
+
Discussion: `${NS.apmsg}Discussion`,
|
|
216
|
+
DiscussionTopic: `${NS.apmsg}DiscussionTopic`,
|
|
217
|
+
MessageThread: `${NS.apmsg}MessageThread`,
|
|
218
|
+
ConversationProfile: `${NS.apmsg}ConversationProfile`,
|
|
219
|
+
DirectoryListing: `${NS.aporg}DirectoryListing`,
|
|
220
|
+
// Organization membership + enrollment (spec 324; tbox/org.ttl)
|
|
221
|
+
OrganizationMembership: `${NS.aporg}OrganizationMembership`,
|
|
222
|
+
OrganizationRoleDefinition: `${NS.aporg}OrganizationRoleDefinition`,
|
|
223
|
+
OrganizationalPost: `${NS.aporg}OrganizationalPost`,
|
|
224
|
+
RoleAssignment: `${NS.aporg}RoleAssignment`,
|
|
225
|
+
EnrollmentPolicy: `${NS.aporg}EnrollmentPolicy`,
|
|
226
|
+
EnrollmentRequirement: `${NS.aporg}EnrollmentRequirement`,
|
|
227
|
+
MembershipInvitation: `${NS.aporg}MembershipInvitation`,
|
|
228
|
+
MembershipInviteLink: `${NS.aporg}MembershipInviteLink`,
|
|
229
|
+
MembershipApplication: `${NS.aporg}MembershipApplication`,
|
|
230
|
+
EnrollmentDecision: `${NS.aporg}EnrollmentDecision`,
|
|
231
|
+
MembershipTermination: `${NS.aporg}MembershipTermination`,
|
|
232
|
+
AdmissionExclusion: `${NS.aporg}AdmissionExclusion`,
|
|
233
|
+
// Situation substrate (spec 324; tbox/situation.ttl)
|
|
234
|
+
Situation: `${NS.apsit}Situation`,
|
|
235
|
+
Description: `${NS.apsit}Description`,
|
|
236
|
+
SituationRole: `${NS.apsit}SituationRole`,
|
|
237
|
+
RoleBinding: `${NS.apsit}RoleBinding`,
|
|
238
|
+
TemporalExtent: `${NS.apsit}TemporalExtent`,
|
|
239
|
+
// Runtime entitlements (spec 324; tbox/entitlement.ttl)
|
|
240
|
+
RuntimeEntitlement: `${NS.apent}Entitlement`,
|
|
241
|
+
AccessEntitlement: `${NS.apent}AccessEntitlement`,
|
|
242
|
+
ConsumableEntitlement: `${NS.apent}ConsumableEntitlement`,
|
|
243
|
+
EligibilityEntitlement: `${NS.apent}EligibilityEntitlement`,
|
|
244
|
+
// Fabric exchange (spec 324; tbox/fabric.ttl)
|
|
245
|
+
InteractionExchange: `${NS.apfab}InteractionExchange`,
|
|
246
|
+
ExchangeEnvelope: `${NS.apfab}ExchangeEnvelope`,
|
|
247
|
+
ExchangeEvent: `${NS.apfab}ExchangeEvent`,
|
|
248
|
+
IntentInvocation: `${NS.apfab}IntentInvocation`,
|
|
249
|
+
// Semantic capabilities (spec 251 on-chain anchor + spec 325 CapabilityDefinition; ADR-0051)
|
|
250
|
+
Skill: `${NS.aps}Skill`,
|
|
251
|
+
SkillClaim: `${NS.aps}SkillClaim`,
|
|
252
|
+
CapabilityDefinition: `${NS.aps}CapabilityDefinition`,
|
|
253
|
+
/** @deprecated Use CapabilityDefinition */
|
|
254
|
+
AgentSkillDefinition: `${NS.aps}AgentSkillDefinition`,
|
|
255
|
+
CapabilityGrounding: `${NS.aps}CapabilityGrounding`,
|
|
256
|
+
/** @deprecated Use CapabilityGrounding */
|
|
257
|
+
SkillGrounding: `${NS.aps}SkillGrounding`,
|
|
258
|
+
CapabilityProtocolProjection: `${NS.aps}CapabilityProtocolProjection`,
|
|
259
|
+
/** @deprecated Use CapabilityProtocolProjection */
|
|
260
|
+
SkillProtocolProjection: `${NS.aps}SkillProtocolProjection`,
|
|
261
|
+
IntentCapabilityMatch: `${NS.aps}IntentCapabilityMatch`,
|
|
262
|
+
/** @deprecated Use IntentCapabilityMatch */
|
|
263
|
+
IntentSkillMatch: `${NS.aps}IntentSkillMatch`,
|
|
264
|
+
// Agent Skill packages (ADR-0051) — SKILL.md playbooks, NOT executable capabilities
|
|
265
|
+
AgentGuidanceArtifact: `${NS.apguide}AgentGuidanceArtifact`,
|
|
266
|
+
AgentSkillPackage: `${NS.apguide}AgentSkillPackage`,
|
|
267
|
+
/** @deprecated Use AgentSkillPackage */
|
|
268
|
+
AgentGuidanceSkill: `${NS.apguide}AgentGuidanceSkill`,
|
|
269
|
+
RepositoryGuidanceDoc: `${NS.apguide}RepositoryGuidanceDoc`,
|
|
270
|
+
// Actor context + portable authority chain (spec 326; ADR-0052). CONTEXT/EVIDENCE, never authority.
|
|
271
|
+
AccountabilityRoot: `${NS.apactor}AccountabilityRoot`,
|
|
272
|
+
PresentationIdentifier: `${NS.apactor}PresentationIdentifier`,
|
|
273
|
+
SubjectRef: `${NS.apactor}SubjectRef`,
|
|
274
|
+
SubjectBinding: `${NS.apactor}SubjectBinding`,
|
|
275
|
+
ActorContext: `${NS.apactor}ActorContext`,
|
|
276
|
+
AgentInstance: `${NS.apactor}AgentInstance`,
|
|
277
|
+
ConfirmationKey: `${NS.apactor}ConfirmationKey`,
|
|
278
|
+
AuthorityChainEnvelope: `${NS.apactor}AuthorityChainEnvelope`,
|
|
166
279
|
};
|
|
167
280
|
/** Predicate / property IRIs (T-box). */
|
|
168
281
|
export const PREDICATE = {
|
|
@@ -174,11 +287,20 @@ export const PREDICATE = {
|
|
|
174
287
|
controlStatus: `${NS.ap}controlStatus`,
|
|
175
288
|
resolvesTo: `${NS.apnam}resolvesTo`,
|
|
176
289
|
memberOf: `${NS.aporg}memberOf`,
|
|
290
|
+
// Membership listing (spec 322 §3; tbox/messaging.ttl aporg extension). Membership itself stays
|
|
291
|
+
// DERIVED (current listing + valid spec-321 delegation ⟹ memberOf) — never stored as a fact.
|
|
292
|
+
listingSubject: `${NS.aporg}listingSubject`,
|
|
293
|
+
listingContext: `${NS.aporg}listingContext`,
|
|
294
|
+
listingVisibility: `${NS.aporg}visibility`,
|
|
295
|
+
listingPublishedAt: `${NS.aporg}publishedAt`,
|
|
296
|
+
listingExpiresAt: `${NS.aporg}expiresAt`,
|
|
297
|
+
listingHash: `${NS.aporg}listingHash`,
|
|
177
298
|
delegatesTo: `${NS.apdel}delegatesTo`,
|
|
178
299
|
// Phase-1.5: intent
|
|
179
300
|
direction: `${NS.apint}direction`,
|
|
180
301
|
object: `${NS.apint}object`,
|
|
181
302
|
topic: `${NS.apint}topic`,
|
|
303
|
+
about: `${NS.apint}about`,
|
|
182
304
|
expressedBy: `${NS.apint}expressedBy`,
|
|
183
305
|
addressedTo: `${NS.apint}addressedTo`,
|
|
184
306
|
hasConstraintSet: `${NS.apint}hasConstraintSet`,
|
|
@@ -305,6 +427,65 @@ export const PREDICATE = {
|
|
|
305
427
|
severity: `${NS.apsec}severity`,
|
|
306
428
|
findingStatus: `${NS.apsec}findingStatus`,
|
|
307
429
|
affectsAgent: `${NS.apsec}affectsAgent`,
|
|
430
|
+
// Verification-receipt provenance (spec 303). onBehalfOf ⊑ prov:actedOnBehalfOf —
|
|
431
|
+
// PRIVATE-detail projection only for person principals (ADR-0010 amendment).
|
|
432
|
+
onBehalfOf: `${NS.apvr}onBehalfOf`,
|
|
433
|
+
opensReceipt: `${NS.apvr}opensReceipt`,
|
|
434
|
+
usedDelegation: `${NS.apvr}usedDelegation`,
|
|
435
|
+
usedStatusEvidence: `${NS.apvr}usedStatusEvidence`,
|
|
436
|
+
// AP-Scope-V1 (spec 308)
|
|
437
|
+
hasActionClass: `${NS.apscope}hasActionClass`,
|
|
438
|
+
hasResourceClass: `${NS.apscope}hasResourceClass`,
|
|
439
|
+
hasPurposeClass: `${NS.apscope}hasPurposeClass`,
|
|
440
|
+
hasValueLimitKind: `${NS.apscope}hasValueLimitKind`,
|
|
441
|
+
hasRelianceClass: `${NS.apscope}hasRelianceClass`,
|
|
442
|
+
requiredRevocationMode: `${NS.apscope}requiredRevocationMode`,
|
|
443
|
+
statusFreshnessMs: `${NS.apscope}statusFreshnessMs`,
|
|
444
|
+
mustRetainReceipt: `${NS.apscope}mustRetainReceipt`,
|
|
445
|
+
// Messaging / communicative acts (spec 324)
|
|
446
|
+
performedBy: `${NS.apmsg}performedBy`,
|
|
447
|
+
actAddressedTo: `${NS.apmsg}actAddressedTo`,
|
|
448
|
+
inRespondsTo: `${NS.apmsg}inRespondsTo`,
|
|
449
|
+
inConversation: `${NS.apmsg}inConversation`,
|
|
450
|
+
hostedBy: `${NS.apmsg}hostedBy`,
|
|
451
|
+
// Situation (spec 324)
|
|
452
|
+
satisfies: `${NS.apsit}satisfies`,
|
|
453
|
+
hasRoleBinding: `${NS.apsit}hasRoleBinding`,
|
|
454
|
+
bindingRole: `${NS.apsit}bindingRole`,
|
|
455
|
+
bindingFiller: `${NS.apsit}bindingFiller`,
|
|
456
|
+
// Organization (spec 324)
|
|
457
|
+
memberAgent: `${NS.aporg}memberAgent`,
|
|
458
|
+
organizationAgent: `${NS.aporg}organizationAgent`,
|
|
459
|
+
hasRoleAssignment: `${NS.aporg}hasRoleAssignment`,
|
|
460
|
+
assignedMembership: `${NS.aporg}assignedMembership`,
|
|
461
|
+
assignedRole: `${NS.aporg}assignedRole`,
|
|
462
|
+
materializedByDelegation: `${NS.aporg}materializedByDelegation`,
|
|
463
|
+
supportedByEntitlement: `${NS.aporg}supportedByEntitlement`,
|
|
464
|
+
expressesJoinIntent: `${NS.aporg}expressesJoinIntent`,
|
|
465
|
+
// Fabric exchange (spec 324)
|
|
466
|
+
containsEnvelope: `${NS.apfab}containsEnvelope`,
|
|
467
|
+
carriesAct: `${NS.apfab}carriesAct`,
|
|
468
|
+
exchangeActor: `${NS.apfab}exchangeActor`,
|
|
469
|
+
exchangePrincipal: `${NS.apfab}exchangePrincipal`,
|
|
470
|
+
actExpressesIntent: `${NS.apfab}expressesIntent`,
|
|
471
|
+
// Runtime entitlements (spec 324)
|
|
472
|
+
entitlementSubject: `${NS.apent}entitlementSubject`,
|
|
473
|
+
entitlementPrincipal: `${NS.apent}entitlementPrincipal`,
|
|
474
|
+
// Actor-context roles (spec 326; ADR-0052) — CONTEXT on a hop, never authority
|
|
475
|
+
accountabilityRoot: `${NS.apactor}accountabilityRoot`,
|
|
476
|
+
rootPrincipal: `${NS.apactor}rootPrincipal`,
|
|
477
|
+
originatingAgent: `${NS.apactor}originatingAgent`,
|
|
478
|
+
actingAgent: `${NS.apactor}actingAgent`,
|
|
479
|
+
actorAgentInstance: `${NS.apactor}agentInstance`,
|
|
480
|
+
actorConfirmationKey: `${NS.apactor}confirmationKey`,
|
|
481
|
+
// Actor-context binding relationships (typed cross-bindings; NEVER identity equality)
|
|
482
|
+
accountabilityRootOf: `${NS.apactor}accountabilityRootOf`,
|
|
483
|
+
representsPrincipal: `${NS.apactor}representsPrincipal`,
|
|
484
|
+
agentIdentityOf: `${NS.apactor}agentIdentityOf`,
|
|
485
|
+
runtimeInstanceOf: `${NS.apactor}runtimeInstanceOf`,
|
|
486
|
+
actorControlledBy: `${NS.apactor}controlledBy`,
|
|
487
|
+
actorDelegatedTo: `${NS.apactor}delegatedTo`,
|
|
488
|
+
executedByWorkload: `${NS.apactor}executedByWorkload`,
|
|
308
489
|
};
|
|
309
490
|
/** SHACL shape IRIs (C-box).
|
|
310
491
|
*
|
|
@@ -327,7 +508,15 @@ export const SHAPE = {
|
|
|
327
508
|
MatchCandidate: `${NS.apdisc}MatchCandidateShape`,
|
|
328
509
|
TrustDetermination: `${NS.apdisc}TrustDeterminationShape`,
|
|
329
510
|
ExposureFinding: `${NS.apsec}ExposureFindingShape`,
|
|
511
|
+
// Messaging / interaction substrate (spec 322 §3) — declared here, ENFORCED by fabric's TS
|
|
512
|
+
// validators (golden-vectored); never a hot-path SHACL engine, never the on-chain term registry.
|
|
513
|
+
MessageEnvelope: `${NS.apmsg}MessageEnvelopeShape`,
|
|
514
|
+
MessageEvent: `${NS.apmsg}MessageEventShape`,
|
|
515
|
+
Conversation: `${NS.apmsg}ConversationShape`,
|
|
516
|
+
ChannelBoard: `${NS.apmsg}ChannelBoardShape`,
|
|
517
|
+
DirectoryListing: `${NS.aporg}DirectoryListingShape`,
|
|
518
|
+
CommunicativeAct: `${NS.apmsg}CommunicativeActShape`,
|
|
519
|
+
OrganizationMembership: `${NS.aporg}OrganizationMembershipShape`,
|
|
330
520
|
};
|
|
331
|
-
|
|
332
|
-
// `@agenticprimitives/ontology/artifacts` subpath — keep this entry browser-safe.
|
|
521
|
+
export { GROUNDED_VOCABULARY, groundedTerm } from './grounded-vocabulary.js';
|
|
333
522
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|