From fba9a9bfcda5f7c458616929f73d3556e864f16c Mon Sep 17 00:00:00 2001 From: zachary62 Date: Thu, 20 Mar 2025 20:51:51 -0400 Subject: [PATCH] add thinking --- .../README.md | 0 .../design.md | 0 .../{pocketflow-chain-of-thought => pocketflow-thinking}/flow.py | 0 .../{pocketflow-chain-of-thought => pocketflow-thinking}/main.py | 0 .../{pocketflow-chain-of-thought => pocketflow-thinking}/nodes.py | 0 .../requirements.txt | 0 .../{pocketflow-chain-of-thought => pocketflow-thinking}/utils.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename cookbook/{pocketflow-chain-of-thought => pocketflow-thinking}/README.md (100%) rename cookbook/{pocketflow-chain-of-thought => pocketflow-thinking}/design.md (100%) rename cookbook/{pocketflow-chain-of-thought => pocketflow-thinking}/flow.py (100%) rename cookbook/{pocketflow-chain-of-thought => pocketflow-thinking}/main.py (100%) rename cookbook/{pocketflow-chain-of-thought => pocketflow-thinking}/nodes.py (100%) rename cookbook/{pocketflow-chain-of-thought => pocketflow-thinking}/requirements.txt (100%) rename cookbook/{pocketflow-chain-of-thought => pocketflow-thinking}/utils.py (100%) diff --git a/cookbook/pocketflow-chain-of-thought/README.md b/cookbook/pocketflow-thinking/README.md similarity index 100% rename from cookbook/pocketflow-chain-of-thought/README.md rename to cookbook/pocketflow-thinking/README.md diff --git a/cookbook/pocketflow-chain-of-thought/design.md b/cookbook/pocketflow-thinking/design.md similarity index 100% rename from cookbook/pocketflow-chain-of-thought/design.md rename to cookbook/pocketflow-thinking/design.md diff --git a/cookbook/pocketflow-chain-of-thought/flow.py b/cookbook/pocketflow-thinking/flow.py similarity index 100% rename from cookbook/pocketflow-chain-of-thought/flow.py rename to cookbook/pocketflow-thinking/flow.py diff --git a/cookbook/pocketflow-chain-of-thought/main.py b/cookbook/pocketflow-thinking/main.py similarity index 100% rename from cookbook/pocketflow-chain-of-thought/main.py rename to cookbook/pocketflow-thinking/main.py diff --git a/cookbook/pocketflow-chain-of-thought/nodes.py b/cookbook/pocketflow-thinking/nodes.py similarity index 100% rename from cookbook/pocketflow-chain-of-thought/nodes.py rename to cookbook/pocketflow-thinking/nodes.py diff --git a/cookbook/pocketflow-chain-of-thought/requirements.txt b/cookbook/pocketflow-thinking/requirements.txt similarity index 100% rename from cookbook/pocketflow-chain-of-thought/requirements.txt rename to cookbook/pocketflow-thinking/requirements.txt diff --git a/cookbook/pocketflow-chain-of-thought/utils.py b/cookbook/pocketflow-thinking/utils.py similarity index 100% rename from cookbook/pocketflow-chain-of-thought/utils.py rename to cookbook/pocketflow-thinking/utils.py