aether-agent-sdk 2.1.2 → 2.1.4
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 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ const paymentHeader = await agent.createSignedPayment(
|
|
|
88
88
|
|
|
89
89
|
See the complete working demo with AI weather agents:
|
|
90
90
|
|
|
91
|
-
👉 **[github.com/
|
|
91
|
+
👉 **[github.com/AETHER-SDK/aether-sdk-demo](https://github.com/AETHER-SDK/aether-sdk-demo)**
|
|
92
92
|
|
|
93
93
|
The demo shows:
|
|
94
94
|
- x402 payment-gated weather API
|
|
@@ -176,7 +176,7 @@ MIT License - see [LICENSE](./LICENSE) for details.
|
|
|
176
176
|
|
|
177
177
|
## 🔗 Links
|
|
178
178
|
|
|
179
|
-
- **GitHub**: [github.com/
|
|
179
|
+
- **GitHub**: [github.com/AETHER-SDK/aether-sdk](https://github.com/AETHER-SDK/aether-sdk)
|
|
180
180
|
- **Documentation**: [docs/](./docs/)
|
|
181
181
|
- **x402 Protocol**: [solana.com/x402](https://solana.com/x402/what-is-x402)
|
|
182
182
|
- **Solana Docs**: [solana.com/developers](https://solana.com/developers)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aether-agent-sdk",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Autonomous Agent Ecosystem SDK for Solana - A2A Protocol, x402 Payment Standard, and Agent-to-Agent Communication",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
},
|
|
70
70
|
"repository": {
|
|
71
71
|
"type": "git",
|
|
72
|
-
"url": "git+https://github.com/
|
|
72
|
+
"url": "git+https://github.com/AETHER-SDK/aether-sdk.git"
|
|
73
73
|
},
|
|
74
74
|
"author": "4n0nn43x",
|
|
75
75
|
"license": "MIT",
|
|
76
76
|
"bugs": {
|
|
77
|
-
"url": "https://github.com/
|
|
77
|
+
"url": "https://github.com/AETHER-SDK/aether-sdk/issues"
|
|
78
78
|
},
|
|
79
|
-
"homepage": "https://github.com/
|
|
79
|
+
"homepage": "https://github.com/AETHER-SDK/aether-sdk#readme",
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@langchain/core": "^1.0.1",
|
|
82
82
|
"@langchain/ollama": "^1.0.0",
|