@agentforge/patterns 0.1.4 → 0.1.5

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -516,5 +516,5 @@ pnpm typecheck
516
516
 
517
517
  ## License
518
518
 
519
- MIT
519
+ MIT © 2026 Tom Van Schoor
520
520
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge/patterns",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Agent patterns (ReAct, Planner-Executor) for AgentForge framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -39,7 +39,7 @@
39
39
  "@langchain/core": "^0.3.29",
40
40
  "@langchain/langgraph": "^0.2.20",
41
41
  "zod": "^3.23.8",
42
- "@agentforge/core": "0.1.3"
42
+ "@agentforge/core": "0.1.5"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@eslint/js": "^9.17.0",