@useago/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 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @useago/sdk
|
|
2
2
|
|
|
3
|
-
Official JavaScript/TypeScript SDK for [AGO](https://useago.com)
|
|
3
|
+
Official JavaScript/TypeScript SDK for [AGO](https://useago.com) AI agent integration.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -14,12 +14,4 @@ For projects integrating the embeddable widget snippet, types are available sepa
|
|
|
14
14
|
|
|
15
15
|
```ts
|
|
16
16
|
import type { AgoWidgetConfig } from "@useago/sdk/widget";
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
## Documentation
|
|
20
|
-
|
|
21
|
-
Full documentation at [docs.useago.com](https://docs.useago.com).
|
|
22
|
-
|
|
23
|
-
## License
|
|
24
|
-
|
|
25
|
-
MIT
|
|
17
|
+
```
|