@cloudbase/agent-examples-langgraph-human-in-the-loop 0.0.11 → 0.0.13

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/CHANGELOG.md +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @cloudbase/agent-examples-langgraph-human-in-the-loop
2
2
 
3
+ ## 1.0.1-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - alpha release 0.1.2-alpha.1
8
+ - Update all public packages to version 0.1.2-alpha.1
9
+ - Trigger automated alpha release workflow
10
+ - Includes latest features and improvements
11
+
12
+ - Updated dependencies
13
+ - @cloudbase/agent-agents@1.0.1-alpha.6
14
+ - @cloudbase/agent-adapter-langgraph@1.0.1-alpha.6
15
+
3
16
  ## 1.0.1-alpha.5
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/agent-examples-langgraph-human-in-the-loop",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [],
@@ -13,8 +13,8 @@
13
13
  "@langchain/core": "^1.0.2",
14
14
  "@langchain/langgraph": "^1.0.1",
15
15
  "@langchain/openai": "^1.0.0",
16
- "@cloudbase/agent-agents": "^0.0.11",
17
- "@cloudbase/agent-adapter-langgraph": "^0.0.11"
16
+ "@cloudbase/agent-adapter-langgraph": "^0.0.13",
17
+ "@cloudbase/agent-agents": "^0.0.13"
18
18
  },
19
19
  "scripts": {
20
20
  "build": "tsup --config tsup.config.ts"