|
|
||
|---|---|---|
| .. | ||
| data/PaulGrahamEssaysLarge | ||
| pocketflow-agent | ||
| pocketflow-async-basic | ||
| pocketflow-batch | ||
| pocketflow-batch-flow | ||
| pocketflow-batch-node | ||
| pocketflow-chat | ||
| pocketflow-chat-guardrail | ||
| pocketflow-chat-memory | ||
| pocketflow-communication | ||
| pocketflow-flow | ||
| pocketflow-hello-world | ||
| pocketflow-llm-streaming | ||
| pocketflow-majority-vote | ||
| pocketflow-map-reduce | ||
| pocketflow-mcp | ||
| pocketflow-multi-agent | ||
| pocketflow-nested-batch | ||
| pocketflow-node | ||
| pocketflow-parallel-batch | ||
| pocketflow-parallel-batch-flow | ||
| pocketflow-rag | ||
| pocketflow-structured-output | ||
| pocketflow-supervisor | ||
| pocketflow-thinking | ||
| pocketflow-tool-crawler | ||
| pocketflow-tool-database | ||
| pocketflow-tool-embeddings | ||
| pocketflow-tool-pdf-vision | ||
| pocketflow-tool-search | ||
| pocketflow-workflow | ||
| README.md | ||
| pocketflow_demo.ipynb | ||
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!