on_conversation_started(conversation_id: str)on_conversation_ended(conversation_id: str)on_tool_called(tool_call)on_tool_completed(call_id, result)on_error(error_type: str, message: str, details: dict)
Handle conversation lifecycle events.
on_conversation_started(conversation_id: str)on_conversation_ended(conversation_id: str)on_tool_called(tool_call)on_tool_completed(call_id, result)on_error(error_type: str, message: str, details: dict)