- Create pocketflow/__init__.pyi with improved type definitions
- Remove type hints from runtime code to keep it clean
- Use TypeVars and Generics for better type relationships
- Replace many 'Any' types with more specific types like ParamValue, SharedData, Params
- Maintain original compact code style in __init__.py