Files
pocketflow/cookbook
..
2025-04-13 20:08:52 -04:00
2025-03-27 12:02:27 -04:00
2025-03-22 11:08:03 -04:00
2025-03-27 12:02:27 -04:00
2025-04-21 20:28:56 +10:00
2025-03-20 18:15:31 -04:00
2025-04-23 23:23:54 -04:00
2025-04-16 01:14:48 -04:00
2025-04-11 13:12:20 -04:00
2025-02-23 23:56:23 -05:00
2025-03-30 09:48:25 -04:00

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!