From ba17a42a1c45a5467dc72d3a3cbc7c3e05ea0aeb Mon Sep 17 00:00:00 2001 From: zachary62 Date: Wed, 23 Apr 2025 13:31:03 -0400 Subject: [PATCH] add text-to-sql readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd1122d..fcba123 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ From there, it's easy to implement popular design patterns like ([Multi-](https: | [Majority Vote](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-majority-vote) | ★☆☆
*Beginner* | Improve reasoning accuracy by aggregating multiple solution attempts | | [Thinking](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-thinking) | ★☆☆
*Beginner* | Solve complex reasoning problems through Chain-of-Thought | | [Memory](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-chat-memory) | ★☆☆
*Beginner* | A chat bot with short-term and long-term memory | +| [Text2SQL](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-text2sql) | ★☆☆
*Beginner* | Convert natural language to SQL queries with an auto-debug loop | | [MCP](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-mcp) | ★☆☆
*Beginner* | Agent using Model Context Protocol for numerical operations | | [A2A](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-a2a) | ★☆☆
*Beginner* | Agent wrapped with Agent-to-Agent protocol for inter-agent communication | | [Web HITL](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-web-hitl) | ★☆☆
*Beginner* | A minimal web service for a human review loop with SSE updates |