@wave-av/cli 1.0.5 → 1.0.6
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -173,6 +173,14 @@ jobs:
|
|
|
173
173
|
WAVE_API_KEY: ${{ secrets.WAVE_API_KEY }}
|
|
174
174
|
```
|
|
175
175
|
|
|
176
|
+
## Related packages
|
|
177
|
+
|
|
178
|
+
- [@wave-av/sdk](https://www.npmjs.com/package/@wave-av/sdk) — TypeScript SDK (34 API modules)
|
|
179
|
+
- [@wave-av/adk](https://www.npmjs.com/package/@wave-av/adk) — Agent Developer Kit
|
|
180
|
+
- [@wave-av/mcp-server](https://www.npmjs.com/package/@wave-av/mcp-server) — MCP server for AI tools
|
|
181
|
+
- [@wave-av/create-app](https://www.npmjs.com/package/@wave-av/create-app) — Scaffold a new project
|
|
182
|
+
- [@wave-av/workflow-sdk](https://www.npmjs.com/package/@wave-av/workflow-sdk) — Workflow orchestration
|
|
183
|
+
|
|
176
184
|
## License
|
|
177
185
|
|
|
178
186
|
MIT
|