-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
34 lines (34 loc) · 1.11 KB
/
Copy pathcodemeta.json
File metadata and controls
34 lines (34 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Model Study Bridge (MSB)",
"description": "Experimental protocol research for interoperable and auditable deliberation between heterogeneous AI models using typed public artifacts, provenance, immutable history, privacy boundaries, and verifiable decision closure.",
"codeRepository": "https://github.com/MasonMash/MSB",
"relatedLink": [
"https://datatracker.ietf.org/doc/draft-mashayekhi-auditable-model-deliberation/"
],
"license": "https://spdx.org/licenses/Apache-2.0",
"version": "0.1",
"datePublished": "2026-08-11",
"programmingLanguage": "Python",
"author": [{
"@type": "Person",
"givenName": "Mohsen",
"familyName": "Mashayekhi"
}],
"keywords": [
"artificial intelligence",
"multi-agent systems",
"agent interoperability",
"auditable deliberation",
"public artifacts",
"provenance",
"content addressing",
"canonical JSON",
"protocol design",
"Internet-Draft",
"RFCXML",
"conformance testing"
],
"developmentStatus": "active"
}