Merge pull request #102 from cozmosisosis/main
Added PyYAML to requirements.txt in 'PocketFlow\cookbook\pocketflow-agent'
This commit is contained in:
commit
f98e9f4806
|
|
@ -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
|
||||
Loading…
Reference in New Issue