Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:08 +08:00
commit 12f823b4a9
24 changed files with 4951 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# PocketFlow Template Requirements
# Core framework
pocketflow
# LLM Providers (uncomment what you need)
# openai>=1.0.0
# anthropic>=0.18.0
# google-generativeai>=0.3.0
# Optional utilities
# requests>=2.31.0
# beautifulsoup4>=4.12.0
# faiss-cpu>=1.7.4
# numpy>=1.24.0
# Development tools
# pytest>=7.4.0
# black>=23.0.0
# flake8>=6.0.0