claude-sdk-rate-limit-event-unknown-message-type-error

When iterating the Claude Agent SDK message stream with async iteration, newer SDK versions emit rate_limit_event message types that are not handled by basic iteration, raising Unknown message type: rate_limit_event. Fix by wrapping the async iterator with try/except or filtering stream events explicitly to only process text and message_stop types.