@agentforge/patterns 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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -479,7 +479,17 @@ import {
479
479
  | **Reflection** | Quality-critical outputs | Iterative improvement | Slow, expensive |
480
480
  | **Multi-Agent** | Specialized tasks | Coordinated expertise | High complexity |
481
481
 
482
- See the [Pattern Comparison Guide](./docs/pattern-comparison.md) for detailed guidance.
482
+ 📚 **[Pattern Comparison Guide](https://tvscoundrel.github.io/agentforge/guide/patterns/comparison)** - Detailed guidance on choosing the right pattern
483
+
484
+ ## Documentation
485
+
486
+ - 📖 **[Full Documentation](https://tvscoundrel.github.io/agentforge/)**
487
+ - 🚀 **[Quick Start](https://tvscoundrel.github.io/agentforge/guide/quick-start)**
488
+ - 🤖 **[ReAct Pattern Guide](https://tvscoundrel.github.io/agentforge/guide/patterns/react)**
489
+ - 📋 **[Plan-Execute Pattern Guide](https://tvscoundrel.github.io/agentforge/guide/patterns/plan-execute)**
490
+ - 🔄 **[Reflection Pattern Guide](https://tvscoundrel.github.io/agentforge/guide/patterns/reflection)**
491
+ - 👥 **[Multi-Agent Pattern Guide](https://tvscoundrel.github.io/agentforge/guide/patterns/multi-agent)**
492
+ - 💡 **[Examples](https://tvscoundrel.github.io/agentforge/examples/react-agent)**
483
493
 
484
494
  ## Development
485
495
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge/patterns",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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.1"
42
+ "@agentforge/core": "0.1.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@eslint/js": "^9.17.0",