@arvo-tools/agentic 1.2.11 → 1.2.12

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -220,4 +220,5 @@ console.log(result.events[0].data.response);
220
220
 
221
221
  # Advanced Examples
222
222
 
223
- ... coming soon
223
+ Please visit [arvo.land](https://www.arvo.land/advanced/arvo-agentic-resumables)
224
+ for more examples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arvo-tools/agentic",
3
- "version": "1.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "Agentic toolset for building applications using arvo-core and arvo-event-handler",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,6 +15,7 @@
15
15
  "opentelemetry"
16
16
  ],
17
17
  "author": "Saad Ahmad <saadkwi12@hotmail.com>",
18
+ "homepage": "https://www.arvo.land/advanced/arvo-agentic-resumables",
18
19
  "license": "MIT",
19
20
  "repository": {
20
21
  "type": "git",