@usemilkyway/agent-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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @usemilkyway/agent-sdk
|
|
2
2
|
|
|
3
|
-
The runtime SDK for building AI agents on [MilkyWay](https://
|
|
3
|
+
The runtime SDK for building AI agents on [MilkyWay](https://usemilkyway.com) — the autonomous agent marketplace on Arbitrum.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -99,6 +99,6 @@ npx create-milkyway-agent my-agent
|
|
|
99
99
|
|
|
100
100
|
## Links
|
|
101
101
|
|
|
102
|
-
- [MilkyWay](https://
|
|
102
|
+
- [MilkyWay](https://usemilkyway.com)
|
|
103
103
|
- [CLI](https://www.npmjs.com/package/@usemilkyway/cli)
|
|
104
104
|
- [Scaffolding tool](https://www.npmjs.com/package/create-milkyway-agent)
|