@wings006/agent-link 0.1.6 → 0.1.7
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 +0 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -174,16 +174,6 @@ Agent Link 支持三种 Agent 发现方式,可组合使用:
|
|
|
174
174
|
Claude Code ←→ MCP Server (stdio) ←→ Daemon API (HTTP) ←→ A2A / Relay / mDNS
|
|
175
175
|
```
|
|
176
176
|
|
|
177
|
-
## 从源码开发
|
|
178
|
-
|
|
179
|
-
```bash
|
|
180
|
-
git clone https://github.com/l3wingsgg/agent_link.git
|
|
181
|
-
cd agent_link
|
|
182
|
-
npm install
|
|
183
|
-
npm run build
|
|
184
|
-
npm test # 134 个测试
|
|
185
|
-
```
|
|
186
|
-
|
|
187
177
|
## 许可证
|
|
188
178
|
|
|
189
179
|
GPL-3.0
|