@patchr-core/sdk 0.1.1 → 0.1.2
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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Patchr Node.js SDK
|
|
2
2
|
|
|
3
|
+
Patchr - the infrastructure for autonomous agents that need contracts, evidence trails, and human-safe handoffs.
|
|
4
|
+
|
|
3
5
|
The Patchr SDK lets JavaScript and TypeScript apps call the hosted Patchr API for workflow routing, local-service discovery, dispute preparation, human handoffs, MCP/A2A surfaces, and streaming progress updates.
|
|
4
6
|
|
|
5
7
|
## Install
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patchr-core/sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Patchr
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Patchr - the infrastructure for autonomous agents that need contracts, evidence trails, and human-safe handoffs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"homepage": "https://patchr.co",
|