@cmdop/react 0.1.1 → 2026.2.26

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # @cmdop/react
2
2
 
3
+ ![CMDOP Architecture](https://cmdop.com/images/architecture/vs-personal-agent.png)
4
+
3
5
  React hooks and components for browser-based CMDOP agent interaction.
4
6
 
5
7
  ## Installation
@@ -262,9 +264,12 @@ Manages WebSocket connection:
262
264
  - [@cmdop/core](https://www.npmjs.com/package/@cmdop/core) - Shared types and configuration
263
265
  - [@cmdop/node](https://www.npmjs.com/package/@cmdop/node) - Node.js SDK with gRPC
264
266
 
265
- ## Documentation
267
+ ## Links
266
268
 
267
- For full documentation, visit [https://cmdop.com/docs](https://cmdop.com/docs)
269
+ - [Homepage](https://cmdop.com/sdk/react/)
270
+ - [Documentation](https://cmdop.com/docs/sdk/react/)
271
+ - [npm](https://www.npmjs.com/package/@cmdop/react)
272
+ - [GitHub](https://github.com/commandoperator/cmdop-sdk)
268
273
 
269
274
  ## License
270
275