pocketflow/cookbook
Zachary Huang daee613b5f
Update README.md
2025-04-23 23:23:54 -04:00
..
data/PaulGrahamEssaysLarge add context file 2025-02-22 20:07:34 -05:00
pocketflow-a2a Update README.md 2025-04-13 20:08:52 -04:00
pocketflow-agent Update demo.ipynb 2025-03-23 12:18:38 -04:00
pocketflow-async-basic feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-batch finishi batch tutorial 2025-03-31 22:20:00 -04:00
pocketflow-batch-flow feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-batch-node feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-chat add chat with memory tutorial 2025-03-21 15:28:55 -04:00
pocketflow-chat-guardrail add guardrail 2025-03-27 12:02:27 -04:00
pocketflow-chat-memory Update README.md 2025-03-24 02:17:18 -04:00
pocketflow-communication feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-flow update flow 2025-03-22 11:08:03 -04:00
pocketflow-hello-world feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-llm-streaming update para 2025-03-20 17:33:10 -04:00
pocketflow-majority-vote init batch tutorial 2025-03-31 22:00:15 -04:00
pocketflow-map-reduce add guardrail 2025-03-27 12:02:27 -04:00
pocketflow-mcp Update requirements.txt 2025-04-21 20:28:56 +10:00
pocketflow-multi-agent add multi-agent tutorial 2025-03-22 13:50:50 -04:00
pocketflow-nested-batch feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-node feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-parallel-batch update para 2025-03-20 17:33:10 -04:00
pocketflow-parallel-batch-flow update parallel flow 2025-03-25 14:24:18 -04:00
pocketflow-rag Remove get_simple_embedding from node.py for pocketflow-rag example 2025-04-20 16:42:43 -04:00
pocketflow-structured-output Update README.md 2025-04-18 22:19:59 -04:00
pocketflow-supervisor Update README.md 2025-03-20 18:15:31 -04:00
pocketflow-text2sql Update README.md 2025-04-23 23:23:54 -04:00
pocketflow-thinking Update README.md 2025-04-16 01:14:48 -04:00
pocketflow-tool-crawler feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-tool-database feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-tool-embeddings feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-tool-pdf-vision feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-tool-search feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-web-hitl add web hil 2025-04-11 13:12:20 -04:00
pocketflow-workflow use multi-line to avoid yaml parsing error 2025-04-23 11:13:55 -04:00
README.md add cookbook readme 2025-03-30 09:48:25 -04:00
pocketflow_demo.ipynb update readme 2025-02-23 23:56:23 -05:00

README.md

Pocket Flow Cookbook

Name Difficulty Description
Chat ☆☆☆
Dummy
A basic chat bot with conversation history
Structured Output ☆☆☆
Dummy
Extracting structured data from resumes by prompting
Workflow ☆☆☆
Dummy
A writing workflow that outlines, writes content, and applies styling
Agent ☆☆☆
Dummy
A research agent that can search the web and answer questions
RAG ☆☆☆
Dummy
A simple Retrieval-augmented Generation process
Map-Reduce ☆☆☆
Dummy
A resume qualification processor using map-reduce pattern for batch evaluation
Streaming ☆☆☆
Dummy
A real-time LLM streaming demo with user interrupt capability
Chat Guardrail ☆☆☆
Dummy
A travel advisor chatbot that only processes travel-related queries
Multi-Agent ★☆☆
Beginner
A Taboo word game for asynchronous communication between two agents
Supervisor ★☆☆
Beginner
Research agent is getting unreliable... Let's build a supervision process
Parallel ★☆☆
Beginner
A parallel execution demo that shows 3x speedup
Parallel Flow ★☆☆
Beginner
A parallel image processing demo showing 8x speedup with multiple filters
Thinking ★☆☆
Beginner
Solve complex reasoning problems through Chain-of-Thought
Memory ★☆☆
Beginner
A chat bot with short-term and long-term memory
MCP ★☆☆
Beginner
Agent using Model Context Protocol for numerical operations

👀 Want to see other tutorials? Create an issue!