pocketflow/cookbook
zachary62 92ccbea299 update web app cookbook 2025-05-26 19:16:17 -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 pocketflow-agent add search_web_brave 2025-05-13 11:31:44 +08:00
pocketflow-async-basic feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-batch update parallel for translations 2025-05-05 17:17:05 -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 requirements.txt 2025-04-29 08:51:33 -04:00
pocketflow-code-generator Update README.md 2025-05-23 11:57:50 -07:00
pocketflow-communication feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-fastapi-background update web app cookbook 2025-05-26 19:16:17 -04:00
pocketflow-fastapi-hitl update links 2025-05-13 11:14:12 -04:00
pocketflow-fastapi-websocket update fastapi 2025-05-26 18:43:21 -04:00
pocketflow-flow update flow 2025-03-22 11:08:03 -04:00
pocketflow-google-calendar Adds integration with Google Calendar: includes API configuration, event management nodes, and project structure in the README 2025-05-23 16:00:12 -03:00
pocketflow-hello-world feat: add new examples from pocketflow-academy 2025-03-19 10:31:04 -03:00
pocketflow-llm-streaming Fixed pocketflow-llm-streaming 2025-05-09 15:51:54 +08: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 README.md 2025-05-06 10:58:17 -04:00
pocketflow-parallel-batch-flow update parallel batch 2025-04-28 10:57:48 -04:00
pocketflow-rag Remove get_simple_embedding from node.py for pocketflow-rag example 2025-04-20 16:42:43 -04:00
pocketflow-streamlit-fsm update web app cookbook 2025-05-26 19:16:17 -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-visualization pocketflow-visualization: adds action names to links 2025-05-16 22:25:45 +10:00
pocketflow-voice-chat Update README.md 2025-05-14 18:13:04 -04:00
pocketflow-workflow update fastapi 2025-05-26 18:43:21 -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!