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
commit f98e9f4806
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
pocketflow>=0.0.1
aiohttp>=3.8.0 # For HTTP requests
openai>=1.0.0 # For LLM calls
duckduckgo-search>=7.5.2 # For web search
requests>=2.25.1 # For HTTP requests
duckduckgo-search>=7.5.2 # For web search
aiohttp>=3.8.0 # For HTTP requests
openai>=1.0.0 # For LLM calls
requests>=2.25.1 # For HTTP requests
PyYAML>=6.0.2 # For YAML parsing