Merge pull request #102 from cozmosisosis/main

Added PyYAML to requirements.txt in 'PocketFlow\cookbook\pocketflow-agent'
This commit is contained in:
Zachary Huang
2025-07-31 08:18:26 -07:00
committed by GitHub
+2 -1
View File
@@ -1,5 +1,6 @@
pocketflow>=0.0.1 pocketflow>=0.0.1
duckduckgo-search>=7.5.2 # For web search
aiohttp>=3.8.0 # For HTTP requests aiohttp>=3.8.0 # For HTTP requests
openai>=1.0.0 # For LLM calls openai>=1.0.0 # For LLM calls
duckduckgo-search>=7.5.2 # For web search
requests>=2.25.1 # For HTTP requests requests>=2.25.1 # For HTTP requests
PyYAML>=6.0.2 # For YAML parsing