@mplp/schema 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +61 -11
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,11 +1,61 @@
|
|
|
1
|
-
# @mplp/schema
|
|
2
|
-
|
|
3
|
-
MPLP
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
# @mplp/schema
|
|
2
|
+
|
|
3
|
+
**Protocol:** MPLP v1.0.0 (Frozen)
|
|
4
|
+
**License:** Apache-2.0
|
|
5
|
+
|
|
6
|
+
The **@mplp/schema** package provides **JSON Schema definitions and validation utilities** for the
|
|
7
|
+
**Multi-Agent Lifecycle Protocol (MPLP)** — the Agent OS–level lifecycle specification for AI agent systems.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Scope & Guarantees (Important)
|
|
12
|
+
|
|
13
|
+
### ✅ What this package provides
|
|
14
|
+
|
|
15
|
+
* **Protocol-compliant interfaces** aligned with MPLP v1.0.0
|
|
16
|
+
* **Strict version alignment** with the frozen MPLP protocol specification
|
|
17
|
+
* **Type-safe integration surface** for higher-level runtimes and tools
|
|
18
|
+
|
|
19
|
+
### ❌ What this package does NOT provide
|
|
20
|
+
|
|
21
|
+
* ❌ Full execution runtime (LLM orchestration, tool execution)
|
|
22
|
+
* ❌ Golden Flow execution engines (Flow-01 ~ Flow-05)
|
|
23
|
+
* ❌ Observability pipelines or distributed tracing backends
|
|
24
|
+
* ❌ Production agent orchestration
|
|
25
|
+
|
|
26
|
+
> These capabilities belong to **reference runtimes and products built *on top of* MPLP**,
|
|
27
|
+
> not to the protocol SDK itself.
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## Installation
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
npm install @mplp/schema
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Protocol Documentation (Authoritative)
|
|
40
|
+
|
|
41
|
+
* **Homepage:** [https://mplp.io](https://mplp.io)
|
|
42
|
+
* **Specification & Docs:** [https://docs.mplp.io](https://docs.mplp.io)
|
|
43
|
+
* **Source Repository:** [https://github.com/Coregentis/MPLP-Protocol](https://github.com/Coregentis/MPLP-Protocol)
|
|
44
|
+
* **Issues:** [https://github.com/Coregentis/MPLP-Protocol/issues](https://github.com/Coregentis/MPLP-Protocol/issues)
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## Versioning & Compatibility
|
|
49
|
+
|
|
50
|
+
* **Protocol version:** MPLP v1.0.0 (Frozen)
|
|
51
|
+
* **SDK compatibility:** Guaranteed for v1.0.0 only
|
|
52
|
+
* Breaking changes require a new protocol version.
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## License
|
|
57
|
+
|
|
58
|
+
Apache License, Version 2.0
|
|
59
|
+
|
|
60
|
+
© 2025 **Bangshi Beijing Network Technology Limited Company**
|
|
61
|
+
Coregentis AI
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mplp/schema",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "MPLP Protocol v1.0 JSON Schemas - All protocol schema definitions",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
9
|
-
"directory": "packages/schema"
|
|
8
|
+
"url": "https://github.com/Coregentis/MPLP-Protocol.git"
|
|
10
9
|
},
|
|
11
10
|
"keywords": [
|
|
12
11
|
"mplp",
|
|
@@ -14,8 +13,9 @@
|
|
|
14
13
|
"json-schema",
|
|
15
14
|
"protocol",
|
|
16
15
|
"validation",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
16
|
+
"multi-agent",
|
|
17
|
+
"lifecycle",
|
|
18
|
+
"agent-os"
|
|
19
19
|
],
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"typescript": "^5.0.0"
|
|
35
35
|
},
|
|
36
|
-
"author": "
|
|
36
|
+
"author": "Coregentis AI",
|
|
37
37
|
"copyright": "© 2025 邦士(北京)网络科技有限公司",
|
|
38
38
|
"mplp": {
|
|
39
39
|
"protocolVersion": "1.0.0",
|
|
40
40
|
"frozen": true,
|
|
41
41
|
"governance": "MPGC"
|
|
42
42
|
},
|
|
43
|
-
"homepage": "https://
|
|
43
|
+
"homepage": "https://mplp.io",
|
|
44
44
|
"bugs": {
|
|
45
|
-
"url": "https://github.com/
|
|
45
|
+
"url": "https://github.com/Coregentis/MPLP-Protocol/issues"
|
|
46
46
|
},
|
|
47
47
|
"exports": {
|
|
48
48
|
".": {
|