claude-agent-sdk-python
claude-agent-sdk-python copied to clipboard
Export HookJSONOutput type
Fixes #203 - Export HookJSONOutput type in init.py to resolve type checking issues when implementing hook callbacks. HookJSONOutput is defined in types.py and used as the return type for HookCallback, but was not exported in init.py, causing type checking issues when implementing hook callbacks.
Thanks for your change! There are some lint and test errors to address.
hello! fixed the lint and test errors!